aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/batch_manager_global.php2
-rw-r--r--admin/intro.php2
-rw-r--r--admin/notification_by_mail.php2
-rw-r--r--admin/site_update.php2
-rw-r--r--admin/themes/default/template/batch_manager_unit.tpl2
-rw-r--r--admin/themes/default/template/cat_modify.tpl2
-rw-r--r--admin/themes/default/template/element_set_ranks.tpl2
-rw-r--r--admin/themes/default/template/intro.tpl2
-rw-r--r--admin/themes/default/template/notification_by_mail.tpl2
-rw-r--r--admin/themes/default/template/photos_add_direct.tpl2
-rw-r--r--admin/themes/default/template/picture_modify.tpl2
-rw-r--r--admin/themes/default/template/rating.tpl2
-rw-r--r--admin/themes/default/template/site_update.tpl12
-rw-r--r--language/ar_SA/admin.lang.php32
-rw-r--r--language/ca_ES/admin.lang.php30
-rw-r--r--language/cs_CZ/admin.lang.php33
-rw-r--r--language/da_DK/admin.lang.php37
-rw-r--r--language/de_DE/admin.lang.php34
-rw-r--r--language/en_UK/admin.lang.php1219
-rw-r--r--language/es_ES/admin.lang.php34
-rw-r--r--language/fa_IR/admin.lang.php35
-rw-r--r--language/fr_CA/admin.lang.php37
-rw-r--r--language/fr_FR/admin.lang.php36
-rw-r--r--language/he_IL/admin.lang.php37
-rw-r--r--language/hr_HR/admin.lang.php34
-rw-r--r--language/hu_HU/admin.lang.php32
-rw-r--r--language/it_IT/admin.lang.php35
-rw-r--r--language/ja_JP/admin.lang.php31
-rw-r--r--language/ka_GE/admin.lang.php34
-rw-r--r--language/lv_LV/admin.lang.php32
-rw-r--r--language/nl_NL/admin.lang.php33
-rw-r--r--language/no_NO/admin.lang.php31
-rw-r--r--language/pl_PL/admin.lang.php33
-rw-r--r--language/pt_BR/admin.lang.php30
-rw-r--r--language/pt_PT/admin.lang.php29
-rw-r--r--language/ru_RU/admin.lang.php32
-rw-r--r--language/sh_RS/admin.lang.php33
-rw-r--r--language/sk_SK/admin.lang.php33
-rw-r--r--language/sr_RS/admin.lang.php33
-rw-r--r--language/sv_SE/admin.lang.php33
-rw-r--r--language/tr_TR/admin.lang.php32
-rw-r--r--language/vi_VN/admin.lang.php32
-rw-r--r--language/zh_CN/admin.lang.php33
-rw-r--r--tools/albums.lang.php2
44 files changed, 1028 insertions, 1189 deletions
diff --git a/admin/batch_manager_global.php b/admin/batch_manager_global.php
index 54b2a75a2..a6cc7ce90 100644
--- a/admin/batch_manager_global.php
+++ b/admin/batch_manager_global.php
@@ -89,7 +89,7 @@ if (isset($_POST['submit']))
// photo in the selection
if (count($collection) == 0)
{
- array_push($page['errors'], l10n('Select at least one picture'));
+ array_push($page['errors'], l10n('Select at least one photo'));
}
$action = $_POST['selectAction'];
diff --git a/admin/intro.php b/admin/intro.php
index ae1f227e9..4ad936211 100644
--- a/admin/intro.php
+++ b/admin/intro.php
@@ -232,7 +232,7 @@ SELECT MIN(date_available)
array(
'DB_DATE' =>
sprintf(
- l10n('first element added on %s'),
+ l10n('first photo added on %s'),
format_date($first_date)
)
)
diff --git a/admin/notification_by_mail.php b/admin/notification_by_mail.php
index 4c7007d91..44f37d6b3 100644
--- a/admin/notification_by_mail.php
+++ b/admin/notification_by_mail.php
@@ -200,7 +200,7 @@ order by
$query = 'delete from '.USER_MAIL_NOTIFICATION_TABLE.' where check_key in ('.implode(",", $quoted_check_key_list).');';
$result = pwg_query($query);
- redirect($base_url.get_query_string_diff(array(), false), l10n('Processing treatment.')."\n".l10n('Please wait...'));
+ redirect($base_url.get_query_string_diff(array(), false), l10n('Operation in progress')."\n".l10n('Please wait...'));
}
}
}
diff --git a/admin/site_update.php b/admin/site_update.php
index abd239da8..1dfbad32c 100644
--- a/admin/site_update.php
+++ b/admin/site_update.php
@@ -476,7 +476,7 @@ SELECT id, path
$insert_links
);
- // add new elements to caddie
+ // add new photos to caddie
if (isset($_POST['add_to_caddie']) and $_POST['add_to_caddie'] == 1)
{
fill_caddie($caddiables);
diff --git a/admin/themes/default/template/batch_manager_unit.tpl b/admin/themes/default/template/batch_manager_unit.tpl
index 44ac226e5..6dd52a52d 100644
--- a/admin/themes/default/template/batch_manager_unit.tpl
+++ b/admin/themes/default/template/batch_manager_unit.tpl
@@ -33,7 +33,7 @@ jQuery(document).ready(function() {
<form action="{$F_ACTION}" method="POST">
<fieldset>
<legend>{'Display options'|@translate}</legend>
- <p>{'elements per page'|@translate} :
+ <p>{'photos per page'|@translate} :
<a href="{$U_ELEMENTS_PAGE}&amp;display=5">5</a>
| <a href="{$U_ELEMENTS_PAGE}&amp;display=10">10</a>
| <a href="{$U_ELEMENTS_PAGE}&amp;display=50">50</a>
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl
index 6fe92a6f5..51118251c 100644
--- a/admin/themes/default/template/cat_modify.tpl
+++ b/admin/themes/default/template/cat_modify.tpl
@@ -14,7 +14,7 @@
{/if}
{if isset($U_MANAGE_ELEMENTS) }
<li><a href="{$U_MANAGE_ELEMENTS}" title="{'manage album elements'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'elements'|@translate}"></a></li>
- <li><a href="{$U_MANAGE_RANKS}" title="{'manage image ranks'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/ranks.png" class="button" 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" class="button" alt="{'ranks'|@translate}"></a></li>
{/if}
<li><a href="{$U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub-albums'|@translate}"></a></li>
{if isset($U_MANAGE_PERMISSIONS) }
diff --git a/admin/themes/default/template/element_set_ranks.tpl b/admin/themes/default/template/element_set_ranks.tpl
index 4a32b09c5..576e5488a 100644
--- a/admin/themes/default/template/element_set_ranks.tpl
+++ b/admin/themes/default/template/element_set_ranks.tpl
@@ -16,7 +16,7 @@ jQuery(document).ready(function() {
});
{/literal}{/footer_script}
-<h2>{'Manage image ranks'|@translate}</h2>
+<h2>{'Manage photo ranks'|@translate}</h2>
<h3>{$CATEGORIES_NAV}</h3>
diff --git a/admin/themes/default/template/intro.tpl b/admin/themes/default/template/intro.tpl
index 81d1d163f..242f73183 100644
--- a/admin/themes/default/template/intro.tpl
+++ b/admin/themes/default/template/intro.tpl
@@ -10,7 +10,7 @@ jQuery().ready(function(){ldelim}
});
{/footer_script}
-<h2>{'Piwigo administration'|@translate}</h2>
+<h2>{'Piwigo Administration'|@translate}</h2>
<dl style="padding-top: 30px;">
<dt>{'Piwigo version'|@translate}</dt>
<dd>
diff --git a/admin/themes/default/template/notification_by_mail.tpl b/admin/themes/default/template/notification_by_mail.tpl
index 3cddc3936..3ffe30d4b 100644
--- a/admin/themes/default/template/notification_by_mail.tpl
+++ b/admin/themes/default/template/notification_by_mail.tpl
@@ -62,7 +62,7 @@ jQuery(document).ready(function(){
</tr>
<tr>
<td>
- <label>{'Include display of recent pictures group by dates'|@translate}</label>
+ <label>{'Include display of recent photos grouped by dates'|@translate}</label>
<br><i><small>{'Available only with HTML format'|@translate}</small></i>
</td>
<td>
diff --git a/admin/themes/default/template/photos_add_direct.tpl b/admin/themes/default/template/photos_add_direct.tpl
index f14a385a2..4ea5899e4 100644
--- a/admin/themes/default/template/photos_add_direct.tpl
+++ b/admin/themes/default/template/photos_add_direct.tpl
@@ -271,7 +271,7 @@ var sizeLimit = {$upload_max_filesize};
<div id="formErrors" class="errors" style="display:none">
<ul>
<li id="emptyCategoryName">{'The name of an album must not be empty'|@translate}</li>
- <li id="noPhoto">{'Select at least one picture'|@translate}</li>
+ <li id="noPhoto">{'Select at least one photo'|@translate}</li>
</ul>
<div class="hideButton" style="text-align:center"><a href="#" id="hideErrors">{'Hide'|@translate}</a></div>
</div>
diff --git a/admin/themes/default/template/picture_modify.tpl b/admin/themes/default/template/picture_modify.tpl
index 8f10fa04c..11e556df0 100644
--- a/admin/themes/default/template/picture_modify.tpl
+++ b/admin/themes/default/template/picture_modify.tpl
@@ -28,7 +28,7 @@ pwg_initialization_datepicker("#date_creation_day", "#date_creation_month", "#da
<ul class="categoryActions">
{if isset($U_JUMPTO) }
- <li><a href="{$U_JUMPTO}" title="{'jump to image'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to image'|@translate}"></a></li>
+ <li><a href="{$U_JUMPTO}" title="{'jump to photo'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to photo'|@translate}"></a></li>
{/if}
{if !url_is_remote($PATH)}
<li><a href="{$U_SYNC}" title="{'synchronize'|@translate}"><img src="{$themeconf.admin_icon_dir}/sync_metadata.png" class="button" alt="{'synchronize'|@translate}"></a></li>
diff --git a/admin/themes/default/template/rating.tpl b/admin/themes/default/template/rating.tpl
index 7a2551e82..0c001437a 100644
--- a/admin/themes/default/template/rating.tpl
+++ b/admin/themes/default/template/rating.tpl
@@ -1,4 +1,4 @@
-<h2>{'elements'|@translate} [{$NB_ELEMENTS} {'elements'|@translate}]</h2>
+<h2>{$NB_ELEMENTS} {'Photos'|@translate}</h2>
<form action="{$F_ACTION}" method="GET" id="update" class="filter">
<fieldset>
diff --git a/admin/themes/default/template/site_update.tpl b/admin/themes/default/template/site_update.tpl
index ec0f50dbf..336071cae 100644
--- a/admin/themes/default/template/site_update.tpl
+++ b/admin/themes/default/template/site_update.tpl
@@ -9,10 +9,10 @@
<h3>{$L_RESULT_UPDATE}</h3>
<ul>
<li class="update_summary_new">{$update_result.NB_NEW_CATEGORIES} {'albums added in the database'|@translate}</li>
- <li class="update_summary_new">{$update_result.NB_NEW_ELEMENTS} {'elements added in the database'|@translate}</li>
+ <li class="update_summary_new">{$update_result.NB_NEW_ELEMENTS} {'photos added in the database'|@translate}</li>
<li class="update_summary_del">{$update_result.NB_DEL_CATEGORIES} {'albums deleted in the database'|@translate}</li>
- <li class="update_summary_del">{$update_result.NB_DEL_ELEMENTS} {'elements deleted in the database'|@translate}</li>
- <li>{$update_result.NB_UPD_ELEMENTS} {'elements updated in the database'|@translate}</li>
+ <li class="update_summary_del">{$update_result.NB_DEL_ELEMENTS} {'photos deleted from the database'|@translate}</li>
+ <li>{$update_result.NB_UPD_ELEMENTS} {'photos updated in the database'|@translate}</li>
<li class="update_summary_err">{$update_result.NB_ERRORS} {'errors during synchronization'|@translate}</li>
</ul>
{/if}
@@ -67,8 +67,8 @@
<li><label><input type="radio" name="sync" value="files" {if 'files'==$introduction.sync}checked="checked"{/if}> {'directories + files'|@translate}</label>
<ul style="padding-left:3em">
- <li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}> {'display maximum informations (added albums and elements, deleted albums and elements)'|@translate}</label></li>
- <li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}> {'add new elements to caddie'|@translate}</label></li>
+ <li><label><input type="checkbox" name="display_info" value="1" {if $introduction.display_info}checked="checked"{/if}> {'display maximum informations (added albums and photos, deleted albums and photos)'|@translate}</label></li>
+ <li><label><input type="checkbox" name="add_to_caddie" value="1" {if $introduction.add_to_caddie}checked="checked"{/if}> {'add new photos to caddie'|@translate}</label></li>
<li><label>{'Who can see these photos?'|@translate} <select name="privacy_level">{html_options options=$introduction.privacy_level_options selected=$introduction.privacy_level_selected}</select></label></li>
</ul>
</li>
@@ -80,7 +80,7 @@
<label><input type="checkbox" name="sync_meta" {if $introduction.sync_meta}checked="checked"{/if}> {'synchronize metadata'|@translate} ({$METADATA_LIST})</label>
<ul style="padding-left:3em">
<li>
- <label><input type="checkbox" name="meta_all" {if $introduction.meta_all}checked="checked"{/if}> {'even already synchronized elements'|@translate}</label>
+ <label><input type="checkbox" name="meta_all" {if $introduction.meta_all}checked="checked"{/if}> {'even already synchronized photos'|@translate}</label>
</li>
<li>
<label><input type="checkbox" name="meta_empty_overrides" {if $introduction.meta_empty_overrides}checked="checked"{/if}> {'overrides existing values with empty ones'|@translate}</label>
diff --git a/language/ar_SA/admin.lang.php b/language/ar_SA/admin.lang.php
index ce736e3e2..499ae40d5 100644
--- a/language/ar_SA/admin.lang.php
+++ b/language/ar_SA/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'اضافة/حذف الرابط الدائم';
$lang['Add a tag'] = 'اضافة كلمة دلائلية';
$lang['Add a user'] = 'اضافة مستخدم';
$lang['Add group'] = 'اضافة مجموعه';
-$lang['Add selected elements to caddie'] = 'اضافة المحدد الي السلة';
$lang['Add'] = 'أضف';
$lang['Allow user registration'] = 'السماح للمستخدمين بالتسجيل';
$lang['Apply to sub-albums'] = 'التطبيق على الألبوم الفرعي';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'لا يمكن الرد';
$lang['Edit all picture informations'] = 'تحرير معلومات جميع الصور';
$lang['Edit selected tags'] = 'تحرير الكلمات المختارة';
$lang['Edit tags'] = 'تحرير الكلمات الدلائلية';
-$lang['Elements'] = 'العناصر';
$lang['Email admins when a new user registers'] = 'ارسل للمدير عند تسجيل مستخدم جديد';
$lang['Email admins when a valid comment is entered'] = 'اعلم المدير عند اي تعليق جديد';
$lang['Email admins when a comment requires validation'] = 'اعلم المدير للمصادقة على تعليقات جديدة';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'يُـمثل';
$lang['Save order'] = 'حفظ المطلوب';
$lang['Save to permalink history'] = 'حفظ في سجل الرابط الدائم';
$lang['Select at least one album'] = 'اختر على الاقل ألبوم واحد يا أخي';
-$lang['Select at least one picture'] = 'اختر على الاقل صورة واحدة يا حبيبي';
+$lang['Select at least one photo'] = 'اختر على الاقل صورة واحدة يا حبيبي';
$lang['Select at least one user'] = 'اختر عضوا واحد على الاقل';
$lang['Show info'] = 'اعرض المعلومات';
$lang['Site manager'] = 'إدارة الموقع';
@@ -210,12 +208,12 @@ $lang['Dissociate from album'] = 'فصل من الألبوم';
$lang['dissociate from group'] = 'فصل من المجموعه';
$lang['edit album permissions'] = 'تحرير تصاريح الألبوم';
$lang['Album updated successfully'] = 'تم تحديث معلومات الألبومات بنجاح منقط النظير.';
-$lang['elements per page'] = 'عدد في كل صفحة';
+$lang['photos per page'] = 'عدد في كل صفحة';
$lang['elements'] = 'عناصر';
$lang['High definition enabled'] = 'تمكين ابعاد الارتفاع';
$lang['File'] = 'ملف';
$lang['Filesize'] = 'حجم الملف';
-$lang['first element added on %s'] = ' اول ما اضيف في %s';
+$lang['first photo added on %s'] = ' اول ما اضيف في %s';
$lang['Forbidden'] = 'ممنوع';
$lang['global mode'] = 'النمط الشائع';
$lang['group "%s" added'] = 'المجموعه "%s" أضيفت';
@@ -226,7 +224,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'لا تس
$lang['This name is already used by another group.'] = 'هذا الاسم مستخدم من قبل مجموعه أ×خرى.';
$lang['High definition'] = 'ابعاد الارتفاع';
$lang['jump to album'] = 'اغفز للمجموعة';
-$lang['jump to image'] = 'اغفز للصورة';
+$lang['jump to photo'] = 'اغفز للصورة';
$lang['leave'] = 'تـَرك';
$lang['Lock'] = 'قفل';
$lang['Locked'] = 'مقفول';
@@ -303,7 +301,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'المستخد
$lang['User %s [%s] added.'] = 'المستخدم %s [%s]تم اضافة.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'تحذير : سيتم اعلام المشتركين باالاغلاء و الاشتراك';
$lang['Send mail on HTML format'] = 'ارسال البريد بصيغة HTML';
-$lang['Include display of recent pictures group by dates'] = 'تضمين عرض الصور الاخير حسب تاريخها';
+$lang['Include display of recent photos grouped by dates'] = 'تضمين عرض الصور الاخير حسب تاريخها';
$lang['Available only with HTML format'] = 'متاح فقط بصيغة HTML';
$lang['no write access'] = 'حرية التنفيذ مقيدة';
$lang['Permissions'] = 'أذونات';
@@ -348,7 +346,6 @@ $lang['Thumbnail'] = 'المــصغرة';
$lang['title'] = 'العنوان';
$lang['Album list management'] = 'إدارة الألبومات';
$lang['Piwigo configuration'] = 'تهيئة المعرض';
-$lang['Piwigo administration'] = 'أدارة المعرض';
$lang['Edit album'] = 'تحرير الألبوم';
$lang['Group management'] = 'ادارة المجموعات';
$lang['User list'] = 'قائمة المستخدم';
@@ -381,7 +378,7 @@ $lang['Update images informations'] = 'تحديث معلومات الصور';
$lang['Synchronize'] = 'التزامن';
$lang['reduce to single existing albums'] = 'تقليص الألبومات الحاليه';
$lang['Choose an option'] = 'اختر واحد من الخيارات';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'الحد الاقصى لعرض الملعومات (حذف ،اضافة صور او ألبومات)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'الحد الاقصى لعرض الملعومات (حذف ،اضافة صور او ألبومات)';
$lang['Piwigo version differs on the remote site'] = 'الاصدار في هذا الموقع مختلف عن اصدار المعرض الحالي';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'يجب ان يكون اصدار create_listing_file.php على الموقع البعيد نفس الاصدار';
$lang['listing.xml file was not found'] = 'ملف القائمة.xml غير موجود';
@@ -394,13 +391,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'صورة من الملفات تتطلب المصغرة. الصورة المصغرة يجب أن يكون موجودا في الدليل الفرعي "المصغرة" من فئة الدليل. اسم ملف الصورة المصغرة يجب أن تبدأ مع تهيئتها المصغرة البادئة والتمديد يجب أن تكون ضمن القائمة التالية :';
$lang['missing thumbnail'] = 'مصغرات مفقودة';
$lang['albums deleted in the database'] = 'الألبومات محذوفة من قاعدة البيانات';
-$lang['elements deleted in the database'] = 'الصور محذوفة من قاعدة البيانات';
+$lang['photos deleted from the database'] = 'الصور محذوفة من قاعدة البيانات';
$lang['images candidates for metadata synchronization'] = 'تزامن المعلومات التفصيلة للصور المرشحه';
$lang['elements informations synchronized with files metadata'] = 'ملعومات الصور متزامنة مع المعلومات التفصيلة للصور';
$lang['errors during synchronization'] = 'أخطاء اثناء التزامن';
$lang['albums added in the database'] = 'ألبومات اضيفت في قاعدة البيانات';
-$lang['elements added in the database'] = 'صور اضيفت في قاعدة البيانات';
-$lang['elements updated in the database'] = 'تم تحديث الصور في قاعدة البيانات';
+$lang['photos added in the database'] = 'صور اضيفت في قاعدة البيانات';
+$lang['photos updated in the database'] = 'تم تحديث الصور في قاعدة البيانات';
$lang['Search for new images in the directories'] = 'البحث عن صور جديدة في الألبومات';
$lang['added'] = 'تمت الاضافة';
$lang['deleted'] = 'تم الحذف للاسف الشديد';
@@ -411,7 +408,7 @@ $lang['directories + files'] = 'مجلدات + ملفات';
$lang['only directories'] = 'فقط المجلدات';
$lang['synchronize files structure with database'] = 'مزامنة الملفات مع هيكل قاعدة البيانات';
$lang['synchronize files metadata with database elements informations'] = 'مزامنة الملعومات التفصيلة مع الصور الموجودة في قاعدة البيانات';
-$lang['even already synchronized elements'] = 'سبق التزامن مع الصور';
+$lang['even already synchronized photos'] = 'سبق التزامن مع الصور';
$lang['Used metadata'] = 'معومات التفصيلة مُـستخدمة';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = '
اسم الأدلة والملفات يجب أن تكون مكونة من الحروف والأرقام ، "--" ، "_" أو "."';
@@ -495,11 +492,10 @@ $lang['Main "webmaster" user does not exist'] = 'الرئيسية "مدير ال
$lang['Main "webmaster" user status is incorrect'] = 'الرئيسية حالة مدير الموقع " غير موجودة';
$lang['User "%s" created with "%s" like password'] = 'المستخدم "%s" أنشأ مع "%s" مثل كلمة المرور';
$lang['Status of user "%s" updated'] = 'تم نحديث حالة المستخدم"%s" ';
-$lang['add new elements to caddie'] = 'اضف صور جديدة الى السلة';
+$lang['add new photos to caddie'] = 'اضف صور جديدة الى السلة';
$lang['No display'] = 'لم يعرض';
$lang['Classic display'] = 'عرض عادي';
$lang['Hoverbox display'] = 'عرض مربعات عائمة';
-$lang['Thumbnails'] = 'Tعمل المصغرات';
$lang['Mail address is obligatory for all users'] = 'عنوان البريد الإلكتروني إلزامي لجميع المستخدمين';
$lang['Minimum privacy level'] = 'الحد الأدنى لمستوى الخصوصية';
$lang['Privacy level'] = 'مستوى الخصوصية';
@@ -574,8 +570,8 @@ $lang['Modify information'] = 'تعديل المعلومات';
$lang['edit album'] = 'تحرير ملعومات الالبوم';
$lang['nothing'] = 'لا شيء';
$lang['overrides existing values with empty ones'] = 'استبدل القيم الموجودة بقيم فارغة';
-$lang['manage image ranks'] = 'إدارة ترتيب الصور';
-$lang['Manage image ranks'] = 'إدارة ترتيب الصور';
+$lang['manage photo ranks'] = 'إدارة ترتيب الصور';
+$lang['Manage photo ranks'] = 'إدارة ترتيب الصور';
$lang['Edit ranks'] = 'تحرير الترتيب';
$lang['No element in this album'] = 'لا يوجد صور في الالبوم';
$lang['Images manual order was saved'] = 'تم حفظ الصور المطلوبة يديويا';
@@ -596,7 +592,7 @@ $lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'اشترك %s لـ
$lang['Purge search history'] = 'معالجة احصائيات البحث';
$lang['Hide'] = 'أخفاء';
$lang['Menu Management'] = 'القائمة الرئيسية';
-$lang['Processing treatment.'] = 'معالجة العرض';
+$lang['Operation in progress'] = 'معالجة العرض';
$lang['Please wait...'] = 'لحظات الانتظار أشغلها بالإستغفار ..';
$lang['By rank'] = 'حسب المنزلة';
$lang['Manual order'] = 'دليل النظام';
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php
index b76d4207b..880411502 100644
--- a/language/ca_ES/admin.lang.php
+++ b/language/ca_ES/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Afegeix/elimina un enllaç permanent';
$lang['Add a tag'] = 'Afegeix etiqueta';
$lang['Add a user'] = 'Afegeix usuari';
$lang['Add group'] = 'Afegeix grup';
-$lang['Add selected elements to caddie'] = 'Afegeix els elements selecionats al carret';
$lang['Add'] = 'Afegeix';
$lang['Allow user registration'] = 'Permet el registre d\'usuaris';
$lang['Apply to sub-albums'] = 'Aplica a les subcategories';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'No representis';
$lang['Edit all picture informations'] = 'Edita totes les informacions de les imatges';
$lang['Edit selected tags'] = 'Edita les etiquetes seleccionades';
$lang['Edit tags'] = 'Edita etiquetes';
-$lang['Elements'] = 'Elements';
$lang['Email admins when a new user registers'] = 'Envia un correu electrònic als administradors quan un usuari nou es registri';
$lang['Email admins when a valid comment is entered'] = 'Envia un correu electrònic als administradors quan s\'hagi introduït un comentari vàlid';
$lang['Email admins when a comment requires validation'] = 'Envia un correu electrònic als administradors quan un comentari requereixi validació';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Representa';
$lang['Save order'] = 'Desa l\'ordre';
$lang['Save to permalink history'] = 'Desa al historial d\'enllaços permanents';
$lang['Select at least one album'] = 'Seleccioneu almenys una categoria';
-$lang['Select at least one picture'] = 'Seleccioneu almenys una imatge';
+$lang['Select at least one photo'] = 'Seleccioneu almenys una imatge';
$lang['Select at least one user'] = 'Seleccioneu almenys un usuari';
$lang['Show info'] = 'Mostrar informació';
$lang['Site manager'] = 'Gestor del lloc';
@@ -210,12 +208,12 @@ $lang['Dissociate from album'] = 'desassòcia de la categoria';
$lang['dissociate from group'] = 'desassòcia del grup';
$lang['edit album permissions'] = 'edita els permisos de la categoria';
$lang['Album updated successfully'] = 'La informació de la categoria s\'ha actualitat correctament.';
-$lang['elements per page'] = 'elements per pàgina';
+$lang['photos per page'] = 'elements per pàgina';
$lang['elements'] = 'elements';
$lang['High definition enabled'] = 'Alta definicio habilitat';
$lang['File'] = 'Fitxer';
$lang['Filesize'] = 'Mida del fitxer';
-$lang['first element added on %s'] = 'primer element afegit a %s';
+$lang['first photo added on %s'] = 'primer element afegit a %s';
$lang['Forbidden'] = 'Prohibit';
$lang['global mode'] = 'mode global';
$lang['group "%s" added'] = 'grup "%s" afegit';
@@ -227,7 +225,7 @@ $lang['This name is already used by another group.'] = 'Aquest nom ja està en u
$lang['Groups'] = 'Grups';
$lang['High definition'] = 'Alta definició';
$lang['jump to album'] = 'salta a la categoria';
-$lang['jump to image'] = 'salta a la imatge';
+$lang['jump to photo'] = 'salta a la imatge';
$lang['leave'] = 'deixa';
$lang['Lock'] = 'Bloqueja';
$lang['Locked'] = 'Bloquejat';
@@ -305,7 +303,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'L\'usuari %s [%
$lang['User %s [%s] added.'] = 'S\'ha afegit l\'usuari %s [%s].';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Avís: en la subscipció o cancelació de la subscripció s\'enviarà un correu als usuaris';
$lang['Send mail on HTML format'] = 'Envia correu en format HTML';
-$lang['Include display of recent pictures group by dates'] = 'Inclou una visualització de les imatges recents agrupades per dates';
+$lang['Include display of recent photos grouped by dates'] = 'Inclou una visualització de les imatges recents agrupades per dates';
$lang['Available only with HTML format'] = 'Disponible només en format HTML';
$lang['no write access'] = 'accés d\'escriptura no permès';
$lang['Permissions'] = 'Permisos';
@@ -352,7 +350,6 @@ $lang['Thumbnail'] = 'Miniatura';
$lang['title'] = 'títol';
$lang['Album list management'] = 'Gestió de categories';
$lang['Piwigo configuration'] = 'Configuració del Piwigo';
-$lang['Piwigo administration'] = 'Administració del Piwigo';
$lang['Edit album'] = 'Edita una categoria';
$lang['Group management'] = 'Gestió de grups';
$lang['User list'] = 'Llista d\'usuaris';
@@ -385,7 +382,7 @@ $lang['Update images informations'] = 'Actualitza la informació de les imatges'
$lang['Synchronize'] = 'Sincronitza';
$lang['reduce to single existing albums'] = 'reduce to single existing categories';
$lang['Choose an option'] = 'Escolliu una opció';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'mostra la informació máxima (categories i elements afegits i eliminades)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'mostra la informació máxima (categories i elements afegits i eliminades)';
$lang['Piwigo version differs on the remote site'] = 'La versió de Piwigo difereix amb la del lloc remot';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'La versió de create_listing_file.php del lloc remot i Piwigo ha de ser el mateix';
$lang['listing.xml file was not found'] = 'El fitxer listing.xml no s\'ha trobat';
@@ -398,13 +395,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the category directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :';
$lang['missing thumbnail'] = 'falta la miniatura';
$lang['albums deleted in the database'] = 'categories eliminades de la base de dades';
-$lang['elements deleted in the database'] = 'elements eliminats de la base de dades';
+$lang['photos deleted from the database'] = 'elements eliminats de la base de dades';
$lang['images candidates for metadata synchronization'] = 'imatges candidates per la sincronització de metadades';
$lang['elements informations synchronized with files metadata'] = 'elements d\'informació sincronitzats amb fitxers de metadades';
$lang['errors during synchronization'] = 'errors durant la sincronització';
$lang['albums added in the database'] = 'categories afegides a la base de dades';
-$lang['elements added in the database'] = 'elements afegits a la base de dades';
-$lang['elements updated in the database'] = 'elements actualitzats de la base de dades';
+$lang['photos added in the database'] = 'elements afegits a la base de dades';
+$lang['photos updated in the database'] = 'elements actualitzats de la base de dades';
$lang['Search for new images in the directories'] = 'Cerca noves imatges en els directoris';
$lang['added'] = 'afegides';
$lang['deleted'] = 'eliminades';
@@ -415,7 +412,7 @@ $lang['directories + files'] = 'directoris + fitxers';
$lang['only directories'] = 'només directoris';
$lang['synchronize files structure with database'] = 'sincronitza l\'estructura de fitxers amb la base de dades';
$lang['synchronize files metadata with database elements informations'] = 'sincronitza els fitxers de metadades amb els elements d\'informació de la base de dades';
-$lang['even already synchronized elements'] = 'també els elements ja sincronitzats';
+$lang['even already synchronized photos'] = 'també els elements ja sincronitzats';
$lang['Used metadata'] = 'Metadades utilitzades';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'El nom dels directoris i fitxers ha de estar composat per lletres, números, "-", "_" o "."';
$lang['wrong filename'] = 'nom de fitxer erroni';
@@ -502,11 +499,10 @@ $lang['Main "webmaster" user does not exist'] = 'El principal usuari "webmaster"
$lang['Main "webmaster" user status is incorrect'] = 'L\'estat de l\'usuari principal "webmaster" és incorrecte';
$lang['User "%s" created with "%s" like password'] = 'S\'ha creat l\'usuari "%s" amb contrasenya "%s"';
$lang['Status of user "%s" updated'] = 'S\'ha actualitzat l\'estat de l\'usuari "%s"';
-$lang['add new elements to caddie'] = 'afegeix nous elements al carret';
+$lang['add new photos to caddie'] = 'afegeix nous elements al carret';
$lang['No display'] = 'Sense visualització';
$lang['Classic display'] = 'Visualització clàssica';
$lang['Hoverbox display'] = 'Visualització Hoverbox';
-$lang['Thumbnails'] = 'Miniatures';
$lang['Mail address is obligatory for all users'] = 'L\'adreça de correu és obligatòria per a tots els usuaris';
$lang['Minimum privacy level'] = 'Nivell mínim de privacitat';
$lang['Privacy level'] = 'Nivell de privacitat';
@@ -582,8 +578,8 @@ $lang['Modify information'] = 'Modifica la informació';
$lang['edit album'] = 'edita la informació de la categoria';
$lang['nothing'] = 'res';
$lang['overrides existing values with empty ones'] = 'overrides existing values with empty ones';
-$lang['manage image ranks'] = 'gestiona els rànquings de les imatges';
-$lang['Manage image ranks'] = 'Gestiona els rànquings de les imatges';
+$lang['manage photo ranks'] = 'gestiona els rànquings de les imatges';
+$lang['Manage photo ranks'] = 'Gestiona els rànquings de les imatges';
$lang['Edit ranks'] = 'Edita els rànquings';
$lang['No element in this album'] = 'No hi ha cap element en aquesta categoria';
$lang['Images manual order was saved'] = 'S\'ha guardat l\'ordre manual de les imatges';
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php
index 0d762cca2..bacc74e8a 100644
--- a/language/cs_CZ/admin.lang.php
+++ b/language/cs_CZ/admin.lang.php
@@ -55,7 +55,6 @@ $lang['Add/delete a permalink'] = 'Přidat/odebrat pernamentní odkaz';
$lang['Add a tag'] = 'Přidat klíčové slovo';
$lang['Add a user'] = 'Přidat uživatele';
$lang['Add group'] = 'Přidat skupinu';
-$lang['Add selected elements to caddie'] = 'Přidat vybrané položky do košíku';
$lang['Add'] = 'Přidat';
$lang['Allow user registration'] = 'Povolit registraci uživatelů';
$lang['Apply to sub-albums'] = 'Použít na subalba';
@@ -85,7 +84,6 @@ $lang['Does not represent'] = 'Nereprezentuje';
$lang['Edit all picture informations'] = 'Upravit informace o všech obrázcích';
$lang['Edit selected tags'] = 'Upravit vybraná klíčová slova';
$lang['Edit tags'] = 'Upravit klíčová slova';
-$lang['Elements'] = 'Položky';
$lang['Email admins when a new user registers'] = 'Poslat e-mail administrátorovi při registraci nového uživatele';
$lang['Email admins when a valid comment is entered'] = 'Poslat e-mail administrátorovi při vložení nového komentáře';
$lang['Email admins when a comment requires validation'] = 'Poslat e-mail administrátorovi při vložení nového komentáře vyžadujícího schválení.';
@@ -155,7 +153,7 @@ $lang['Represents'] = 'Reprezentativní fotografie';
$lang['Save order'] = 'Uložit pořadí';
$lang['Save to permalink history'] = 'Uložit do historie pernamentního spojení';
$lang['Select at least one album'] = 'Vyberte alespoň jedno album';
-$lang['Select at least one picture'] = 'Je nutné zvolit alespoň jednu fotografii';
+$lang['Select at least one photo'] = 'Je nutné zvolit alespoň jednu fotografii';
$lang['Select at least one user'] = 'Je nutné zvolit alespoň jednoho uživatele';
$lang['Show info'] = 'Zobrazit informace';
$lang['Site manager'] = 'Správce stránky';
@@ -201,7 +199,6 @@ $lang['Access type'] = 'Druh přístupu';
$lang['Comments'] = 'Komentáře uživatelů';
$lang['Information data registered in database'] = 'Data byla uložena do databáze';
$lang['Default display'] = 'Výchozí zobrazení';
-$lang['History'] = 'Historie';
$lang['The gallery URL is not valid.'] = 'URL galerie není platné';
$lang['Main'] = 'Hlavní';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'Počet komentářů na stránku musí být číslo mezi 5 a 50 včetně';
@@ -213,12 +210,12 @@ $lang['Dissociate from album'] = 'oddělit od album';
$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['elements per page'] = 'Položek na stránce';
+$lang['photos per page'] = 'Položek na stránce';
$lang['elements'] = 'Položky';
$lang['High definition enabled'] = 'Vysoké rozlišení povoleno';
$lang['File'] = 'Soubor';
$lang['Filesize'] = 'Velikost souboru';
-$lang['first element added on %s'] = 'první položka přidána %s';
+$lang['first photo added on %s'] = 'první položka přidána %s';
$lang['Forbidden'] = 'Zakázáno';
$lang['global mode'] = 'Více najednou';
$lang['group "%s" added'] = 'skupina "%s" přidána';
@@ -229,7 +226,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Název sku
$lang['This name is already used by another group.'] = 'Toto jméno je již používáno pro jinou skupinu.';
$lang['High definition'] = 'Vysoké rozlišení';
$lang['jump to album'] = 'přejít na album';
-$lang['jump to image'] = 'Přejít na obrázek';
+$lang['jump to photo'] = 'Přejít na obrázek';
$lang['leave'] = 'Ponechat';
$lang['Lock'] = 'Zamknout';
$lang['Locked'] = 'Uzamknuto';
@@ -306,7 +303,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Uživatel %s [%
$lang['User %s [%s] added.'] = 'Uživatel %s [%s] přidán.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Upozornění: přihlášení nebo odhlášení má za následek odeslání e-mailů uživatelům';
$lang['Send mail on HTML format'] = 'Odesílat zprávy v HTML formátu';
-$lang['Include display of recent pictures group by dates'] = 'Zahrnout nové skupiny fotografií podle data';
+$lang['Include display of recent photos grouped by dates'] = 'Zahrnout nové skupiny fotografií podle data';
$lang['Available only with HTML format'] = 'Dostupné pouze pro zprávy ve formátu HTML';
$lang['no write access'] = 'nemáte přístupová práva';
$lang['Permissions'] = 'Oprávnění';
@@ -351,7 +348,6 @@ $lang['Thumbnail'] = 'Náhled';
$lang['title'] = 'Název';
$lang['Album list management'] = 'Správa alb';
$lang['Piwigo configuration'] = 'Nastavení aplikace Piwigo';
-$lang['Piwigo administration'] = 'Administrace aplikace Piwigo';
$lang['Edit album'] = 'Edituj album';
$lang['Group management'] = 'Správa skupin';
$lang['User list'] = 'Seznam uživatelů';
@@ -384,7 +380,7 @@ $lang['Update images informations'] = 'Aktualizovat informace o fotografiích';
$lang['Synchronize'] = 'Synchronizace';
$lang['reduce to single existing albums'] = 'zredukuj na stávající alba';
$lang['Choose an option'] = 'Zvolit nastavení';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'zobrazit maximum informací (přidaná alba a elementy, odstraněná alba a elementy)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'zobrazit maximum informací (přidaná alba a elementy, odstraněná alba a elementy)';
$lang['Piwigo version differs on the remote site'] = 'Verze Piwigo na vzdálené stránce není stejná jako místní';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Verze souboru create_listing_file.php na vzdálené stránce musí být stejná jako verze místního souboru';
$lang['listing.xml file was not found'] = 'Soubor listing.xml nebyl nalezen';
@@ -397,13 +393,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ souboru vyžaduje náhled. Náhled musí být umístěn v podadresáři "thumbnail" v adresáři s kategorií. Název souboru náhledu musí začínat nastavenou předponou a přípona musí korespondovat s následujícím seznamem :';
$lang['missing thumbnail'] = 'žádný náhled';
$lang['albums deleted in the database'] = 'alba odstraněna v databázi';
-$lang['elements deleted in the database'] = 'položek odstraněno z databáze';
+$lang['photos deleted from the database'] = 'položek odstraněno z databáze';
$lang['images candidates for metadata synchronization'] = 'fotografií pro synchronizaci metadat';
$lang['elements informations synchronized with files metadata'] = 'informace synchronizované z metadat souborů';
$lang['errors during synchronization'] = 'chyb během synchronizace';
$lang['albums added in the database'] = 'alba vložena do databáze';
-$lang['elements added in the database'] = 'položek přidáno do databáze';
-$lang['elements updated in the database'] = 'položek aktualizováno v databázi';
+$lang['photos added in the database'] = 'položek přidáno do databáze';
+$lang['photos updated in the database'] = 'položek aktualizováno v databázi';
$lang['Search for new images in the directories'] = 'Hledat nové obrázky v kategoriích';
$lang['added'] = 'přidáno';
$lang['deleted'] = 'smazáno';
@@ -414,7 +410,7 @@ $lang['directories + files'] = 'adresáře + soubory';
$lang['only directories'] = 'pouze adresáře';
$lang['synchronize files structure with database'] = 'synchronizovat strukturu souborů s databází';
$lang['synchronize files metadata with database elements informations'] = 'synchronizovat metadata souborů s databází';
-$lang['even already synchronized elements'] = 'zahrnout i dříve synchronizované položky';
+$lang['even already synchronized photos'] = 'zahrnout i dříve synchronizované položky';
$lang['Used metadata'] = 'Použitá metadata';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Název adresářů a souborů musí být tvořen písmeny, čísly, "-", "_" nebo "."';
$lang['wrong filename'] = 'chybný název souboru';
@@ -497,11 +493,10 @@ $lang['Main "webmaster" user does not exist'] = 'Hlavní uživatel "administrát
$lang['Main "webmaster" user status is incorrect'] = 'Stav hlavního uživatele "administrátor" je chybný';
$lang['User "%s" created with "%s" like password'] = 'Uživatel "%s" vytvořen s heslem "%s"';
$lang['Status of user "%s" updated'] = 'Stav uživatele "%s" aktualizován';
-$lang['add new elements to caddie'] = 'přidat nové položky do košíku';
+$lang['add new photos to caddie'] = 'přidat nové položky do košíku';
$lang['No display'] = 'Bez zobrazení';
$lang['Classic display'] = 'Běžné zobrazení';
$lang['Hoverbox display'] = 'Zobrazit při najetí myší';
-$lang['Thumbnails'] = 'Náhledy';
$lang['Mail address is obligatory for all users'] = 'E-mailová adresa je povinná pro všechny uživatele';
$lang['Minimum privacy level'] = 'Nejnižší stupeň ochrany soukromí';
$lang['Privacy level'] = 'Stupeň ochrany soukromí';
@@ -577,8 +572,8 @@ $lang['Modify information'] = 'Upravit informace';
$lang['edit album'] = 'editovat info o tomto albu';
$lang['nothing'] = 'prázdné';
$lang['overrides existing values with empty ones'] = 'nahradit stávající hodnoty prázdnými';
-$lang['manage image ranks'] = 'spravovat hodnocení fotografií';
-$lang['Manage image ranks'] = 'Spravovat hodnocení fotografií';
+$lang['manage photo ranks'] = 'spravovat hodnocení fotografií';
+$lang['Manage photo ranks'] = 'Spravovat hodnocení fotografií';
$lang['Edit ranks'] = 'Upravit hodnocení';
$lang['No element in this album'] = 'Žádný element v tomto albu';
$lang['Images manual order was saved'] = 'Pořadí fotografií bylo uloženo';
@@ -608,7 +603,7 @@ $lang['Album "%s" now contains %d photos'] = 'Kategorie "%s" nyní obsahuje %d f
$lang['Manage this set of %d photos'] = 'Spravovat tento soubor %d fotografií';
$lang['Select files'] = 'Výběr souborů';
$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG soubory nebo ZIP archivy s JPEG soubory prosím.';
-$lang['Processing treatment.'] = 'Provádím údržbu.';
+$lang['Operation in progress'] = 'Provádím údržbu.';
$lang['Please wait...'] = 'Prosím počkejte...';
$lang['Piwigo Announcements Newsletter'] = 'Piwigo Zpravodaj';
$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = 'Přihlašte se k odběru Piwigo zpravodaje, aby jste byli informování o novinkách. Dostanete tak e-mail, když bude k dispozici nová verze Piwigo (která může obsahovat bezpečnostní záplatu, o čemž je důležité být informován) a nebo v případě důležitých novinek v projektu. Jedná se jen o několik mailů ročně.';
diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php
index 27ee6f109..23e0943eb 100644
--- a/language/da_DK/admin.lang.php
+++ b/language/da_DK/admin.lang.php
@@ -54,7 +54,6 @@ $lang['Add/delete a permalink'] = 'Tilføj / slette en permalink';
$lang['Add a tag'] = 'Tilføj et tag';
$lang['Add a user'] = 'Tilføj en bruger';
$lang['Add group'] = 'Tilføj Gruppe';
-$lang['Add selected elements to caddie'] = 'Tilføj valgte elementer til caddie';
$lang['Add'] = 'Tilføj';
$lang['Allow user registration'] = 'Tillad bruger registrering';
$lang['Apply to sub-albums'] = 'Anvend på underkategorier';
@@ -84,7 +83,6 @@ $lang['Does not represent'] = 'Er ikke repræsenterer';
$lang['Edit all picture informations'] = 'Rediger alle billede information';
$lang['Edit selected tags'] = 'Rediger valgte tags';
$lang['Edit tags'] = 'Ændre tags';
-$lang['Elements'] = 'Elements';
$lang['Email admins when a new user registers'] = 'Email admins, når en ny bruger registrerer sig';
$lang['Email admins when a valid comment is entered'] = 'Email admins når en gyldig kommentar er opført';
$lang['Email admins when a comment requires validation'] = 'Email admins, når en kommentar kræver validering';
@@ -154,7 +152,7 @@ $lang['Represents'] = 'Repræsenterer';
$lang['Save order'] = 'Gem orden';
$lang['Save to permalink history'] = 'Gem til permalinks historie';
$lang['Select at least one album'] = 'Vælg mindst én Kategori';
-$lang['Select at least one picture'] = 'Vælg mindst et billede';
+$lang['Select at least one photo'] = 'Vælg mindst et billede';
$lang['Select at least one user'] = 'Vælg mindst én bruger';
$lang['Show info'] = 'Vis info';
$lang['Site manager'] = 'Site manager';
@@ -200,7 +198,6 @@ $lang['Access type'] = 'Adgang type';
$lang['Comments'] = 'Kommentarer';
$lang['Information data registered in database'] = 'Oplysninger, der er registreret i databasen';
$lang['Default display'] = 'Standard display';
-$lang['History'] = 'Historie';
$lang['The gallery URL is not valid.'] = 'Galleriet URL er ikke gyldig.';
$lang['Main'] = 'Main';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'Antallet af kommentarer på en side skal være mellem 5 og 50 medtaget.';
@@ -212,12 +209,12 @@ $lang['Dissociate from album'] = 'Adskille fra Kategori';
$lang['dissociate from group'] = 'Adskille fra Gruppe';
$lang['edit album permissions'] = 'Edit Kategori tilladelser';
$lang['Album updated successfully'] = 'Kategori informationer opdateret.';
-$lang['elements per page'] = 'Elementer pr side';
+$lang['photos per page'] = 'Elementer pr side';
$lang['elements'] = 'Elementer';
$lang['High definition enabled'] = 'High definition er slået til';
$lang['File'] = 'File';
$lang['Filesize'] = 'Filstørrelse';
-$lang['first element added on %s'] = 'Første element tilføjet den %s';
+$lang['first photo added on %s'] = 'Første element tilføjet den %s';
$lang['Forbidden'] = 'Forbudt';
$lang['global mode'] = 'Global mode';
$lang['group "%s" added'] = 'Gruppe \'% s \'tilføjet';
@@ -228,7 +225,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Navnet på
$lang['This name is already used by another group.'] = 'Dette navn bruges allerede af en anden Gruppe.';
$lang['High definition'] = 'High definition';
$lang['jump to album'] = 'Hop til Kategori';
-$lang['jump to image'] = 'Hop til billedet';
+$lang['jump to photo'] = 'Hop til billedet';
$lang['leave'] = 'Ferie';
$lang['Lock'] = 'Lås';
$lang['Locked'] = 'Låst';
@@ -279,8 +276,7 @@ $lang['New elements added'] = 'Nye elementer tilføjet';
$lang['Subscribe to notification by mail'] = 'Abonner på notfikation med mail';
$lang['Unsubscribe from notification by mail'] = 'Afmeld fra notifikation med mail';
$lang['Parameter'] = 'Parameter';
-$lang['Processing treatment.'] = 'Behandling i gang';
-$lang['Please wait...'] = 'Vent venligst ...';
+$lang['Operation in progress'] = 'Behandling i gang';
$lang['Continue processing treatment'] = 'Fortsæt igangværende behandling';
$lang['Complementary mail content'] = 'Supplerende mail-indhold';
$lang['Add detailed content'] = 'Tilføj nogle detaljerede indhold';
@@ -307,7 +303,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Bruger%
$lang['User %s [%s] added.'] = 'Bruger% s [%s] tilføjet.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Advarsel: tilslutte eller afmelde vil sende mails til brugere';
$lang['Send mail on HTML format'] = 'Send mail i HTML-format';
-$lang['Include display of recent pictures group by dates'] = 'Medtag visning af de seneste billeder grupperet efter datoer';
+$lang['Include display of recent photos grouped by dates'] = 'Medtag visning af de seneste billeder grupperet efter datoer';
$lang['Available only with HTML format'] = 'Findes kun med HTML format';
$lang['no write access'] = 'Ingen skrive adgang';
$lang['Permissions'] = 'Tilladelser';
@@ -337,7 +333,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] =
$lang['created'] = 'Skabt';
$lang['delete'] = 'Slet';
$lang['delete this site and all its attached elements'] = 'Slette dette websted og alle relaterede oplysninger';
-$lang['deleted'] = 'Slettet';
$lang['an error happened'] = 'Der opstod en fejl';
$lang['file create_listing_file.php on remote site was not found'] = 'Fil create_listing_file.php ikke fundet på remote siden';
$lang['Local'] = 'Lokal';
@@ -353,7 +348,6 @@ $lang['Thumbnail'] = 'Thumbnail';
$lang['title'] = 'Tittel';
$lang['Album list management'] = 'Kategorier forvaltning';
$lang['Piwigo configuration'] = 'Piwigo konfiguration';
-$lang['Piwigo administration'] = 'Piwigo administration';
$lang['Edit album'] = 'Edit en Kategori';
$lang['Group management'] = 'Grupper forvaltning';
$lang['User list'] = 'Brugere liste';
@@ -386,7 +380,7 @@ $lang['Update images informations'] = 'Update billeder information';
$lang['Synchronize'] = 'Synkroniser';
$lang['reduce to single existing albums'] = 'Reduceres til én eksisterende kategorier';
$lang['Choose an option'] = 'Vælg en option';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Display flest mulige oplysninger (tilføjet kategorier og elementer, slettede kategorier og elementer)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Display flest mulige oplysninger (tilføjet kategorier og elementer, slettede kategorier og elementer)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo version adskiller sig på remote siden';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Versioner af create_listing_file.php på remote siden og Piwigo skal være den samme';
$lang['listing.xml file was not found'] = 'Listing.xml fil ikke fundet';
@@ -399,13 +393,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Et billede filetype kræver en miniature. Miniaturen skal være til stede i sub-bibliotek \' miniature \'af Kategori mappe. Thumbnail Filnavnet skal starte med den konfigurerede thumbnail præfiks og udvidelsen skal være blandt de følgende liste:';
$lang['missing thumbnail'] = 'Manglende thumbnail';
$lang['albums deleted in the database'] = 'Kategorier slettet i databasen';
-$lang['elements deleted in the database'] = 'Elementer slettet i databasen';
+$lang['photos deleted from the database'] = 'Elementer slettet i databasen';
$lang['images candidates for metadata synchronization'] = 'Billeder kandidater til metadata synkronisering';
$lang['elements informations synchronized with files metadata'] = 'Elementer informationer synkroniseret med filer metadata';
$lang['errors during synchronization'] = 'Fejl under synkroniseringen';
$lang['albums added in the database'] = 'Kategorier tilføjet i databasen';
-$lang['elements added in the database'] = 'Elementer tilføjet i databasen';
-$lang['elements updated in the database'] = 'Elementer opdateret i databasen';
+$lang['photos added in the database'] = 'Elementer tilføjet i databasen';
+$lang['photos updated in the database'] = 'Elementer opdateret i databasen';
$lang['Search for new images in the directories'] = 'Søg efter nye billeder i mapper';
$lang['added'] = 'Tilføjet';
$lang['deleted'] = 'Slettet';
@@ -416,7 +410,7 @@ $lang['directories + files'] = 'Mapper + filer';
$lang['only directories'] = 'Mapper kun';
$lang['synchronize files structure with database'] = 'Synkronisere filer struktur med databasen';
$lang['synchronize files metadata with database elements informations'] = 'Synkronisere database elementer med filer metadata';
-$lang['even already synchronized elements'] = 'Allerede synkroniserede elementer';
+$lang['even already synchronized photos'] = 'Allerede synkroniserede elementer';
$lang['Used metadata'] = 'Metadata anvendes';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Navnet på biblioteker og filer skal kun bestå af bogstaver, tal, \'- \', \'_\' eller \'.\'';
$lang['wrong filename'] = 'Forkert filnavn';
@@ -499,11 +493,10 @@ $lang['Main "webmaster" user does not exist'] = 'The main \' webmaster \
$lang['Main "webmaster" user status is incorrect'] = 'The main \' webmaster \' user status er forkert';
$lang['User "%s" created with "%s" like password'] = 'Bruger \'%s\' er oprettet med \'%s \' som password ';
$lang['Status of user "%s" updated'] = 'Bruger \'%s\' opdateret status ';
-$lang['add new elements to caddie'] = 'Tilføje nye elementer til caddie';
+$lang['add new photos to caddie'] = 'Tilføje nye elementer til caddie';
$lang['No display'] = 'Ingen display';
$lang['Classic display'] = 'Klassisk display';
$lang['Hoverbox display'] = 'Hoverbox display';
-$lang['Thumbnails'] = 'Miniaturer';
$lang['Mail address is obligatory for all users'] = 'Mail-adresse er obligatorisk for alle brugere';
$lang['Minimum privacy level'] = 'Minimum privatliv niveau';
$lang['Privacy level'] = 'Privacy niveau';
@@ -578,8 +571,8 @@ $lang['Modify information'] = 'Rediger oplysninger';
$lang['edit album'] = 'Redigere denne Kategori oplysninger';
$lang['nothing'] = 'Intet';
$lang['overrides existing values with empty ones'] = 'Tilsidesætter eksisterende værdier med tomme';
-$lang['manage image ranks'] = 'Styre image ranking';
-$lang['Manage image ranks'] = 'Administrer image ranking';
+$lang['manage photo ranks'] = 'Styre image ranking';
+$lang['Manage photo ranks'] = 'Administrer image ranking';
$lang['Edit ranks'] = 'Edit rækker';
$lang['No element in this album'] = 'Ingen element i denne Kategori';
$lang['Images manual order was saved'] = 'Billeder manual gemt orden';
@@ -671,7 +664,7 @@ $lang['Install on your computer,'] = 'Installer på din computer,';
$lang['Make this theme available to users'] = 'Gør dette tema til rådighed for brugerne';
$lang['Page end'] = 'Side slut ';
$lang['Piwigo Uploader'] = 'Piwigo Uploader ';
-$lang['Processing treatment.'] = 'Behandler';
+$lang['Operation in progress'] = 'Behandler';
$lang['Please wait...'] = 'Vent venligst ...';
$lang['Read Piwigo Documentation'] = 'Læs Piwigo dokumentation';
$lang['Start pLoader and add your photos.'] = 'Start pLoader og tilføje dine billeder.';
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php
index 092123d81..c61048c12 100644
--- a/language/de_DE/admin.lang.php
+++ b/language/de_DE/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Hinzufügen/Löschen einer dauerhafte Verbind
$lang['Add a tag'] = 'Tag hinzufügen';
$lang['Add a user'] = 'Benutzer hinzufügen';
$lang['Add group'] = 'Gruppe hinzufügen';
-$lang['Add selected elements to caddie'] = 'Hinzufügen ausgewählter Elemente zum Sammelkorb';
$lang['Add'] = 'Hinzufügen';
$lang['Allow user registration'] = 'Erlaube die Neuregistrierung von Benutzern';
$lang['Apply to sub-albums'] = 'Einstellungen auch für Unteralben übernehmen';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Ist nicht Vorschaubild für diese Kategirien';
$lang['Edit all picture informations'] = 'Bearbeite alle Bildinformationen';
$lang['Edit selected tags'] = 'Bearbeite markierte Tags';
$lang['Edit tags'] = 'Bearbeite Tags';
-$lang['Elements'] = 'Elemente';
$lang['Email admins when a new user registers'] = 'sende eine E-Mail an den(die) Adminstrator(en) wenn sich ein neuer Benutzer registriert hat';
$lang['Email admins when a valid comment is entered'] = 'sende eine E-Mail an den(die) Adminstrator(en) wenn ein Kommentar hinterlassen wurde';
$lang['Email admins when a comment requires validation'] = 'sende eine E-Mail an den(die) Adminstrator(en) wenn ein Kommentar die Freischaltung durch den Admin erfordert';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Ist Vorschaubild für diese Kategorien';
$lang['Save order'] = 'Reihenfolge speichern';
$lang['Save to permalink history'] = 'Speichere in der Permalink-Historie';
$lang['Select at least one album'] = 'Mindestens ein Album auswählen';
-$lang['Select at least one picture'] = 'Mindestens ein Element auswählen';
+$lang['Select at least one photo'] = 'Mindestens ein Element auswählen';
$lang['Select at least one user'] = 'Mindestens einen Benutzer auswählen';
$lang['Show info'] = 'Info anzeigen';
$lang['Site manager'] = 'Seitenmanager';
@@ -198,7 +196,6 @@ $lang['Access type'] = 'Zugangsart';
$lang['Comments'] = 'Benutzerkommentare';
$lang['Information data registered in database'] = 'Änderungen wurden gespeichert';
$lang['Default display'] = 'Standartanzeige';
-$lang['History'] = 'Statistik';
$lang['The gallery URL is not valid.'] = 'Die URL der Galerie ist falsch.';
$lang['Main'] = 'Grundeinstellungen';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'Anzahl Kommentare pro Seite muß zwischen 5 und 50 liegen.';
@@ -210,12 +207,12 @@ $lang['Dissociate from album'] = 'Vom Album abtrennen';
$lang['dissociate from group'] = 'Von Gruppe abtrennen';
$lang['edit album permissions'] = 'Albumberechtigungen bearbeiten';
$lang['Album updated successfully'] = 'Informationen des Albums wurden erfolgreich aktualisiert.';
-$lang['elements per page'] = 'Elemente pro Seite';
+$lang['photos per page'] = 'Elemente pro Seite';
$lang['elements'] = 'Elemente';
$lang['High definition enabled'] = 'High definition eingeschaltet';
$lang['File'] = 'Datei';
$lang['Filesize'] = 'Dateigröße';
-$lang['first element added on %s'] = 'Erstes Element hinzugefügt am %s';
+$lang['first photo added on %s'] = 'Erstes Element hinzugefügt am %s';
$lang['Forbidden'] = 'Gesperrte Kategorien';
$lang['global mode'] = 'Gobaler Modus';
$lang['group "%s" added'] = 'Gruppe "%s" ninzugefügt';
@@ -226,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Der Gruppe
$lang['This name is already used by another group.'] = 'Diesen Gruppenname gibt es schon.';
$lang['High definition'] = 'High definition';
$lang['jump to album'] = 'gehe zum Album';
-$lang['jump to image'] = 'Gehe zu Element';
+$lang['jump to photo'] = 'Gehe zu Element';
$lang['leave'] = 'Beibehalten';
$lang['Lock'] = 'Schließen';
$lang['Locked'] = 'Geschlossen';
@@ -302,7 +299,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Benutzer %s [%s
$lang['User %s [%s] added.'] = 'Benutzer %s [%s] hinzugefügt.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'WARNUNG: hinzufügen oder entfernen von Benutzern zur Mailingliste erwirkt sofort eine automatische E-Mail an den betreffenden';
$lang['Send mail on HTML format'] = 'Sende E-Mail im HTML-Format';
-$lang['Include display of recent pictures group by dates'] = 'Zeige die ersten Bilder als Vorschau in der E-Mail';
+$lang['Include display of recent photos grouped by dates'] = 'Zeige die ersten Bilder als Vorschau in der E-Mail';
$lang['Available only with HTML format'] = 'Nur verfügbar, wenn die Benachrichtigungen im HTML-Format verschickt werden';
$lang['no write access'] = 'kein Schreibzugriff';
$lang['Permissions'] = 'Berechtigungen';
@@ -330,7 +327,6 @@ $lang['This site already exists'] = 'Diese Seite gibt es bereits';
$lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Erstellen Sie eine neue Remote-Site: (URL auf seine create_listing_file.php)';
$lang['created'] = 'erstellt';
$lang['delete this site and all its attached elements'] = 'Entfernen dieser Seite und alle damit zusammenhängenden Daten';
-$lang['deleted'] = 'gelöscht';
$lang['an error happened'] = 'ein Fehler ist aufgetreten';
$lang['file create_listing_file.php on remote site was not found'] = 'Die Datei create_listing_file.php wurde nicht gefunden auf der Remote-Seite';
$lang['Local'] = 'Lokal';
@@ -346,7 +342,6 @@ $lang['Thumbnail'] = 'Thumbnail';
$lang['title'] = 'Titel';
$lang['Album list management'] = 'Albumverwaltung';
$lang['Piwigo configuration'] = 'Konfiguration von Piwigo';
-$lang['Piwigo administration'] = 'Verwaltung von Piwigo';
$lang['Edit album'] = 'Einen Album bearbeiten';
$lang['Group management'] = 'Verwalten von Gruppen';
$lang['User list'] = 'Liste der Benutzer';
@@ -379,7 +374,7 @@ $lang['Update images informations'] = 'Bildinformationen aktualisieren';
$lang['Synchronize'] = 'Synchronisieren';
$lang['reduce to single existing albums'] = 'Auf einzelne bestehende Alben reduzieren';
$lang['Choose an option'] = 'Eine Option auswählen';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Sämtliche Informationen anzeigen (hinzugefügte Alben und Elemente, gelöschte Alben und Elemente)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Sämtliche Informationen anzeigen (hinzugefügte Alben und Elemente, gelöschte Alben und Elemente)';
$lang['Piwigo version differs on the remote site'] = 'PhpWebGallery version unterscheidet sich von der Remote-Seite';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Die Version von create_listing_file.php auf der Remote-Seite und PhpWebGallery muss die gleiche sein';
$lang['listing.xml file was not found'] = 'listing.xml Datei nicht gefunden';
@@ -392,13 +387,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Ein Bild braucht ein Vorschaubild. Das Vorschaubild muß sich im Unterverzeichnis "thumbnail" des Kategorieverzechnisses befinden. Der Dateiname des Vorschaubildes muß mit dem eingestellten Thumbnail-Vorzeichen beginnen und der Dateityp einem der folgenden entsprechen :';
$lang['missing thumbnail'] = 'Fehlendes Thumbnail';
$lang['albums deleted in the database'] = 'Alben von der Datenbank entfernt';
-$lang['elements deleted in the database'] = 'Elemente in der Datenbank gelöscht';
+$lang['photos deleted from the database'] = 'Elemente in der Datenbank gelöscht';
$lang['images candidates for metadata synchronization'] = 'Elemente , deren Metadaten vorhanden sind';
$lang['elements informations synchronized with files metadata'] = 'Elemente mit der Meta-Datenbank syncronisiert';
$lang['errors during synchronization'] = 'Fehler während der Synchronisation';
$lang['albums added in the database'] = 'Alben in der Datenbank hinzugefügt';
-$lang['elements added in the database'] = 'Elemente in der Datenbank hinzugefügt';
-$lang['elements updated in the database'] = 'Elemente in der Datenbank aktualisiert';
+$lang['photos added in the database'] = 'Elemente in der Datenbank hinzugefügt';
+$lang['photos updated in the database'] = 'Elemente in der Datenbank aktualisiert';
$lang['Search for new images in the directories'] = 'Suche nach neuen Elementen in den vorhandenen Ordnern';
$lang['added'] = 'hinzugefügt';
$lang['deleted'] = 'gelöscht';
@@ -409,7 +404,7 @@ $lang['directories + files'] = 'Ordner und Dateien';
$lang['only directories'] = 'Nur Ordner';
$lang['synchronize files structure with database'] = 'Syncronisiere Dateistruktur mit der Datenbank';
$lang['synchronize files metadata with database elements informations'] = 'Syncronisiere Metadaten mit den Informationen in der Datenbank';
-$lang['even already synchronized elements'] = 'auch bereits synchronisierte Elemente';
+$lang['even already synchronized photos'] = 'auch bereits synchronisierte Elemente';
$lang['Used metadata'] = 'Benutzte Metadaten';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Der Verzeichnis- und der Dateiname muß aus Buchstaben oder den Zeichen "-", "_" oder "." bestehen';
$lang['wrong filename'] = 'Falscher Dateiname';
@@ -493,12 +488,11 @@ $lang['Main "webmaster" user does not exist'] = 'Der Benutzer "Webmaster" Haupt
$lang['Main "webmaster" user status is incorrect'] = 'Der Status des Benutzers "Webmaster" ist falsch';
$lang['User "%s" created with "%s" like password'] = 'Benutzer "%s" erstellt mit dem Passwort "%s"';
$lang['Status of user "%s" updated'] = 'Status des Benutzers "%s" aktualisiert';
-$lang['add new elements to caddie'] = 'die neuen Elemente in den Sammelkorb';
+$lang['add new photos to caddie'] = 'die neuen Elemente in den Sammelkorb';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Keine Anzeige';
$lang['Classic display'] = 'Klassische Ansicht';
$lang['Hoverbox display'] = 'Anzeige beim überflug';
-$lang['Thumbnails'] = 'Miniaturen';
$lang['Mail address is obligatory for all users'] = 'Die E-Mail-Adresse ist auch für nicht angemeldete Besucher sichtbar';
$lang['Minimum privacy level'] = 'minimum Privacy level';
$lang['Privacy level'] = 'Privacy level';
@@ -574,8 +568,8 @@ $lang['Modify information'] = 'Informationen ändern';
$lang['edit album'] = 'Die Albuminformation bearbeiten';
$lang['nothing'] = 'nichts';
$lang['overrides existing values with empty ones'] = 'Löscht alle Werte in der Datenbank !! (filesize, width, height, high_filesize, date_creation, keywords, date_creation, author, name, comment)';
-$lang['manage image ranks'] = 'Verwaltung der Reihenfolge der Bilder';
-$lang['Manage image ranks'] = 'Verwalten Sie die Reihenfolge der Bilder';
+$lang['manage photo ranks'] = 'Verwaltung der Reihenfolge der Bilder';
+$lang['Manage photo ranks'] = 'Verwalten Sie die Reihenfolge der Bilder';
$lang['Edit ranks'] = 'Die Reihenfolge ändern';
$lang['No element in this album'] = 'Es befinden sich keine Elemente in diesem Album';
$lang['Images manual order was saved'] = 'Die manuelle Reihenfolge der Bilder wurde gespeichert';
@@ -598,7 +592,7 @@ $lang['Subscribe %s'] = 'Abonnieren %s';
$lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Abonniere %s zum Piwigo Newsletter';
$lang['Purge search history'] = 'Lösche die Such-Historie';
$lang['Hide'] = 'Verstecken';
-$lang['Processing treatment.'] = 'Arbeite daran.';
+$lang['Operation in progress'] = 'Arbeite daran.';
$lang['Please wait...'] = 'Bitte warten...';
$lang['Password is missing. Please enter the password.'] = 'Das Kennwort fehlt. Bitte geben sie ihr Kennwort ein.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Das Kennwort zum überprüfen fehlt. Bitte geben Sie ihr gewähltes Kennwort noch einmal ein.';
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index bbcc73204..3f1dde6b5 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -23,770 +23,755 @@
-$lang['%d association'] = "%d association";
-$lang['%d associations'] = "%d associations";
-$lang['%d album including'] = "%d album including";
-$lang['%d albums including'] = "%d albums including";
-$lang['%d physical'] = " %d physical";
-$lang['%d physical'] = " %d physical";
$lang[' and %d virtual'] = " and %d virtual";
$lang[' and %d virtual'] = " and %d virtual";
+$lang['%d album including'] = "%d album including";
$lang['%d album moved'] = "%d album moved";
+$lang['%d albums including'] = "%d albums including";
$lang['%d albums moved'] = "%d albums moved";
+$lang['%d anomalies have been detected corrected.'] = "%d anomalies have been detected and corrected.";
+$lang['%d anomalies have been detected.'] = "%d anomalies have been detected.";
+$lang['%d anomalies have been ignored.'] = "%d anomalies have been ignored.";
+$lang['%d anomalies have not been corrected.'] = "%d anomalies have not been corrected.";
+$lang['%d anomaly has been corrected.'] = "%d anomaly has been corrected.";
+$lang['%d anomaly has been detected.'] = "%d anomaly has been detected.";
+$lang['%d anomaly has been ignored.'] = "%d anomaly has been ignored.";
+$lang['%d anomaly has not been corrected.'] = "%d anomaly has not been corrected.";
+$lang['%d association'] = "%d association";
+$lang['%d associations'] = "%d associations";
$lang['%d group'] = "%d group";
$lang['%d groups'] = "%d groups";
+$lang['%d guest'] = "%d guest";
+$lang['%d guests'] = "%d guests";
+$lang['%d line filtered'] = "%d line filtered";
+$lang['%d lines filtered'] = "%d lines filtered";
+$lang['%d mail was not sent.'] = "%d mail has not been sent.";
+$lang['%d mail was sent.'] = "%d mail has been sent.";
+$lang['%d mails were not sent.'] = "%d mails have not been sent.";
+$lang['%d mails were sent.'] = "%d mails have been sent.";
$lang['%d member'] = "%d member";
$lang['%d members'] = "%d members";
+$lang['%d of %d photos selected'] = '%d of %d photos selected';
+$lang['%d parameter was updated.'] = "%d parameter updated.";
+$lang['%d parameters were updated.'] = "%d parameters updated.";
+$lang['%d photo was deleted'] = "%d photo deleted";
+$lang['%d photos uploaded'] = '%d photos uploaded';
+$lang['%d photos were deleted'] = "%d photos deleted";
+$lang['%d physical'] = " %d physical";
+$lang['%d physical'] = " %d physical";
$lang['%d tag'] = "%d tag";
$lang['%d tags'] = "%d tags";
$lang['%d user comment rejected'] = "%d user comment rejected";
-$lang['%d user comments rejected'] = "%d user comments rejected";
$lang['%d user comment validated'] = "%d user comment validated";
+$lang['%d user comments rejected'] = "%d user comments rejected";
$lang['%d user comments validated'] = "%d user comments validated";
$lang['%d user deleted'] = "%d user deleted";
-$lang['%d users deleted'] = "%d users deleted";
+$lang['%d user was not updated.'] = "%d user not updated.";
+$lang['%d user was updated.'] = "%d user updated.";
$lang['%d user'] = "%d user";
+$lang['%d users deleted'] = "%d users deleted";
+$lang['%d users were not updated.'] = "%d users not updated.";
+$lang['%d users were updated.'] = "%d users updated.";
$lang['%d users'] = "%d users";
$lang['%d waiting for validation'] = "%d waiting for validation";
+$lang['%s has been successfully upgraded.'] = "%s has been successfully upgraded.";
+$lang['%s must be to set to false in your local/config/config.inc.php file'] = "%s must be set to false in your local/config/config.inc.php file";
+$lang['%s value is not correct file because exif are not supported'] = "%s value is incorrect because exif are not supported";
+$lang['+ Add an upload box'] = '+ Add an upload box';
+$lang[', click on'] = ", click on";
+$lang['... or switch to the multiple files form'] = '... or switch to the multiple files form';
+$lang['... or switch to the old style form'] = '... or switch to the old style form';
+$lang['A local listing.xml file has been found for'] = "A local listing.xml file has been found for";
+$lang['A new version of Piwigo is available.'] = "A new version of Piwigo is available.";
+$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \"thumbnail\" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :";
+$lang['Access type'] = "Access type";
+$lang['ACCESS_0'] = "Free access";
+$lang['ACCESS_1'] = "Access to all";
+$lang['ACCESS_2'] = "Access to registered users";
+$lang['ACCESS_3'] = "Access to administrators";
+$lang['ACCESS_4'] = "Access to webmasters";
+$lang['ACCESS_5'] = "No access";
+$lang['Action'] = 'Action';
$lang['Actions'] = "Actions";
+$lang['Activate field "%s"'] = 'Activate field "%s"';
+$lang['Activate icon "%s"'] = 'Activate icon "%s"';
+$lang['Activate Navigation Bar'] = 'Activate navigation bar';
+$lang['Activate Navigation Thumbnails'] = 'Activate navigation thumbnails';
$lang['Activate'] = "Activate";
-$lang['Add/delete a permalink'] = "Add/delete a permalink";
+$lang['Active Languages'] = 'Active Languages';
+$lang['Active Plugins'] = 'Active Plugins';
+$lang['Active Themes'] = 'Active Themes';
+$lang['Add a filter'] = 'Add a filter';
$lang['Add a tag'] = "Add a tag";
$lang['Add a user'] = "Add a user";
+$lang['Add a virtual album'] = "Add a virtual album";
+$lang['Add another set of photos'] = 'Add another set of photos';
+$lang['Add detailed content'] = "Add some detailed content";
$lang['Add group'] = "Add group";
-$lang['Add selected elements to caddie'] = "Add selected elements to caddie";
+$lang['Add New Language'] = 'Add New Language';
+$lang['add new photos to caddie'] = "add new photos to caddie";
+$lang['Add New Theme'] = "Add a new theme";
+$lang['Add Photos'] = 'Add Photos';
+$lang['add tags'] = "add tags";
+$lang['Add write access to the "%s" directory'] = 'Add write access to the "%s" directory';
$lang['Add'] = "Add";
+$lang['Add/delete a permalink'] = "Add/delete a permalink";
+$lang['added'] = "added";
+$lang['Administration Home'] = 'Administration Home';
+$lang['Advanced features'] = "Advanced features";
+$lang['Album "%s" has been added'] = 'Album "%s" has been added';
+$lang['Album "%s" now contains %d photos'] = 'Album "%s" now contains %d photos';
+$lang['Album elements associated to the following albums: %s'] = "Album elements associated to the following albums: %s";
+$lang['Album list management'] = "Album list management";
+$lang['Album manual order was saved'] = "Album manual order was saved";
+$lang['Album name'] = 'Album name';
+$lang['Album updated successfully'] = "Album updated successfully";
+$lang['albums added in the database'] = "albums added in the database";
+$lang['Albums authorized thanks to group associations'] = "Albums authorized thanks to group associations";
+$lang['Albums automatically sorted'] = 'Albums automatically sorted';
+$lang['albums deleted in the database'] = "albums deleted in the database";
+$lang['All %d photos are selected'] = 'All %d photos are selected';
+$lang['All optimizations have been successfully completed.'] = "All optimizations have been successfully completed.";
+$lang['all'] = "all";
+$lang['Allow rating'] = "Allow rating";
+$lang['Allow user customization'] = 'Allow user customization';
$lang['Allow user registration'] = "Allow user registration";
+$lang['Allow users to delete theirs owns comments'] = "Allow users to delete their own comments";
+$lang['Allow users to edit theirs owns comments'] = "Allow users to edit their own comments";
+$lang['an error happened'] = "an error occurred";
+$lang['An error occured during extraction (%s).'] = "An error occured during the files (%s) extraction.";
+$lang['An information email was sent to group "%s"'] = "Information email sent to group \"%s\"";
+$lang['and'] = "and";
+$lang['Anomaly'] = "Anomaly";
+$lang['Anyway only webmasters can see this tab and never administrators.'] = "Anyway only webmasters can see this tab, no administrators.";
+$lang['Apply action'] = 'Apply action';
+$lang['Apply selected corrections'] = "Apply selected corrections";
$lang['Apply to sub-albums'] = "Apply to sub-albums";
+$lang['Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'] = "Are you sure you want to install this upgrade? You must verify if this version does not need prior uninstallation.";
+$lang['Are you sure you want to delete this plugin?'] = "Are you sure you want to delete this plugin?";
+$lang['Are you sure you want to install this plugin?'] = "Are you sure you want to install this plugin?";
+$lang['Associate to album'] = "Associate to album";
+$lang['associate to group'] = "associate to group";
$lang['Associated'] = "Associated";
+$lang['Authorize users to add comments on selected albums'] = "Authorize users to add comments on selected albums";
+$lang['Authorized'] = "Authorized";
+$lang['Automatic correction'] = "Automatic correction";
+$lang['automatic order'] = 'automatic order';
+$lang['Automatic upgrade'] = "Automatic upgrade";
+$lang['Available only with HTML format'] = "Available only with HTML format";
+$lang['Available<br>version'] = "Available<br>version";
+$lang['average time'] = "average time";
$lang['Batch management'] = "Batch management";
+$lang['Batch Manager'] = 'Batch Manager';
+$lang['between'] = "between";
+$lang['Bound Theme'] = 'Bound Theme';
+$lang['By %s'] = 'By %s';
+$lang['By rank'] = 'By rank';
$lang['Caddie management'] = "Caddie management";
$lang['Caddie'] = "Caddie";
-$lang['Albums authorized thanks to group associations'] = "Albums authorized thanks to group associations";
-$lang['Album manual order was saved'] = "Album manual order was saved";
-$lang['Album elements associated to the following albums: %s'] = "Album elements associated to the following albums: %s";
+$lang['Cannot delete the old permalink !'] = "The old permalink cannot be deleted!";
+$lang['Can\'t connect to server.'] = "Connection to server impossible.";
+$lang['Can\'t create temporary file.'] = "Temporary file cannot be created.";
+$lang['Can\'t download archive.'] = "Archive cannot be downloaded.";
+$lang['Can\'t read or extract archive.'] = "Archive cannot be read or extracted.";
+$lang['Change Admin Colors'] = 'Change administration colors';
+$lang['Check all'] = "Check all";
+$lang['Check automatic corrections'] = "Check automatic corrections";
+$lang['Check for updates'] = "Check for updates";
$lang['Check for upgrade failed for unknown reasons.'] = "Check for upgrade failed for unknown reasons.";
$lang['Check for upgrade'] = "Check for upgrade";
+$lang['Check integrity'] = "Integrity check";
+$lang['Choose an action'] = 'Choose an action';
+$lang['Choose an option'] = "Choose an option";
+$lang['Classic display'] = "Classic display";
+$lang['clean'] = "clean up";
$lang['Comments for all'] = "Comments for all";
+$lang['Comments'] = "Comments";
+$lang['Complementary mail content'] = "Complementary mail content";
+$lang['Complementary mail content'] = "Complementary mail content";
+$lang['Configuration'] = "Configuration";
+$lang['confirm'] = "confirm";
+$lang['Continue processing treatment'] = "Continue ongoing treatment";
+$lang['Correction applied with error'] = "Correction applied with error";
+$lang['Correction applied with success'] = "Correction successfully applied";
+$lang['Correction the anomaly will cancel the fact that it\'s ignored'] = "Corrected anomaly will no longer be ignored";
+$lang['Correction'] = "Correction";
+$lang['create a new album'] = 'create a new album';
+$lang['Create a new site : (give its URL to create_listing_file.php)'] = "Create a new site : (give its URL to create_listing_file.php)";
+$lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Create the "%s" directory at the root of your Piwigo installation';
+$lang['Create this site'] = "Create this site";
+$lang['created'] = "created";
$lang['Current name'] = "Current name";
+$lang['Current<br>version'] = "Current<br>version";
+$lang['Database synchronization with files'] = "Database synchronization with files";
$lang['Database'] = "Database";
+$lang['Date'] = "Date";
+$lang['Day'] = "Day";
$lang['Deactivate'] = "Deactivate";
+$lang['Default display'] = "Default display";
+$lang['Default user cannot be deleted'] = "Default user cannot be deleted";
+$lang['Default user does not exist'] = "The default user does not exist";
+$lang['default values'] = "default values";
+$lang['default'] = "default";
+$lang['delete album'] = "delete album";
$lang['Delete Representant'] = "Delete Representant";
+$lang['Delete selected photos'] = "Delete selected photos";
$lang['Delete selected tags'] = "Delete selected tags";
$lang['Delete selected users'] = "Delete selected users";
+$lang['Delete this language'] = 'Delete this language';
+$lang['delete this site and all its attached elements'] = "delete this site and all the related information";
+$lang['Delete this theme'] = 'Delete this theme';
+$lang['delete'] = "delete";
+$lang['Delete'] = "Delete";
+$lang['Deleted on'] = "Deleted on";
+$lang['deleted'] = "deleted";
$lang['Deletions'] = "Deletions";
$lang['Deny selected groups'] = "Deny selected groups";
$lang['Deny selected users'] = "Deny selected users";
$lang['Description'] = "Description";
+$lang['Detailed informations'] = "Detailed informations";
+$lang['directories + files'] = "directories + files";
+$lang['Directory does not exist'] = 'Directory does not exist';
+$lang['Directory'] = "Directory";
+$lang['Discover album:'] = "Discover album:";
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = "display maximum information (added albums and photos, deleted albums and photos)";
$lang['Display options'] = "Display options";
+$lang['Dissociate from album'] = "Dissociate from album";
+$lang['dissociate from group'] = "dissociate from group";
$lang['Dissociated'] = "Dissociated";
+$lang['Documentation'] = "Documentation";
$lang['Does not represent'] = "Does not represent";
+$lang['Download file'] = "Download file";
+$lang['Download'] = 'Download';
+$lang['Download,'] = 'Download,';
+$lang['Downloads'] = "Downloads";
+$lang['Drag to re-order'] = "Click-and-drag to re-order";
+$lang['Drop into album'] = 'Drop into album';
+$lang['duplicates'] = 'duplicates';
+$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 all picture informations'] = "Edit all picture informations";
+$lang['Edit ranks'] = "Edit ranks";
$lang['Edit selected tags'] = "Edit selected tags";
$lang['Edit tags'] = "Edit tags";
-$lang['Elements'] = "Elements";
+$lang['Element type'] = "Element type";
+$lang['Element'] = "Element";
+$lang['elements informations synchronized with files metadata'] = "elements informations synchronized with files metadata";
+$lang['elements'] = "elements";
+$lang['Email administrators when a comment is deleted'] = "Email administrators when a comment is deleted";
+$lang['Email administrators when a comment is modified'] = "Email administrators when a comment is modified";
+$lang['Email admins when a comment requires validation'] = "Email admins when a comment requires validation";
$lang['Email admins when a new user registers'] = "Email admins when a new user registers";
$lang['Email admins when a valid comment is entered'] = "Email admins when a valid comment is entered";
-$lang['Email admins when a comment requires validation'] = "Email admins when a comment requires validation";
+$lang['email'] = "Email";
$lang['Empty caddie'] = "Empty caddie";
$lang['Environment'] = "Environment";
+$lang['Error list'] = "List of errors";
+$lang['Error on file "%s" : %s'] = 'Error on file "%s" : %s';
+$lang['Error when sending email to %s [%s].'] = "Error when sending email to %s [%s].";
+$lang['Errors caption'] = "Errors legends";
+$lang['errors during synchronization'] = "errors during synchronization";
+$lang['even already synchronized photos'] = "even already synchronized photos";
+$lang['Everybody'] = 'Everybody';
+$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Execution time exceeded, the treatment must continue [Estimated time: %d seconds].";
+$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Execution time is out, treatment must be continue [Estimated time: %d second].";
+$lang['Exif extension not available, admin should disable exif use'] = 'Exif extension not available, admin should disable exif use';
+$lang['existing album'] = 'existing album';
+$lang['Extend for templates'] = "Extend templates";
+$lang['Failed to write file to disk'] = 'Failed to write file to disk';
+$lang['file create_listing_file.php on remote site was not found'] = "file create_listing_file.php not found on the remote site";
+$lang['File upload stopped by extension'] = 'File upload stopped by extension';
+$lang['File'] = "File";
+$lang['File/directory read error'] = "File/directory read error";
+$lang['Filesize'] = "Filesize";
+$lang['Find a new representant by random'] = "Find a new random representant";
+$lang['first photo added on %s'] = "first photo added on %s";
+$lang['for the file format'] = "for the file format";
+$lang['for this file format'] = "for this file format";
+$lang['Forbid this language to users'] = 'Forbid this language to users';
+$lang['Forbid this theme to users'] = "Forbid this theme to users";
+$lang['Forbidden'] = "Forbidden";
$lang['Form'] = "Form";
-$lang['Gallery URL'] = "Gallery URL";
+$lang['FTP + Synchronization'] = 'FTP + Synchronization';
$lang['Gallery title'] = "Gallery title";
+$lang['Gallery URL'] = "Gallery URL";
+$lang['GD library is missing'] = "GD library is missing";
+$lang['GD version'] = "GD version";
+$lang['General statistics'] = "General statistics";
+$lang['generate file listing.xml on remote site'] = "generate file listing.xml on the remote site";
+$lang['generate listing'] = "generate listing";
+$lang['generated in'] = "generated in";
+$lang['Get Support on Piwigo Forum'] = 'Get support on Piwigo forum';
+$lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation';
+$lang['global mode'] = "global mode";
+$lang['Go to %s or %s for more informations'] = "Go to %s or %s for more informations";
+$lang['Go to'] = "Go to";
$lang['Grant selected groups'] = "Grant selected groups";
$lang['Grant selected users'] = "Grant selected users";
+$lang['group "%s" added'] = "group \"%s\" added";
+$lang['group "%s" deleted'] = "group \"%s\" deleted";
+$lang['group "%s" updated'] = "group \"%s\" updated";
+$lang['Group management'] = "Groups management";
$lang['Group name'] = "Group name";
+$lang['Group'] = "Group";
+$lang['group'] = "group";
$lang['Groups'] = "Groups";
+$lang['Guest cannot be deleted'] = "Guest cannot be deleted";
+$lang['Guest Settings'] = 'Guest settings';
+$lang['guest'] = "guest";
$lang['Guests'] = "Guests";
+$lang['height must be a number superior to'] = "height must be a number greater than";
+$lang['Hello'] = "Hello";
+$lang['Hello,'] = "Hello,";
+$lang['Help Me'] = 'Help Me';
+$lang['Hide'] = "Hide";
+$lang['High definition enabled'] = "High definition enabled";
+$lang['High definition'] = "High definition";
+$lang['High filesize'] = "High resolution filesize";
+$lang['high'] = "high";
$lang['History'] = "History";
+$lang['Hit'] = "Hit";
+$lang['Hour'] = "Hour";
+$lang['Hoverbox display'] = "Hoverbox display";
+$lang['If you encounter problems or have any question, please send a message to'] = "If you encounter problems or have any question, please send a message to";
+$lang['Ignore selected anomalies'] = "Ignore selected anomalies";
+$lang['Image id'] = "Image id";
+$lang['Image Quality'] = 'Image quality';
+$lang['images candidates for metadata synchronization'] = "images candidates for metadata synchronization";
+$lang['Images manual order was saved'] = "Images manual order saved";
+$lang['Impossible automatic correction'] = "Automatic correction impossible";
+$lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'This theme could not be activated, as the parent theme is missing: %s';
+$lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossible to deactivate this language, first set another language as default.';
+$lang['Impossible to deactivate this language, you need at least one language.'] = 'Impossible to deactivate this language, you need at least one language.';
+$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.';
+$lang['Impossible to delete this theme. Other themes depends on it: %s'] = 'This theme cannot be deleted, because other themes depends on it: %s';
+$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting';
+$lang['Inactive Languages'] = 'Inactive Languages';
+$lang['Inactive Plugins'] = 'Inactive Plugins';
+$lang['Inactive Themes'] = 'Inactive themes';
+$lang['include child albums'] = 'include child albums';
+$lang['Include display of recent photos grouped by dates'] = "Include display of recent photos grouped by dates";
+$lang['Information data registered in database'] = "Information data registered in database";
$lang['Informations'] = "Informations";
+$lang['Install on your computer,'] = 'Install on your computer,';
$lang['Install'] = "Install";
+$lang['Installed Languages'] = 'Installed Languages';
+$lang['Installed Themes'] = "Installed Themes";
+$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
+$lang['Invert'] = 'Invert';
+$lang['IP'] = "IP";
+$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG files or ZIP archives with JPEG files inside please.';
+$lang['jump to album'] = "jump to album";
+$lang['jump to photo'] = "jump to photo";
+$lang['Keep high definition'] = 'Keep high definition';
+$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = "Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will be sent emails when a new release is available (sometimes including a security bug fix, it is important to know and upgrade) and when major events happen to the project. Only a few emails a year.";
+$lang['Language has been successfully installed'] = 'Language has been successfully installed';
+$lang['Languages'] = 'Languages';
+$lang['Last hit'] = "Last hit";
+$lang['last import'] = 'last import';
+$lang['Last revisions'] = "Last revisions";
+$lang['Last send'] = "Last sent";
+$lang['leave'] = "leave";
+$lang['Level 0'] = "---";
+$lang['Level 1'] = "Contacts";
+$lang['Level 2'] = "Friends";
+$lang['Level 4'] = "Family";
+$lang['Level 8'] = "Admins";
$lang['Link all album elements to a new album'] = "Link all album elements to a new album";
$lang['Link all album elements to some existing albums'] = "Link all album elements to some existing albums";
$lang['Linked albums'] = "Linked albums";
+$lang['listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager'] = "listing.xml file not found on the remote site. This file is generated with the \"generate listing\" command in the Site manager";
+$lang['listing.xml file was not found'] = "listing.xml file not found";
+$lang['Local'] = "Local";
+$lang['Lock albums'] = "Lock albums";
$lang['Lock gallery'] = "Lock gallery";
+$lang['Lock'] = "Lock";
+$lang['Locked'] = "Locked";
+$lang['Mail address is obligatory for all users'] = "Mail address is mandatory for all users";
+$lang['Mail content'] = "Mail content";
+$lang['Mail sent to %s [%s].'] = "Mail sent to %s [%s].";
+$lang['Main "guest" user does not exist'] = "The main \"guest\" user does not exist";
+$lang['Main "guest" user status is incorrect'] = "The main \"guest\" user status is incorrect";
+$lang['Main "webmaster" user does not exist'] = "The main \"webmaster\" user does not exist";
+$lang['Main "webmaster" user status is incorrect'] = "The main \"webmaster\" user status is incorrect";
+$lang['Main Page'] = 'Main page';
+$lang['Main'] = "Main";
$lang['Maintenance'] = "Maintenance";
-$lang['Edit album permissions'] = "Edit album permissions";
+$lang['Make this language available to users'] = 'Make this language available to users';
+$lang['Make this theme available to users'] = 'Make this theme available to users';
+$lang['manage album elements'] = "manage album elements";
+$lang['Manage authorizations for selected albums'] = "Manage authorizations for selected albums";
$lang['Manage permissions for group "%s"'] = "Manage permissions for the group \"%s\"";
$lang['Manage permissions for user "%s"'] = "Manage permissions for the user \"%s\"";
+$lang['Manage photo ranks'] = "Manage photo ranks";
+$lang['manage photo ranks'] = "manage photo ranks";
+$lang['manage sub-albums'] = "manage sub-albums";
$lang['Manage tags'] = "Manage tags";
+$lang['Manage this set of %d photos'] = 'Manage this set of %d photos';
+$lang['Manage'] = "Manage";
+$lang['Manual order'] = 'Manual order';
+$lang['manual order'] = 'manual order';
+$lang['max time'] = "max time";
+$lang['maximum height'] = "Maximum height";
+$lang['Maximum Height'] = 'Maximum height';
+$lang['maximum width'] = "Maximum width";
+$lang['Maximum Width'] = 'Maximum Width';
$lang['Members'] = "Members";
+$lang['Menu Management'] = 'Menus';
+$lang['Metadata synchronization results'] = "Metadata synchronization results";
$lang['Metadata synchronized from file'] = "Metadata synchronized from file";
+$lang['min time'] = "min time";
+$lang['Miniaturization parameters'] = "Miniaturization parameters";
+$lang['Minimum privacy level'] = "Minimum privacy level";
+$lang['Miscellaneous'] = 'Miscellaneous';
+$lang['Missing a temporary folder'] = 'Missing a temporary folder';
+$lang['Missing Plugins'] = 'Missing Plugins';
+$lang['missing thumbnail'] = "missing thumbnail";
+$lang['Modify information'] = "Modify information";
+$lang['Modify informations about a picture'] = "Modify picture information";
+$lang['Month'] = "Month";
$lang['Move albums'] = "Move albums";
$lang['Move'] = "Move";
$lang['Name'] = "Name";
+$lang['New elements added'] = "New elements added";
+$lang['New elements were added'] = "New elements have been added";
$lang['New name'] = "New name";
$lang['New parent album'] = "New parent album";
$lang['New tag'] = "New tag";
+$lang['No display'] = "No display";
+$lang['No element in this album'] = "No element in this album";
+$lang['No file was uploaded'] = 'No file was uploaded';
+$lang['No mail to send.'] = "No mail to be sent.";
+$lang['No missing thumbnail'] = "No missing thumbnail";
+$lang['No photo can be deleted'] = "No photo can be deleted";
+$lang['No photo in the current set.'] = 'No photo in the current set.';
+$lang['No photo selected, %d photos in current set'] = 'No photo selected, %d photos in current set';
+$lang['No photo selected, no action possible.'] = 'No photo selected, no action possible.';
+$lang['No user to send notifications by mail.'] = "No user to be notified by mail.";
+$lang['no write access'] = "no write access";
+$lang['none'] = "none";
+$lang['None'] = 'None';
+$lang['nothing'] = "nothing";
+$lang['Notification'] = "Notification";
$lang['Number of comments per page'] = "Number of comments per page";
+$lang['Number of downloads'] = "Number of downloads";
+$lang['number of miniaturized pictures'] = "number of thumbnails created";
$lang['Number of rates'] = "Number of rates";
$lang['Number of thumbnails to create'] = "Number of thumbnails to create";
+$lang['on the %d selected photos'] = 'on the %d selected photos';
+$lang['on'] = "on";
+$lang['only directories'] = "directories only";
+$lang['only perform a simulation (no change in database will be made)'] = "only perform a simulation (nothing will be changed in the database)";
$lang['Only private albums are listed'] = "Only private albums are listed";
$lang['Operating system'] = "Operating system";
+$lang['Operation in progress'] = 'Treatment in progress.';
+$lang['Optimizations have been completed with some errors.'] = "Optimizations have been completed with some errors.";
+$lang['Optional URL keyword'] = "Optional URL keyword";
$lang['Options'] = "Options";
+$lang['Options'] = "Options";
+$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.';
+$lang['Original templates'] = "Original templates";
+$lang['Other plugins'] = "Other plugins available";
$lang['Other private albums'] = "Other private albums";
+$lang['other'] = "other";
+$lang['Overall'] = "Overview";
+$lang['overrides existing values with empty ones'] = "overrides existing values with empty ones";
$lang['Page banner'] = "Page banner";
+$lang['Page end'] = 'Page end';
+$lang['Pages seen'] = "Pages seen";
+$lang['Parameter'] = "Settings";
+$lang['Parameters'] = "Parameters";
$lang['Parent album'] = "Parent album";
+$lang['Password confirmation error.'] = "Password confirmation error.";
+$lang['Password confirmation is missing. Please confirm the chosen password.'] = "Password confirmation is missing. Please confirm the chosen password.";
+$lang['Password is missing. Please enter the password.'] = "Password is missing. Please enter the password.";
$lang['Path'] = "Path";
-$lang['Permalink'] = "Permalink";
+$lang['Pending Comments'] = 'Pending Comments';
$lang['Permalink %s has been previously used by album %s. Delete from the permalink history first'] = "Permalink %s has previously been used by album %s. Delete it from the permalinks history first";
-$lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'] = "The permalink name must be composed of a-z, A-Z, 0-9, \"-\", \"_\" or \"/\". It must not be numeric or begin with a number followed by \"-\"";
$lang['Permalink %s is already used by album %s'] = "Permalink %s is already used by album %s";
$lang['Permalink history'] = "Permalinks history";
+$lang['Permalink'] = "Permalink";
$lang['Permalinks'] = "Permalinks";
$lang['Permission denied'] = "Permission denied";
$lang['Permission granted thanks to a group'] = "Permission granted thanks to a group";
$lang['Permission granted'] = "Permission granted";
+$lang['Permissions'] = "Permissions";
+$lang['Photo Page'] = 'Photo page';
+$lang['Photo Properties'] = 'Photo properties';
+$lang['photos added in the database'] = "photos added in the database";
+$lang['photos deleted from the database'] = "photos deleted from the database";
+$lang['photos per page'] = "photos per page";
+$lang['photos updated in the database'] = "photos updated in the database";
+$lang['Photos'] = "Photos";
$lang['Picture informations updated'] = "Picture informations updated";
+$lang['Picture unreachable or no support'] = "Picture unreachable or unsupported format";
+$lang['pictures without thumbnail (jpeg and png only)'] = "pictures without thumbnail (jpeg and png only)";
+$lang['Pictures'] = "Pictures";
+$lang['Piwigo Administration'] = "Piwigo Administration";
+$lang['Piwigo Announcements Newsletter'] = "Piwigo Announcement Newsletter";
+$lang['Piwigo configuration'] = "Piwigo configuration";
+$lang['Piwigo Uploader'] = 'Piwigo Uploader';
+$lang['Piwigo version differs on the remote site'] = "Piwigo version differs on the remote site";
+$lang['Piwigo version'] = "Piwigo version";
+$lang['pixels'] = 'pixels';
+$lang['Please check "plugins" folder and sub-folders permissions (CHMOD).'] = "Please check \"plugins\" folder and sub-folders permissions (CHMOD).";
+$lang['Please wait...'] = 'Please wait...';
+$lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.';
+$lang['Plugin has been successfully copied'] = "The plugin has been successfully copied";
+$lang['Plugin list'] = "Plugins list";
+$lang['Plugin versions can\'t be checked'] = "Plugin which version cannot be checked";
+$lang['Plugins up to date'] = "Plugins up-to-date";
+$lang['Plugins which need upgrade'] = "Plugins to be upgraded";
$lang['Plugins'] = "Plugins";
$lang['Position'] = "Position";
+$lang['predefined filter'] = 'predefined filter';
$lang['Preferences'] = "Preferences";
+$lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = "The time to prepare the list of users who will be sent mail is limited. Others users are not listed.";
+$lang['Privacy level set to "%s"'] = 'Privacy level set to "%s"';
+$lang['Privacy level'] = "Privacy level";
+$lang['Private'] = "Private";
+$lang['private'] = "private";
$lang['Properties'] = "Properties";
+$lang['Public / Private'] = "Public / Private";
+$lang['Public'] = "Public";
+$lang['public'] = "public";
+$lang['Purge compiled templates'] = "Purge compiled templates";
+$lang['Purge history detail'] = "Purge history details";
+$lang['Purge history summary'] = "Purge history summary";
+$lang['Purge never used notification feeds'] = "Purge never used notification feeds";
+$lang['Purge search history'] = "Purge search history";
+$lang['Purge sessions'] = "Purge sessions";
+$lang['Quick Local Synchronization'] = "Quick Local Synchronization";
$lang['Random picture'] = "Random picture";
+$lang['randomly represented'] = "random representative";
+$lang['ranks'] = "ranks";
$lang['Rate date'] = "Rating date";
$lang['Rating by guests'] = "Rating by guests";
$lang['Rating'] = "Rating";
+$lang['read local listing.xml and update'] = "read local listing.xml and update";
+$lang['Read Piwigo Documentation'] = 'Read Piwigo Documentation';
+$lang['reduce to single existing albums'] = "reduce to single existing albums";
+$lang['Refresh photo set'] = 'Refresh photo set';
+$lang['Refresh'] = "Refresh";
+$lang['registration date'] = "registration date";
+$lang['Reinitialize check integrity'] = "Reinitialize integrity check";
$lang['Reject'] = "Reject";
+$lang['Released on'] = "Released on";
+$lang['Remote'] = "Remote";
+$lang['Remove all filters'] = 'Remove all filters';
+$lang['remove author'] = 'remove author';
+$lang['remove creation date'] = 'remove creation date';
+$lang['remove remote listing.xml file'] = "remove remote listing.xml file";
+$lang['remove tags'] = "remove tags";
+$lang['remove this filter'] = 'remove this filter';
+$lang['remove title'] = 'remove title';
+$lang['Repair and optimize database'] = "Repair and optimize database";
+$lang['Replacement of original templates by customized templates from template-extension subfolder'] = "Replacement of original templates by customized templates from the template-extension subfolder";
+$lang['Replacers (customized templates)'] = "Substitutes (customized templates)";
$lang['Representant'] = "Representant";
$lang['Representation of albums'] = "Representation of albums";
$lang['Representative'] = "Representative";
$lang['Represents'] = "Represents";
+$lang['Resize'] = 'Resize';
+$lang['Results of miniaturization'] = "Miniaturization process results";
$lang['Save order'] = "Save order";
+$lang['Save page visits by administrators'] = "Record pages visited by administrators";
+$lang['Save page visits by guests'] = "Record pages visited by guests";
+$lang['Save page visits by users'] = "Record pages visited by users";
+$lang['Save Settings'] = 'Save Settings';
$lang['Save to permalink history'] = "Save to permalinks history";
+$lang['Search for new images in the directories'] = "Search for new images in the directories";
+$lang['Section'] = "Section";
+$lang['See you soon,'] = "See you soon,";
+$lang['See you soon.'] = "See you soon.";
$lang['Select at least one album'] = "Select at least one album";
-$lang['Select at least one picture'] = "Select at least one picture";
+$lang['Select at least one comment'] = 'Select at least one comment';
+$lang['Select at least one photo'] = "Select at least one photo";
$lang['Select at least one user'] = "Select at least one user";
+$lang['Select files'] = 'Select files';
+$lang['Select recipients'] = "Select recipients";
+$lang['Select:'] = 'Select:';
+$lang['selection'] = "selection";
+$lang['Selection'] = 'Selection';
+$lang['Send an information email to group members'] = "Send an information email to group members";
+$lang['Send mail as'] = "Send mail as";
+$lang['Send mail on HTML format'] = "Send mail in HTML format";
+$lang['Send mail to users'] = "Send mail to users";
+$lang['Send'] = "Send";
+$lang['Set as default language for unregistered and new users'] = 'Set as default language for unregistered and new users';
+$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";
+$lang['Set author'] = 'Set author';
+$lang['Set creation date'] = 'Set creation date';
+$lang['Set title'] = 'Set title';
+$lang['set to'] = "set to";
+$lang['Settings'] = 'Settings';
$lang['Show info'] = "Show info";
+$lang['singly represented'] = "fixed representative";
$lang['Site manager'] = "Site manager";
-$lang['Status'] = "Status";
+$lang['Specials'] = "Specials";
+$lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.';
$lang['Statistics'] = "Statistics";
+$lang['Status of user "%s" updated'] = "User \"%s\" status updated";
+$lang['Status'] = "Status";
+$lang['status'] = "status";
$lang['Storage album'] = "Storage album";
+$lang['sub-albums'] = "sub-albums";
+$lang['Subscribe %s to Piwigo Announcements Newsletter'] = "Subscribe %s to Piwigo Announcements Newsletter";
+$lang['Subscribe %s'] = "Subscribe %s";
+$lang['Subscribe to notification by mail'] = "Subscribe to notification by mail";
+$lang['Subscribe'] = "Subscribe";
+$lang['Subscribe/unsubscribe users'] = "Subscribe/unsubscribe users";
+$lang['Subscribed'] = "Subscribed";
+$lang['Subscribers could be listed (available) only if there is new elements to notify.'] = "Subscribers could be listed (available) only if there is new elements to notify.";
$lang['Sum of rates'] = "Sum of rates";
+$lang['Summary'] = "Summary";
+$lang['Support'] = "Support";
+$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';
+$lang['synchronize files metadata with database elements informations'] = "synchronize database elements with files metadata";
+$lang['synchronize files structure with database'] = "synchronize files structure with database";
+$lang['synchronize metadata'] = "synchronize metadata";
+$lang['Synchronize'] = "Synchronize";
+$lang['synchronize'] = "synchronize";
$lang['Tag "%s" already exists'] = "Tag \"%s\" already exists";
$lang['Tag "%s" was added'] = "Tag \"%s\" has been added";
$lang['Tag selection'] = "Tags selection";
+$lang['Tags'] = "Tags";
+$lang['target'] = "target";
+$lang['Templates configuration has been recorded.'] = "Templates configuration has been recorded.";
+$lang['Templates'] = "Templates";
+$lang['test this remote site'] = "test this remote site";
+$lang['test'] = "test";
$lang['The %d following tags were deleted'] = "The following %d tags have been deleted";
-$lang['Unable to check for upgrade.'] = "Unable to check for upgrade.";
-$lang['Uninstall'] = "Uninstall";
-$lang['Use the default image sort order (defined in the configuration file)'] = "Use default image sort order (defined in the configuration file)";
-$lang['User comments validation'] = "User comments validation";
-$lang['Users'] = "Users";
-$lang['Validate'] = "Validate";
-$lang['Validation'] = "Validation";
-$lang['Version'] = "Version";
-$lang['Virtual albums to move'] = "Virtual albums to move";
-$lang['Virtual album name'] = "Virtual album name";
-$lang['Webmaster cannot be deleted'] = "Webmaster cannot be deleted";
-$lang['You are running on development sources, no check possible.'] = "You are running on development sources, no check possible.";
-$lang['You cannot delete your account'] = "You cannot delete your account";
-$lang['You cannot move an album in its own sub album'] = "You cannot move an album in its own sub album";
-$lang['You need to confirm deletion'] = "You must confirm deletion";
-$lang['add tags'] = "add tags";
-$lang['Associate to album'] = "Associate to album";
-$lang['associate to group'] = "associate to group";
-$lang['Authorized'] = "Authorized";
-$lang['Add a virtual album'] = "Add a virtual album";
-$lang['Authorize users to add comments on selected albums'] = "Authorize users to add comments on selected albums";
-$lang['The name of an album must not be empty'] = "The name of an album must not be empty";
-$lang['Lock albums'] = "Lock albums";
-$lang['Private'] = "Private";
-$lang['Public'] = "Public";
-$lang['Find a new representant by random'] = "Find a new random representant";
-$lang['Public / Private'] = "Public / Private";
-$lang['Manage authorizations for selected albums'] = "Manage authorizations for selected albums";
-$lang['Virtual album added'] = "Virtual album added";
-$lang['Virtual album deleted'] = "Virtual album deleted";
-$lang['Access type'] = "Access type";
-$lang['Comments'] = "Comments";
-$lang['Information data registered in database'] = "Information data registered in database";
-$lang['Default display'] = "Default display";
-$lang['History'] = "History";
+$lang['The anomaly will be ignored until next application version'] = "The anomaly will be ignored until next application version";
+$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = "The file or directory cannot be accessed (either it does not exist or the access is denied)";
+$lang['The following tag was deleted'] = 'The following tag was deleted';
+$lang['the forum'] = "the forum";
$lang['The gallery URL is not valid.'] = "The gallery URL is not valid.";
-$lang['Main'] = "Main";
-$lang['The number of comments a page must be between 5 and 50 included.'] = "The number of comments on a page must be between 5 and 50 included.";
-$lang['Configuration'] = "Configuration";
-$lang['confirm'] = "confirm";
-$lang['Date'] = "Date";
-$lang['delete album'] = "delete album";
-$lang['Dissociate from album'] = "Dissociate from album";
-$lang['dissociate from group'] = "dissociate from group";
-$lang['edit album permissions'] = "edit album permissions";
-$lang['Album updated successfully'] = "Album updated successfully";
-$lang['elements per page'] = "elements per page";
-$lang['elements'] = "elements";
-$lang['High definition enabled'] = "High definition enabled";
-$lang['File'] = "File";
-$lang['Filesize'] = "Filesize";
-$lang['first element added on %s'] = "first element added on %s";
-$lang['Forbidden'] = "Forbidden";
-$lang['global mode'] = "global mode";
-$lang['group "%s" added'] = "group \"%s\" added";
-$lang['group "%s" deleted'] = "group \"%s\" deleted";
-$lang['group "%s" updated'] = "group \"%s\" updated";
-$lang['group'] = "group";
+$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d';
+$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d';
+$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d';
$lang['The name of a group must not contain " or \' or be empty.'] = "The name of a group must not contain \" or ' or be empty.";
-$lang['This name is already used by another group.'] = "This name is already used by another group.";
-$lang['High definition'] = "High definition";
-$lang['jump to album'] = "jump to album";
-$lang['jump to image'] = "jump to image";
-$lang['leave'] = "leave";
-$lang['Lock'] = "Lock";
-$lang['Locked'] = "Locked";
-$lang['manage album elements'] = "manage album elements";
-$lang['manage sub-albums'] = "manage sub-albums";
-$lang['Manage'] = "Manage";
-$lang['maximum height'] = "Maximum height";
-$lang['maximum width'] = "Maximum width";
-$lang['Execution time is out, treatment must be continue [Estimated time: %d second].'] = "Execution time is out, treatment must be continue [Estimated time: %d second].";
-$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = "Execution time exceeded, the treatment must continue [Estimated time: %d seconds].";
-$lang['Prepared time for list of users to send mail is limited. Others users are not listed.'] = "The time to prepare the list of users who will be sent mail is limited. Others users are not listed.";
-$lang['Time to send mail is limited. Others mails are skipped.'] = "The time to send mail is limited. Others mails have been skipped.";
-$lang['To send ?'] = "To send?";
-$lang['Last send'] = "Last sent";
-$lang['email'] = "Email";
-$lang['User'] = "User";
-$lang['Complementary mail content'] = "Complementary mail content";
-$lang['See you soon,'] = "See you soon,";
-$lang['Go to'] = "Go to";
-$lang['Hello'] = "Hello";
-$lang['New elements were added'] = "New elements have been added";
-$lang['on'] = "on";
-$lang['between'] = "between";
-$lang['and'] = "and";
+$lang['The name of an album must not be empty'] = "The name of an album must not be empty";
+$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "The name of directories and files must comprise only letters, numbers, \"-\", \"_\" or \".\"";
+$lang['The number of comments a page must be between 5 and 50 included.'] = "The number of comments on a page must be between 5 and 50 included.";
+$lang['The permalink name must be composed of a-z, A-Z, 0-9, "-", "_" or "/". It must not be numeric or start with number followed by "-"'] = "The permalink name must be composed of a-z, A-Z, 0-9, \"-\", \"_\" or \"/\". It must not be numeric or begin with a number followed by \"-\"";
+$lang['The thumbnail image quality must be a number between %d and %d'] = 'The thumbnail image quality must be a number between %d and %d';
+$lang['The thumbnail maximum height must be a number between %d and %d'] = 'The thumbnail maximum height must be a number between %d and %d';
+$lang['The thumbnail maximum width must be a number between %d and %d'] = 'The thumbnail maximum width must be a number between %d and %d';
+$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
+$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB';
+$lang['The uploaded file was only partially uploaded'] = 'The uploaded file was only partially uploaded';
+$lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'The uploaded files exceed the post_max_size directive in php.ini: %sB';
+$lang['The version of %s [%s] installed is not compatible with the version required [%s]'] = "The version of %s [%s] installed is not compatible with the version required [%s]";
$lang['The webmaster has subscribed you to receiving notifications by mail.'] = "The webmaster has subscribed you to be notified by mail.";
-$lang['You have subscribed to receiving notifications by mail.'] = "You have subscribed to receive notifications by mail.";
-$lang['To subscribe'] = "To subscribe";
-$lang['If you encounter problems or have any question, please send a message to'] = "If you encounter problems or have any question, please send a message to";
-$lang['[NBM] Problems or questions'] = "[NBM] Problems or questions";
$lang['The webmaster has unsubscribed you from receiving notifications by mail.'] = "The webmaster has unsubscribed you from receiving notifications by mail.";
-$lang['You have unsubscribed from receiving notifications by mail.'] = "You have unsubscribed from being notified by mail.";
-$lang[', click on'] = ", click on";
-$lang['To unsubscribe'] = "To unsubscribe";
-$lang['With blank value, gallery title will be used'] = "If blank, the gallery title will be used";
-$lang['Notification'] = "Notification";
-$lang['Error when sending email to %s [%s].'] = "Error when sending email to %s [%s].";
-$lang['Mail sent to %s [%s].'] = "Mail sent to %s [%s].";
-$lang['%d mail was sent.'] = "%d mail has been sent.";
-$lang['%d mails were sent.'] = "%d mails have been sent.";
-$lang['%d mail was not sent.'] = "%d mail has not been sent.";
-$lang['%d mails were not sent.'] = "%d mails have not been sent.";
-$lang['No mail to send.'] = "No mail to be sent.";
+$lang['The websize image quality must be a number between %d and %d'] = 'The websize image quality must be a number between %d and %d';
+$lang['The websize maximum height must be a number between %d and %d'] = 'The websize maximum height must be a number between %d and %d';
+$lang['The websize maximum width must be a number between %d and %d'] = 'The websize maximum width must be a number between %d and %d';
+$lang['The whole page'] = 'The whole page';
+$lang['The whole set'] = 'The whole set';
+$lang['the wiki'] = "the wiki";
+$lang['Theme has been successfully installed'] = 'Theme has been successfully installed';
+$lang['Themes'] = "Themes";
$lang['There is no available subscribers to mail.'] = "There is no subscribers to be notified by mail.";
-$lang['Subscribers could be listed (available) only if there is new elements to notify.'] = "Subscribers could be listed (available) only if there is new elements to notify.";
-$lang['Anyway only webmasters can see this tab and never administrators.'] = "Anyway only webmasters can see this tab, no administrators.";
-$lang['No user to send notifications by mail.'] = "No user to be notified by mail.";
-$lang['New elements added'] = "New elements added";
-$lang['Subscribe to notification by mail'] = "Subscribe to notification by mail";
-$lang['Unsubscribe from notification by mail'] = "Unsubscribe from notification by mail";
-$lang['Parameter'] = "Settings";
-$lang['Processing treatment.'] = 'Treatment in progress.';
-$lang['Please wait...'] = 'Please wait...';
-$lang['Continue processing treatment'] = "Continue ongoing treatment";
-$lang['Complementary mail content'] = "Complementary mail content";
-$lang['Add detailed content'] = "Add some detailed content";
-$lang['Send mail as'] = "Send mail as";
-$lang['Send mail to users'] = "Send mail to users";
-$lang['Send'] = "Send";
-$lang['Options'] = "Options";
-$lang['Subscribed'] = "Subscribed";
-$lang['Subscribe'] = "Subscribe";
-$lang['Parameters'] = "Parameters";
-$lang['Select recipients'] = "Select recipients";
-$lang['Subscribe/unsubscribe users'] = "Subscribe/unsubscribe users";
-$lang['Unsubscribed'] = "Unsubscribed";
-$lang['%d parameter was updated.'] = "%d parameter updated.";
-$lang['%d parameters were updated.'] = "%d parameters updated.";
-$lang['%d user was not updated.'] = "%d user not updated.";
-$lang['%d users were not updated.'] = "%d users not updated.";
-$lang['User %s [%s] was removed from the subscription list.'] = "User %s [%s] removed from the subscription list.";
-$lang['User %s [%s] was added to the subscription list.'] = "User %s [%s] added to the subscription list.";
-$lang['%d user was updated.'] = "%d user updated.";
-$lang['%d users were updated.'] = "%d users updated.";
-$lang['User %s [%s] was not removed from the subscription list.'] = "User %s [%s] not removed from the subscription list.";
-$lang['User %s [%s] was not added to the subscription list.'] = "User %s [%s] not added to the subscription list.";
-$lang['User %s [%s] added.'] = "User %s [%s] added.";
-$lang['Warning: subscribing or unsubscribing will send mails to users'] = "Warning: subscribing or unsubscribing will send mails to users";
-$lang['Send mail on HTML format'] = "Send mail in HTML format";
-$lang['Include display of recent pictures group by dates'] = "Include display of recent pictures grouped by dates";
-$lang['Available only with HTML format'] = "Available only with HTML format";
-$lang['no write access'] = "no write access";
-$lang['Permissions'] = "Permissions";
-$lang['private'] = "private";
-$lang['public'] = "public";
-$lang['Purge never used notification feeds'] = "Purge never used notification feeds";
-$lang['Purge sessions'] = "Purge sessions";
-$lang['randomly represented'] = "random representative";
-$lang['registration date'] = "registration date";
-$lang['clean'] = "clean up";
-$lang['remove remote listing.xml file'] = "remove remote listing.xml file";
-$lang['generate listing'] = "generate listing";
-$lang['generate file listing.xml on remote site'] = "generate file listing.xml on the remote site";
-$lang['Create this site'] = "Create this site";
-$lang['A local listing.xml file has been found for'] = "A local listing.xml file has been found for";
-$lang['read local listing.xml and update'] = "read local listing.xml and update";
-$lang['test'] = "test";
-$lang['test this remote site'] = "test this remote site";
-$lang['remove tags'] = "remove tags";
-$lang['Repair and optimize database'] = "Repair and optimize database";
-$lang['selection'] = "selection";
-$lang['set to'] = "set to";
-$lang['singly represented'] = "fixed representative";
+$lang['There is no other language available.'] = 'There is no other language available.';
+$lang['There is no other plugin available.'] = 'There is no other plugin available.';
+$lang['There is no other theme available.'] = 'There is no other theme available.';
+$lang['This name is already used by another group.'] = "This name is already used by another group.";
$lang['This site already exists'] = "This site already exists";
-$lang['Create a new site : (give its URL to create_listing_file.php)'] = "Create a new site : (give its URL to create_listing_file.php)";
-$lang['created'] = "created";
-$lang['delete'] = "delete";
-$lang['delete this site and all its attached elements'] = "delete this site and all the related information";
-$lang['deleted'] = "deleted";
-$lang['an error happened'] = "an error occurred";
-$lang['file create_listing_file.php on remote site was not found'] = "file create_listing_file.php not found on the remote site";
-$lang['Local'] = "Local";
-$lang['Remote'] = "Remote";
-$lang['synchronize'] = "synchronize";
-$lang['update the database from files'] = "update the database with files";
-$lang['status'] = "status";
-$lang['Directory'] = "Directory";
-$lang['sub-albums'] = "sub-albums";
-$lang['synchronize metadata'] = "synchronize metadata";
-$lang['target'] = "target";
+$lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated';
+$lang['Thumbnail creation'] = "Thumbnail creation";
$lang['Thumbnail'] = "Thumbnail";
+$lang['Thumbnail'] = 'Thumbnail';
+$lang['thumbnails per page'] = 'thumbnails per page';
+$lang['Time to send mail is limited. Others mails are skipped.'] = "The time to send mail is limited. Others mails have been skipped.";
+$lang['Time'] = "Time";
$lang['title'] = "title";
-$lang['Album list management'] = "Album list management";
-$lang['Piwigo configuration'] = "Piwigo configuration";
-$lang['Piwigo administration'] = "Piwigo administration";
-$lang['Edit album'] = "Edit album";
-$lang['Group management'] = "Groups management";
-$lang['User list'] = "Users list";
-$lang['Modify informations about a picture'] = "Modify picture information";
-$lang['Thumbnail creation'] = "Thumbnail creation";
-$lang['Database synchronization with files'] = "Database synchronization with files";
-$lang['all'] = "all";
-$lang['pictures without thumbnail (jpeg and png only)'] = "pictures without thumbnail (jpeg and png only)";
-$lang['height must be a number superior to'] = "height must be a number greater than";
-$lang['width must be a number superior to'] = "width must be a number greater than";
-$lang['for the file format'] = "for the file format";
-$lang['No missing thumbnail'] = "No missing thumbnail";
-$lang['Picture unreachable or no support'] = "Picture unreachable or unsupported format";
-$lang['GD version'] = "GD version";
-$lang['Miniaturization parameters'] = "Miniaturization parameters";
-$lang['generated in'] = "generated in";
-$lang['Results of miniaturization'] = "Miniaturization process results";
-$lang['General statistics'] = "General statistics";
-$lang['max time'] = "max time";
-$lang['average time'] = "average time";
-$lang['min time'] = "min time";
-$lang['number of miniaturized pictures'] = "number of thumbnails created";
+$lang['To send ?'] = "To send?";
+$lang['To subscribe'] = "To subscribe";
+$lang['To unsubscribe'] = "To unsubscribe";
+$lang['Toggle \'default group\' property'] = "Reverse 'default group' property";
+$lang['Tools'] = "Tools";
$lang['total time'] = "total time";
-$lang['for this file format'] = "for this file format";
+$lang['Type here the author name'] = 'Type here the author name';
+$lang['Type here the title'] = 'Type here the title';
+$lang['Unable to check for upgrade.'] = "Unable to check for upgrade.";
+$lang['Uncheck all'] = "Uncheck all";
+$lang['Uninstall'] = "Uninstall";
+$lang['Uninstalled Plugins'] = 'Uninstalled Plugins';
$lang['unit mode'] = "single mode";
+$lang['Unknown upload error'] = 'Unknown upload error';
+$lang['unknown'] = 'unknown';
$lang['Unlocked'] = "Unlocked";
$lang['unset'] = "unset";
+$lang['Unsubscribe from notification by mail'] = "Unsubscribe from notification by mail";
+$lang['Unsubscribed'] = "Unsubscribed";
$lang['Update albums informations'] = "Update albums information";
$lang['Update images informations'] = "Update images information";
-$lang['Synchronize'] = "Synchronize";
-$lang['reduce to single existing albums'] = "reduce to single existing albums";
-$lang['Choose an option'] = "Choose an option";
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = "display maximum information (added albums and elements, deleted albums and elements)";
-$lang['Piwigo version differs on the remote site'] = "Piwigo version differs on the remote site";
-$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = "Versions of create_listing_file.php on the remote site and Piwigo must be the same";
-$lang['listing.xml file was not found'] = "listing.xml file not found";
-$lang['listing.xml file was not found on the remote site. This file is generated by choosing the "generate listing" command in the Site manager'] = "listing.xml file not found on the remote site. This file is generated with the \"generate listing\" command in the Site manager";
-$lang['Error list'] = "List of errors";
-$lang['Errors caption'] = "Errors legends";
-$lang['Detailed informations'] = "Detailed informations";
-$lang['File/directory read error'] = "File/directory read error";
-$lang['The file or directory cannot be accessed (either it does not exist or the access is denied)'] = "The file or directory cannot be accessed (either it does not exist or the access is denied)";
-$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory \"thumbnail\" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :";
-$lang['missing thumbnail'] = "missing thumbnail";
-$lang['albums deleted in the database'] = "albums deleted in the database";
-$lang['elements deleted in the database'] = "elements deleted in the database";
-$lang['images candidates for metadata synchronization'] = "images candidates for metadata synchronization";
-$lang['elements informations synchronized with files metadata'] = "elements informations synchronized with files metadata";
-$lang['errors during synchronization'] = "errors during synchronization";
-$lang['albums added in the database'] = "albums added in the database";
-$lang['elements added in the database'] = "elements added in the database";
-$lang['elements updated in the database'] = "elements updated in the database";
-$lang['Search for new images in the directories'] = "Search for new images in the directories";
-$lang['added'] = "added";
-$lang['deleted'] = "deleted";
-$lang['Metadata synchronization results'] = "Metadata synchronization results";
-$lang['only perform a simulation (no change in database will be made)'] = "only perform a simulation (nothing will be changed in the database)";
-$lang['[Simulation]'] = "[Simulation]";
-$lang['directories + files'] = "directories + files";
-$lang['only directories'] = "directories only";
-$lang['synchronize files structure with database'] = "synchronize files structure with database";
-$lang['synchronize files metadata with database elements informations'] = "synchronize database elements with files metadata";
-$lang['even already synchronized elements'] = "even already synchronized elements";
-$lang['Used metadata'] = "Metadata used";
-$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "The name of directories and files must comprise only letters, numbers, \"-\", \"_\" or \".\"";
-$lang['wrong filename'] = "wrong filename";
+$lang['update the database from files'] = "update the database with files";
+$lang['Upload Photos'] = 'Upload Photos';
$lang['Upload'] = "Upload";
+$lang['Uploaded Photos'] = 'Uploaded Photos';
+$lang['Use the default image sort order (defined in the configuration file)'] = "Use default image sort order (defined in the configuration file)";
+$lang['Used metadata'] = "Metadata used";
$lang['user "%s" added'] = "user \"%s\" added";
+$lang['User "%s" created with "%s" like password'] = "User \"%s\" created with \"%s\" as password";
+$lang['User %s [%s] added.'] = "User %s [%s] added.";
+$lang['User %s [%s] was added to the subscription list.'] = "User %s [%s] added to the subscription list.";
+$lang['User %s [%s] was not added to the subscription list.'] = "User %s [%s] not added to the subscription list.";
+$lang['User %s [%s] was not removed from the subscription list.'] = "User %s [%s] not removed from the subscription list.";
+$lang['User %s [%s] was removed from the subscription list.'] = "User %s [%s] removed from the subscription list.";
+$lang['User comments validation'] = "User comments validation";
+$lang['User list'] = "Users list";
$lang['User status'] = "User status";
+$lang['User'] = "User";
+$lang['Users'] = "Users";
$lang['user_status_admin'] = "Administrator";
$lang['user_status_generic'] = "Generic";
$lang['user_status_guest'] = "Guest";
$lang['user_status_normal'] = "User";
$lang['user_status_webmaster'] = "Webmaster";
+$lang['Validate'] = "Validate";
+$lang['Validation'] = "Validation";
+$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = "Versions of create_listing_file.php on the remote site and Piwigo must be the same";
+$lang['Version'] = "Version";
+$lang['Virtual album added'] = "Virtual album added";
+$lang['Virtual album deleted'] = "Virtual album deleted";
+$lang['Virtual album name'] = "Virtual album name";
$lang['Virtual album'] = "Virtual album";
-$lang['Waiting'] = "Pending";
-$lang['default'] = "default";
-$lang['Toggle \'default group\' property'] = "Reverse 'default group' property";
-$lang['Advanced features'] = "Advanced features";
-$lang['Specials'] = "Specials";
-$lang['Overall'] = "Overview";
-$lang['Year'] = "Year";
-$lang['Month'] = "Month";
-$lang['Day'] = "Day";
-$lang['Pages seen'] = "Pages seen";
-$lang['Pictures'] = "Pictures";
-$lang['Time'] = "Time";
-$lang['IP'] = "IP";
-$lang['Element'] = "Element";
-$lang['Section'] = "Section";
-$lang['Tags'] = "Tags";
-$lang['Save page visits by guests'] = "Record pages visited by guests";
-$lang['Save page visits by users'] = "Record pages visited by users";
-$lang['Save page visits by administrators'] = "Record pages visited by administrators";
-$lang['An information email was sent to group "%s"'] = "Information email sent to group \"%s\"";
-$lang['Send an information email to group members'] = "Send an information email to group members";
-$lang['Group'] = "Group";
-$lang['[%s] Visit album %s'] = "[%s] Visit album %s";
-$lang['Hello,'] = "Hello,";
-$lang['See you soon.'] = "See you soon.";
-$lang['Discover album:'] = "Discover album:";
-$lang['Mail content'] = "Mail content";
-$lang['none'] = "none";
-$lang['high'] = "high";
-$lang['other'] = "other";
-$lang['Element type'] = "Element type";
-$lang['Image id'] = "Image id";
-$lang['Summary'] = "Summary";
-$lang['%d line filtered'] = "%d line filtered";
-$lang['%d lines filtered'] = "%d lines filtered";
-$lang['%d guest'] = "%d guest";
-$lang['%d guests'] = "%d guests";
-$lang['Hour'] = "Hour";
-$lang['guest'] = "guest";
-$lang['default values'] = "default values";
-$lang['High filesize'] = "High resolution filesize";
-$lang['Guest cannot be deleted'] = "Guest cannot be deleted";
-$lang['Default user cannot be deleted'] = "Default user cannot be deleted";
-$lang['Purge history detail'] = "Purge history details";
-$lang['Purge history summary'] = "Purge history summary";
-$lang['Check integrity'] = "Integrity check";
-$lang['Anomaly'] = "Anomaly";
-$lang['Correction'] = "Correction";
-$lang['Automatic correction'] = "Automatic correction";
-$lang['Impossible automatic correction'] = "Automatic correction impossibl";
-$lang['Correction applied with success'] = "Correction successfully applied";
-$lang['Correction applied with error'] = "Correction applied with error";
-$lang['%d anomaly has been detected.'] = "%d anomaly has been detected.";
-$lang['%d anomalies have been detected.'] = "%d anomalies have been detected.";
-$lang['%d anomaly has been corrected.'] = "%d anomaly has been corrected.";
-$lang['%d anomalies have been detected corrected.'] = "%d anomalies have been detected and corrected.";
-$lang['%d anomaly has not been corrected.'] = "%d anomaly has not been corrected.";
-$lang['%d anomalies have not been corrected.'] = "%d anomalies have not been corrected.";
-$lang['Go to %s or %s for more informations'] = "Go to %s or %s for more informations";
-$lang['the forum'] = "the forum";
-$lang['the wiki'] = "the wiki";
-$lang['%s value is not correct file because exif are not supported'] = "%s value is incorrect because exif are not supported";
-$lang['%s must be to set to false in your local/config/config.inc.php file'] = "%s must be set to false in your local/config/config.inc.php file";
-$lang['Main "guest" user does not exist'] = "The main \"guest\" user does not exist";
-$lang['Main "guest" user status is incorrect'] = "The main \"guest\" user status is incorrect";
-$lang['Default user does not exist'] = "The default user does not exist";
-$lang['Main "webmaster" user does not exist'] = "The main \"webmaster\" user does not exist";
-$lang['Main "webmaster" user status is incorrect'] = "The main \"webmaster\" user status is incorrect";
-$lang['User "%s" created with "%s" like password'] = "User \"%s\" created with \"%s\" as password";
-$lang['Status of user "%s" updated'] = "User \"%s\" status updated";
-$lang['add new elements to caddie'] = "add new elements to caddie";
-$lang['No display'] = "No display";
-$lang['Classic display'] = "Classic display";
-$lang['Hoverbox display'] = "Hoverbox display";
-$lang['Thumbnails'] = "Thumbnails";
-$lang['Mail address is obligatory for all users'] = "Mail address is mandatory for all users";
-$lang['Minimum privacy level'] = "Minimum privacy level";
-$lang['Privacy level'] = "Privacy level";
-$lang['Level 0'] = "---";
-$lang['Level 1'] = "Contacts";
-$lang['Level 2'] = "Friends";
-$lang['Level 4'] = "Family";
-$lang['Level 8'] = "Admins";
-$lang['Reinitialize check integrity'] = "Reinitialize integrity check";
-$lang['Check all'] = "Check all";
-$lang['Uncheck all'] = "Uncheck all";
-$lang['Check automatic corrections'] = "Check automatic corrections";
-$lang['Apply selected corrections'] = "Apply selected corrections";
-$lang['Ignore selected anomalies'] = "Ignore selected anomalies";
-$lang['Refresh'] = "Refresh";
-$lang['The anomaly will be ignored until next application version'] = "The anomaly will be ignored until next application version";
-$lang['Correction the anomaly will cancel the fact that it\'s ignored'] = "Corrected anomaly will no longer be ignored";
-$lang['%d anomaly has been ignored.'] = "%d anomaly has been ignored.";
-$lang['%d anomalies have been ignored.'] = "%d anomalies have been ignored.";
-$lang['Plugins which need upgrade'] = "Plugins to be upgraded";
-$lang['Plugins up to date'] = "Plugins up-to-date";
-$lang['Plugin versions can\'t be checked'] = "Plugin which version cannot be checked";
-$lang['Current<br>version'] = "Current<br>version";
-$lang['Available<br>version'] = "Available<br>version";
-$lang['Automatic upgrade'] = "Automatic upgrade";
-$lang['Download file'] = "Download file";
-$lang['Plugin list'] = "Plugins list";
-$lang['Check for updates'] = "Check for updates";
-$lang['Other plugins'] = "Other plugins available";
-$lang['Last revisions'] = "Last revisions";
-$lang['Delete'] = "Delete";
-$lang['Are you sure you want to delete this plugin?'] = "Are you sure you want to delete this plugin?";
-$lang['Are you sure you want to install this plugin?'] = "Are you sure you want to install this plugin?";
-$lang['Are you sure to install this upgrade? You must verify if this version does not need uninstallation.'] = "Are you sure you want to install this upgrade? You must verify if this version does not need prior uninstallation.";
-$lang['%s has been successfully upgraded.'] = "%s has been successfully upgraded.";
-$lang['Plugin has been successfully copied'] = "The plugin has been successfully copied";
-$lang['You might go to plugin list to install and activate it.'] = "Go to the plugins list to install and activate it.";
-$lang['Can\'t create temporary file.'] = "Temporary file cannot be created.";
-$lang['Can\'t download archive.'] = "Archive cannot be downloaded.";
-$lang['Can\'t read or extract archive.'] = "Archive cannot be read or extracted.";
-$lang['An error occured during extraction (%s).'] = "An error occured during the files (%s) extraction.";
-$lang['Please check "plugins" folder and sub-folders permissions (CHMOD).'] = "Please check \"plugins\" folder and sub-folders permissions (CHMOD).";
-$lang['Can\'t connect to server.'] = "Connection to server impossible.";
-$lang['Purge compiled templates'] = "Purge compiled templates";
-$lang['ACCESS_0'] = "Free access";
-$lang['ACCESS_1'] = "Access to all";
-$lang['ACCESS_2'] = "Access to registered users";
-$lang['ACCESS_3'] = "Access to administrators";
-$lang['ACCESS_4'] = "Access to webmasters";
-$lang['ACCESS_5'] = "No access";
-$lang['Support'] = "Support";
-$lang['Documentation'] = "Documentation";
-$lang['A new version of Piwigo is available.'] = "A new version of Piwigo is available.";
-$lang['Piwigo Administration'] = "Piwigo Administration";
-$lang['Piwigo version'] = "Piwigo version";
-$lang['You are running the latest version of Piwigo.'] = "You are running Piwigo latest version.";
-$lang['The version of %s [%s] installed is not compatible with the version required [%s]'] = "The version of %s [%s] installed is not compatible with the version required [%s]";
-$lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = "You should upgrade your system to take full advantage of the application, otherwise the application could work improperly, or not at all";
-$lang['Deleted on'] = "Deleted on";
-$lang['Last hit'] = "Last hit";
-$lang['GD library is missing'] = "GD library is missing";
-$lang['Templates'] = "Templates";
-$lang['Extend for templates'] = "Extend templates";
-$lang['Replacement of original templates by customized templates from template-extension subfolder'] = "Replacement of original templates by customized templates from the template-extension subfolder";
-$lang['Replacers (customized templates)'] = "Substitutes (customized templates)";
-$lang['Original templates'] = "Original templates";
-$lang['Optional URL keyword'] = "Optional URL keyword";
-$lang['Templates configuration has been recorded.'] = "Templates configuration has been recorded.";
-$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['Modify information'] = "Modify information";
-$lang['edit album'] = "edit album";
-$lang['nothing'] = "nothing";
-$lang['overrides existing values with empty ones'] = "overrides existing values with empty ones";
-$lang['manage image ranks'] = "manage image ranks";
-$lang['Manage image ranks'] = "Manage image ranks";
-$lang['Edit ranks'] = "Edit ranks";
-$lang['No element in this album'] = "No element in this album";
-$lang['Images manual order was saved'] = "Images manual order saved";
-$lang['ranks'] = "ranks";
-$lang['By rank'] = 'By rank';
-$lang['Manual order'] = 'Manual order';
-$lang['Drag to re-order'] = "Click-and-drag to re-order";
-$lang['Quick Local Synchronization'] = "Quick Local Synchronization";
-$lang['No photo can be deleted'] = "No photo can be deleted";
-$lang['Delete selected photos'] = "Delete selected photos";
-$lang['%d photo was deleted'] = "%d photo deleted";
-$lang['%d photos were deleted'] = "%d photos deleted";
-$lang['Downloads'] = "Downloads";
-$lang['Released on'] = "Released on";
-$lang['Number of downloads'] = "Number of downloads";
-$lang['Piwigo Announcements Newsletter'] = "Piwigo Announcement Newsletter";
-$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = "Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will be sent emails when a new release is available (sometimes including a security bug fix, it is important to know and upgrade) and when major events happen to the project. Only a few emails a year.";
-$lang['Subscribe %s'] = "Subscribe %s";
-$lang['Subscribe %s to Piwigo Announcements Newsletter'] = "Subscribe %s to Piwigo Announcements Newsletter";
-$lang['Purge search history'] = "Purge search history";
-$lang['Hide'] = "Hide";
-$lang['Password is missing. Please enter the password.'] = "Password is missing. Please enter the password.";
-$lang['Password confirmation is missing. Please confirm the chosen password.'] = "Password confirmation is missing. Please confirm the chosen password.";
-$lang['Password confirmation error.'] = "Password confirmation error.";
-$lang['Allow users to edit theirs owns comments'] = "Allow users to edit their own comments";
-$lang['Allow users to delete theirs owns comments'] = "Allow users to delete their own comments";
-$lang['Email administrators when a comment is modified'] = "Email administrators when a comment is modified";
-$lang['Email administrators when a comment is deleted'] = "Email administrators when a comment is deleted";
-$lang['Cannot delete the old permalink !'] = "The old permalink cannot be deleted!";
-$lang['Hit'] = "Hit";
-
-$lang['Tools'] = "Tools";
-$lang['Photos'] = "Photos";
-$lang['Themes'] = "Themes";
-$lang['Instructions to use Piwigo'] = "Instructions to use Piwigo";
-$lang['Installed Themes'] = "Installed Themes";
-$lang['Add New Theme'] = "Add a new theme";
-$lang['Forbid this theme to users'] = "Forbid this theme to users";
-$lang['Set as default theme for unregistered and new users'] = "Set as default theme for unregistered and new users";
-$lang['unknown'] = 'unknown';
-
-$lang['Upload Photos'] = 'Upload Photos';
-$lang['Drop into album'] = 'Drop into album';
-$lang['+ Add an upload box'] = '+ Add an upload box';
-$lang['Create the "%s" directory at the root of your Piwigo installation'] = 'Create the "%s" directory at the root of your Piwigo installation';
-$lang['Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation'] = 'Give write access (chmod 777) to "%s" directory at the root of your Piwigo installation';
-$lang['existing album'] = 'existing album';
-$lang['create a new album'] = 'create a new album';
-$lang['Album name'] = 'Album name';
-$lang['Album "%s" has been added'] = 'Album "%s" has been added';
-$lang['Uploaded Photos'] = 'Uploaded Photos';
-$lang['%d photos uploaded'] = '%d photos uploaded';
-$lang['Privacy level set to "%s"'] = 'Privacy level set to "%s"';
-$lang['Album "%s" now contains %d photos'] = 'Album "%s" now contains %d photos';
-$lang['Manage this set of %d photos'] = 'Manage this set of %d photos';
-$lang['Select files'] = 'Select files';
-$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG files or ZIP archives with JPEG files inside please.';
-$lang['Everybody'] = 'Everybody';
-$lang['Who can see these photos?'] = 'Who can see these photos?';
-$lang['Who can see this photo?'] = 'Who can see this photo?';
-$lang['... or switch to the old style form'] = '... or switch to the old style form';
-$lang['... or switch to the multiple files form'] = '... or switch to the multiple files form';
-
-$lang['The websize maximum width must be a number between %d and %d'] = 'The websize maximum width must be a number between %d and %d';
-$lang['The websize maximum height must be a number between %d and %d'] = 'The websize maximum height must be a number between %d and %d';
-$lang['The websize image quality must be a number between %d and %d'] = 'The websize image quality must be a number between %d and %d';
-$lang['The thumbnail maximum width must be a number between %d and %d'] = 'The thumbnail maximum width must be a number between %d and %d';
-$lang['The thumbnail maximum height must be a number between %d and %d'] = 'The thumbnail maximum height must be a number between %d and %d';
-$lang['The thumbnail image quality must be a number between %d and %d'] = 'The thumbnail image quality must be a number between %d and %d';
-$lang['Settings'] = 'Settings';
-$lang['Web size photo'] = 'Web size photo';
-$lang['Resize'] = 'Resize';
-$lang['Maximum Width'] = 'Maximum Width';
-$lang['pixels'] = 'pixels';
-$lang['Maximum Height'] = 'Maximum height';
-$lang['Image Quality'] = 'Image quality';
-$lang['Thumbnail'] = 'Thumbnail';
-$lang['Save Settings'] = 'Save Settings';
-$lang['Your configuration settings are saved'] = 'Your configuration settings are saved';
-
-$lang['Active Themes'] = 'Active Themes';
-$lang['Add write access to the "%s" directory'] = 'Add write access to the "%s" directory';
-$lang['Administration Home'] = 'Administration Home';
-$lang['Change Admin Colors'] = 'Change administration colors';
-$lang['Delete this theme'] = 'Delete this theme';
-$lang['Directory does not exist'] = 'Directory does not exist';
-$lang['Download,'] = 'Download,';
-$lang['FTP + Synchronization'] = 'FTP + Synchronization';
-$lang['Get Support on Piwigo Forum'] = 'Get support on Piwigo forum';
-$lang['Help Me'] = 'Help Me';
-$lang['Impossible to activate this theme, the parent theme is missing: %s'] = 'This theme could not be activated, as the parent theme is missing: %s';
-$lang['Impossible to delete this theme. Other themes depends on it: %s'] = 'This theme cannot be deleted, because other themes depends on it: %s';
-$lang['Inactive Themes'] = 'Inactive themes';
-$lang['Install on your computer,'] = 'Install on your computer,';
-$lang['Make this theme available to users'] = 'Make this theme available to users';
-$lang['Page end'] = 'Page end';
-$lang['Piwigo Uploader'] = 'Piwigo Uploader';
-$lang['Processing treatment.'] = 'Processing treatment.';
-$lang['Please wait...'] = 'Please wait...';
-$lang['Read Piwigo Documentation'] = 'Read Piwigo Documentation';
-$lang['Start pLoader and add your photos.'] = 'Start pLoader and add your photos.';
-$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';
-$lang['Theme has been successfully installed'] = 'Theme has been successfully installed';
+$lang['Virtual albums to move'] = "Virtual albums to move";
+$lang['Virtual Links'] = 'Virtual Links';
$lang['Visit Gallery'] = 'Visit the gallery';
$lang['Visit Piwigo project website'] = 'Visit Piwigo project website';
-$lang['pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.'] = 'pLoader stands for <em>Piwigo Uploader</em>. From your computer, pLoader prepares your photos and transfer them to your Piwigo photo gallery.';
-
-$lang['Guest Settings'] = 'Guest settings';
-$lang['Main Page'] = 'Main page';
-$lang['Photo Page'] = 'Photo page';
-$lang['Activate Navigation Bar'] = 'Activate navigation bar';
-$lang['Activate Navigation Thumbnails'] = 'Activate navigation thumbnails';
-$lang['Activate icon "%s"'] = 'Activate icon "%s"';
-$lang['Activate field "%s"'] = 'Activate field "%s"';
-$lang['Photo Properties'] = 'Photo properties';
-$lang['Allow user customization'] = 'Allow user customization';
-$lang['Languages'] = 'Languages';
-$lang['Installed Languages'] = 'Installed Languages';
-$lang['Add New Language'] = 'Add New Language';
-$lang['Language has been successfully installed'] = 'Language has been successfully installed';
-$lang['Select:'] = 'Select:';
-$lang['None'] = 'None';
-$lang['Invert'] = 'Invert';
-$lang['Impossible to deactivate this theme, you need at least one theme.'] = 'Impossible to deactivate this theme, you need at least one theme.';
-$lang['Webmaster status is required.'] = 'Webmaster status is required.';
-$lang['Bound Theme'] = 'Bound Theme';
-$lang['Allow rating'] = "Allow rating";
-$lang['Select at least one comment'] = 'Select at least one comment';
-$lang['Active Plugins'] = 'Active Plugins';
-$lang['Inactive Plugins'] = 'Inactive Plugins';
-$lang['Missing Plugins'] = 'Missing Plugins';
-$lang['Uninstalled Plugins'] = 'Uninstalled Plugins';
-$lang['By %s'] = 'By %s';
$lang['Visit plugin site'] = 'Visit plugin site';
-$lang['Active Languages'] = 'Active Languages';
-$lang['Delete this language'] = 'Delete this language';
-$lang['Forbid this language to users'] = 'Forbid this language to users';
-$lang['Impossible to deactivate this language, first set another language as default.'] = 'Impossible to deactivate this language, first set another language as default.';
-$lang['Impossible to deactivate this language, you need at least one language.'] = 'Impossible to deactivate this language, you need at least one language.';
-$lang['Inactive Languages'] = 'Inactive Languages';
-$lang['Make this language available to users'] = 'Make this language available to users';
-$lang['Set as default language for unregistered and new users'] = 'Set as default language for unregistered and new users';
-$lang['Add Photos'] = 'Add Photos';
-$lang['Download'] = 'Download';
-$lang['The following tag was deleted'] = 'The following tag was deleted';
-$lang['Miscellaneous'] = 'Miscellaneous';
-$lang['Virtual Links'] = 'Virtual Links';
-$lang['There is no other language available.'] = 'There is no other language available.';
-$lang['There is no other plugin available.'] = 'There is no other plugin available.';
-$lang['There is no other theme available.'] = 'There is no other theme available.';
-$lang['Add another set of photos'] = 'Add another set of photos';
-$lang['Order of menubar items has been updated successfully.'] = 'Order of menubar items has been updated successfully.';
-$lang['This theme was not designed to be directly activated'] = 'This theme was not designed to be directly activated';
-$lang['Pending Comments'] = 'Pending Comments';
-$lang['In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting'] = 'In your php.ini file, the upload_max_filesize (%sB) is bigger than post_max_size (%sB), you should change this setting';
-$lang['Exif extension not available, admin should disable exif use'] = 'Exif extension not available, admin should disable exif use';
-$lang['The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB'] = 'The uploaded file exceeds the upload_max_filesize directive in php.ini: %sB';
-$lang['The uploaded files exceed the post_max_size directive in php.ini: %sB'] = 'The uploaded files exceed the post_max_size directive in php.ini: %sB';
-$lang['The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form'] = 'The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form';
-$lang['The uploaded file was only partially uploaded'] = 'The uploaded file was only partially uploaded';
-$lang['No file was uploaded'] = 'No file was uploaded';
-$lang['Missing a temporary folder'] = 'Missing a temporary folder';
-$lang['Failed to write file to disk'] = 'Failed to write file to disk';
-$lang['File upload stopped by extension'] = 'File upload stopped by extension';
-$lang['Unknown upload error'] = 'Unknown upload error';
-$lang['Error on file "%s" : %s'] = 'Error on file "%s" : %s';
-$lang['Menu Management'] = 'Menus';
-$lang['automatic order'] = 'automatic order';
-$lang['manual order'] = 'manual order';
-$lang['Albums automatically sorted'] = 'Albums automatically sorted';
-
-$lang['Keep high definition'] = 'Keep high definition';
-$lang['The high definition maximum width must be a number between %d and %d'] = 'The high definition maximum width must be a number between %d and %d';
-$lang['The high definition maximum height must be a number between %d and %d'] = 'The high definition maximum height must be a number between %d and %d';
-$lang['The high definition image quality must be a number between %d and %d'] = 'The high definition image quality must be a number between %d and %d';
-
-$lang['Batch Manager'] = 'Batch Manager';
-$lang['include child albums'] = 'include child albums';
-$lang['Selection'] = 'Selection';
-$lang['Action'] = 'Action';
-$lang['Set author'] = 'Set author';
-$lang['Set title'] = 'Set title';
-$lang['Set creation date'] = 'Set creation date';
-$lang['Apply action'] = 'Apply action';
-$lang['on the %d selected photos'] = 'on the %d selected photos';
-$lang['%d of %d photos selected'] = '%d of %d photos selected';
-$lang['No photo selected, %d photos in current set'] = 'No photo selected, %d photos in current set';
-$lang['All %d photos are selected'] = 'All %d photos are selected';
-$lang['remove this filter'] = 'remove this filter';
-$lang['predefined filter'] = 'predefined filter';
-$lang['last import'] = 'last import';
-$lang['with no virtual album'] = 'with no virtual album';
-$lang['duplicates'] = 'duplicates';
-$lang['Add a filter'] = 'Add a filter';
-$lang['Remove all filters'] = 'Remove all filters';
-$lang['Refresh photo set'] = 'Refresh photo set';
-$lang['The whole page'] = 'The whole page';
-$lang['The whole set'] = 'The whole set';
-$lang['thumbnails per page'] = 'thumbnails per page';
-$lang['No photo in the current set.'] = 'No photo in the current set.';
-$lang['No photo selected, no action possible.'] = 'No photo selected, no action possible.';
-$lang['Choose an action'] = 'Choose an action';
-$lang['remove author'] = 'remove author';
-$lang['Type here the author name'] = 'Type here the author name';
-$lang['remove title'] = 'remove title';
-$lang['Type here the title'] = 'Type here the title';
-$lang['remove creation date'] = 'remove creation date';
+$lang['Waiting'] = "Pending";
+$lang['Warning: subscribing or unsubscribing will send mails to users'] = "Warning: subscribing or unsubscribing will send mails to users";
+$lang['Web size photo'] = 'Web size photo';
+$lang['Webmaster cannot be deleted'] = "Webmaster cannot be deleted";
+$lang['Webmaster status is required.'] = 'Webmaster status is required.';
+$lang['Week starts on'] = 'Week starts on';
+$lang['Who can see these photos?'] = 'Who can see these photos?';
+$lang['Who can see this photo?'] = 'Who can see this photo?';
+$lang['width must be a number superior to'] = "width must be a number greater than";
+$lang['With blank value, gallery title will be used'] = "If blank, the gallery title will be used";
$lang['with no album'] = 'with no album';
$lang['with no tag'] = 'with no tag';
-$lang['Week starts on'] = 'Week starts on';
-?>
+$lang['with no virtual album'] = 'with no virtual album';
+$lang['wrong filename'] = "wrong filename";
+$lang['Year'] = "Year";
+$lang['You are running on development sources, no check possible.'] = "You are running on development sources, no check possible.";
+$lang['You are running the latest version of Piwigo.'] = "You are running Piwigo latest version.";
+$lang['You cannot delete your account'] = "You cannot delete your account";
+$lang['You cannot move an album in its own sub album'] = "You cannot move an album in its own sub album";
+$lang['You have subscribed to receiving notifications by mail.'] = "You have subscribed to receive notifications by mail.";
+$lang['You have unsubscribed from receiving notifications by mail.'] = "You have unsubscribed from being notified by mail.";
+$lang['You might go to plugin list to install and activate it.'] = "Go to the plugins list to install and activate it.";
+$lang['You need to confirm deletion'] = "You must confirm deletion";
+$lang['You need to upgrade your system to take full advantage of the application else the application will not work correctly, or not at all'] = "You should upgrade your system to take full advantage of the application, otherwise the application could work improperly, or not at all";
+$lang['Your configuration settings are saved'] = 'Your configuration settings are saved';
+$lang['[%s] Visit album %s'] = "[%s] Visit album %s";
+$lang['[NBM] Problems or questions'] = "[NBM] Problems or questions";
+$lang['[Simulation]'] = "[Simulation]";
+?> \ No newline at end of file
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index 457e10713..f15ccc2d1 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Añadir / borrar un enlace permanente';
$lang['Add a tag'] = 'Añadir una etiqueta';
$lang['Add a user'] = 'Añadir un usuario';
$lang['Add group'] = 'Añadir un grupo';
-$lang['Add selected elements to caddie'] = 'Añadir los elementos seleccionados a la cesta';
$lang['Add'] = 'Subir';
$lang['Allow user registration'] = 'Permitir el registro de los usuarios';
$lang['Apply to sub-albums'] = 'Appliquer a los sub-àlbumes';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'No representes';
$lang['Edit all picture informations'] = 'Modificar todas las informaciones vinculadas a esta imagen';
$lang['Edit selected tags'] = 'Editar las etiquetas seleccionadas';
$lang['Edit tags'] = 'Editar las etiquetas';
-$lang['Elements'] = 'Elementos';
$lang['Email admins when a new user registers'] = 'Notificar a los administradores en el momento de inscripción de un usuario';
$lang['Email admins when a valid comment is entered'] = 'Notificar a los administradores cuando un comentario es registrado';
$lang['Email admins when a comment requires validation'] = 'Notificar a los administradores cuando un comentario requiere su validación';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Representa';
$lang['Save order'] = 'Salvaguardar la orden';
$lang['Save to permalink history'] = 'Salvaguardar en el histórico de los enlaces permanentes';
$lang['Select at least one album'] = 'seleccionar al minimo un àlbum';
-$lang['Select at least one picture'] = 'Seleccionar por lo menos una imagen';
+$lang['Select at least one photo'] = 'Seleccionar por lo menos una imagen';
$lang['Select at least one user'] = 'Seleccionar por lo menos a un usuario';
$lang['Show info'] = 'Mostrar las informaciones';
$lang['Site manager'] = 'Gestion de sitios';
@@ -198,7 +196,6 @@ $lang['Access type'] = 'Tipo de acceso';
$lang['Comments'] = 'Comentarios';
$lang['Information data registered in database'] = 'Informaciones registradas en la base de datos';
$lang['Default display'] = 'Visualización por defecto';
-$lang['History'] = 'Histórico';
$lang['The gallery URL is not valid.'] = 'La dirección de la galería no es válida.';
$lang['Main'] = 'Principale';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'El número de comentarios de usuarios por página debe ser comprendido entre 5 y 50.';
@@ -210,12 +207,12 @@ $lang['Dissociate from album'] = 'Separar del àlbum';
$lang['dissociate from group'] = 'Disociar del grupo';
$lang['edit album permissions'] = 'Modificar los permisos del àlbum';
$lang['Album updated successfully'] = 'Les informationes del àlbum se actualizaron con exito.';
-$lang['elements per page'] = 'Elementos por página';
+$lang['photos per page'] = 'Elementos por página';
$lang['elements'] = 'Elementos';
$lang['High definition enabled'] = 'Alta definición activo';
$lang['File'] = 'archivo';
$lang['Filesize'] = 'Tamaño';
-$lang['first element added on %s'] = 'el primer elemento añadido %s';
+$lang['first photo added on %s'] = 'el primer elemento añadido %s';
$lang['Forbidden'] = 'prohibido';
$lang['global mode'] = 'modo global';
$lang['group "%s" added'] = 'grupo "%s" añadido';
@@ -226,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'El nombre
$lang['This name is already used by another group.'] = 'Este nombre es ya utilizado por otro grupo.';
$lang['High definition'] = 'Alta definición';
$lang['jump to album'] = 'Ir al àlbum';
-$lang['jump to image'] = 'Ir a la imagen';
+$lang['jump to photo'] = 'Ir a la imagen';
$lang['leave'] = 'dejar';
$lang['Lock'] = 'Cerrar';
$lang['Locked'] = 'Cerrado';
@@ -302,7 +299,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'El ususario %s
$lang['User %s [%s] added.'] = 'ususario %s [%s] añadido.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Cuidado, la inscripción o anulación de inscripción conlleva el envío de mails a los ususarios interesados';
$lang['Send mail on HTML format'] = 'Enviar el mail al tamaño HTML';
-$lang['Include display of recent pictures group by dates'] = 'Incluir la visualización de las últimas imágenes agrupadas por fechas';
+$lang['Include display of recent photos grouped by dates'] = 'Incluir la visualización de las últimas imágenes agrupadas por fechas';
$lang['Available only with HTML format'] = 'Disponible únicamente en tamaño HTML';
$lang['no write access'] = 'ningún acceso en escritura';
$lang['Permissions'] = 'Permisos';
@@ -331,7 +328,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Crear
$lang['created'] = 'Creado';
$lang['delete'] = 'suprimir';
$lang['delete this site and all its attached elements'] = 'suprimir este sitio y todas las informaciones asociadas';
-$lang['deleted'] = 'suprimido';
$lang['an error happened'] = 'Un error sobrevino';
$lang['file create_listing_file.php on remote site was not found'] = 'el fichero create_listing_file.php es imposible de encontrar en el sitio distante';
$lang['Local'] = 'Local';
@@ -347,7 +343,6 @@ $lang['Thumbnail'] = 'miniatura';
$lang['title'] = 'título';
$lang['Album list management'] = 'Gestion de los àlbumes';
$lang['Piwigo configuration'] = 'Configuración de Piwigo';
-$lang['Piwigo administration'] = 'Administración de Piwigo';
$lang['Edit album'] = 'Modificar un àlbum';
$lang['Group management'] = 'Gestión de los grupos';
$lang['User list'] = 'Lista usuarios';
@@ -380,7 +375,7 @@ $lang['Update images informations'] = 'Actualizar las informaciones de las imág
$lang['Synchronize'] = 'Sincronizar';
$lang['reduce to single existing albums'] = 'Traitar solo un àlbum';
$lang['Choose an option'] = 'Escoger una opción';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Monstrar todas las informaciones (àlbumes añadidos, fotos añadidas, àlbumes y fotos borrados)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Monstrar todas las informaciones (àlbumes añadidos, fotos añadidas, àlbumes y fotos borrados)';
$lang['Piwigo version differs on the remote site'] = 'La versión Piwigo sobre el sitio distante es diferente';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'La versión de create_listing_file.php sobre el sitio distante y Piwigo deben ser los mismos';
$lang['listing.xml file was not found'] = 'El fichero listing.xml es imposible de encontrar';
@@ -393,13 +388,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Cada foto necesita une miniatura. La miniature debe estar presente en el sub-repertorio \"thumbnail\" del répertorio del àlbum. El nombre del archivo de la miniatura debe empezar con el parametro de configuration \"prefix_thumbnail\" y la extension del nombre del archivo debe aparecer en esta lista :';
$lang['missing thumbnail'] = 'falta la miniatura ';
$lang['albums deleted in the database'] = 'àlbumes borrados de la base de datos';
-$lang['elements deleted in the database'] = 'Elementos suprimidos de la base de datos';
+$lang['photos deleted from the database'] = 'Elementos suprimidos de la base de datos';
$lang['images candidates for metadata synchronization'] = 'Imágenes candidatas a la sincronización con los méta-datos';
$lang['elements informations synchronized with files metadata'] = 'Informaciones de las imágenes sincronizadas con los méta-datos';
$lang['errors during synchronization'] = 'errores sobrevenidos durante la sincronización';
$lang['albums added in the database'] = 'àlbumes añadidos a la base de datos';
-$lang['elements added in the database'] = 'elementos añadidos a la base de datos';
-$lang['elements updated in the database'] = 'elementos actualizados en la base de datos';
+$lang['photos added in the database'] = 'elementos añadidos a la base de datos';
+$lang['photos updated in the database'] = 'elementos actualizados en la base de datos';
$lang['Search for new images in the directories'] = 'Buscar las nuevas imágenes en los repertorios';
$lang['added'] = 'añadido';
$lang['deleted'] = 'suprimido';
@@ -410,7 +405,7 @@ $lang['directories + files'] = 'repertorios + ficheros';
$lang['only directories'] = 'repertorios únicamente';
$lang['synchronize files structure with database'] = 'sincronizar la estructura de los ficheros con la base de datos';
$lang['synchronize files metadata with database elements informations'] = 'sincronizar las informaciones de los elementos en la base de datos a partir de los méta-datos de los ficheros';
-$lang['even already synchronized elements'] = 'tanbien los elementos ya sincronizados';
+$lang['even already synchronized photos'] = 'tanbien los elementos ya sincronizados';
$lang['Used metadata'] = 'Méta-datos empleados';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'El nombre de los repertorios y de los ficheros debe estar constituido sólo por letras, por cifras, de "-", "_" y "."';
$lang['wrong filename'] = 'nombre de fichero erróneo';
@@ -493,12 +488,11 @@ $lang['Main "webmaster" user does not exist'] = 'El usuario " webmestre " princi
$lang['Main "webmaster" user status is incorrect'] = 'El estatuto del usuario " webmestre " principal es incorrecto';
$lang['User "%s" created with "%s" like password'] = 'usuario "%s" creado con la contraseña "%s"';
$lang['Status of user "%s" updated'] = 'Estatuto del usuario "%s" actualizado';
-$lang['add new elements to caddie'] = 'añadir los nuevos elementos a la cesta';
+$lang['add new photos to caddie'] = 'añadir los nuevos elementos a la cesta';
// --------- Starting below: New or revised $lang ---- from Butterfly (
$lang['No display'] = 'Ninguna visualizacion';
$lang['Classic display'] = 'Visualizacion clásica';
$lang['Hoverbox display'] = 'Visualizacion en el momento del sobrevuelo';
-$lang['Thumbnails'] = 'Miniaturas';
$lang['Mail address is obligatory for all users'] = 'La dirección mail es obligatoria para todos los usuarios';
$lang['Minimum privacy level'] = 'Nivel mínimo de carácter confidencial';
$lang['Privacy level'] = 'Nivel de carácter confidencial';
@@ -573,8 +567,8 @@ $lang['Modify information'] = 'Modificar las informaciones';
$lang['edit album'] = 'editar las informationes de este àlbum';
$lang['nothing'] = 'nada';
$lang['overrides existing values with empty ones'] = 'Reemplazar los valores existentes con vacíos';
-$lang['manage image ranks'] = 'Administrar el orden de las imágenes';
-$lang['Manage image ranks'] = 'Administrar el orden de las imágenes';
+$lang['manage photo ranks'] = 'Administrar el orden de las imágenes';
+$lang['Manage photo ranks'] = 'Administrar el orden de las imágenes';
$lang['Edit ranks'] = 'Modificar el orden';
$lang['No element in this album'] = 'Ningún élémento en este àlbum';
$lang['Images manual order was saved'] = 'La orden manual de las imágenes ha sido salvada';
@@ -596,7 +590,7 @@ $lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Abonar %s a la newsl
$lang['Purge search history'] = 'Purgar el historico de búsquedad';
$lang['Hide'] = 'Esconder';
$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = 'Ser sobrepasado el tiempo de ejecución, el tratamiento debe continuar [el Tiempo estimado: %d secundas].';
-$lang['Processing treatment.'] = 'Tratamiento corriente.';
+$lang['Operation in progress'] = 'Tratamiento corriente.';
$lang['Please wait...'] = 'Por favor, espere...';
$lang['Password is missing. Please enter the password.'] = 'La contraseña falta. Por favor, coja la contraseña.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'La contraseña falta. Por favor, coja la contraseña.';
diff --git a/language/fa_IR/admin.lang.php b/language/fa_IR/admin.lang.php
index e063a7117..5c21963ed 100644
--- a/language/fa_IR/admin.lang.php
+++ b/language/fa_IR/admin.lang.php
@@ -54,7 +54,6 @@ $lang['Add/delete a permalink'] = "افزودن/حذف لينک ثابت";
$lang['Add a tag'] = "افزودن برچسب";
$lang['Add a user'] = "افزودن کاربر";
$lang['Add group'] = "افزوددن گروه";
-$lang['Add selected elements to caddie'] = "افزودن آیتم‌های انتخاب‌شده به سبد";
$lang['Add'] = "افزودن";
$lang['Allow user registration'] = "فعال بودن ثبت‌نام کاربر";
$lang['Apply to sub-albums'] = "براي زيردسته‌ها همين عمل را انجام بده!";
@@ -84,7 +83,6 @@ $lang['Does not represent'] = "Does not represent";
$lang['Edit all picture informations'] = "ويزايش اطلاعات تمام تصاوير";
$lang['Edit selected tags'] = "ويرايش برچسب‌هاي انتخاب شده";
$lang['Edit tags'] = "ويرايش برچسب‌ها";
-$lang['Elements'] = "اشياء";
$lang['Email admins when a new user registers'] = "ارسال ايميل به به مديران زماني که يک کاربر جديد ثبت نام مي‌کند";
$lang['Email admins when a valid comment is entered'] = "ارسال ايميل به مديران زماني که يک نظر تاييد شده وارد سيستم مي‌شود.";
$lang['Email admins when a comment requires validation'] = "ارسال ايميل به مديران زماني که يک نظر نياز به تاييد دارد";
@@ -154,7 +152,7 @@ $lang['Represents'] = "نمایندگی";
$lang['Save order'] = "ذخیره این ترتیب";
$lang['Save to permalink history'] = "ذخیره در تاریخچه لینک‌ثابت";
$lang['Select at least one album'] = "حداقل یک دسته انتخاب نمایید";
-$lang['Select at least one picture'] = "حداقل یک عکس انتخاب نمایید";
+$lang['Select at least one photo'] = "حداقل یک عکس انتخاب نمایید";
$lang['Select at least one user'] = "حداقل یک کاربر انتخاب نمایید";
$lang['Show info'] = "نمایش اطلاعات";
$lang['Site manager'] = "مدیریت سایت";
@@ -200,7 +198,6 @@ $lang['Access type'] = "نوع دسترسی";
$lang['Comments'] = "نظرات";
$lang['Information data registered in database'] = "اطلاعات داده در پایگاه داده ثبت شد";
$lang['Default display'] = "نمایش پیش‌فرض";
-$lang['History'] = "تاریخچه";
$lang['The gallery URL is not valid.'] = "آدرس URL گالری اشتباه است.";
$lang['Main'] = "صفحه اصلی";
$lang['The number of comments a page must be between 5 and 50 included.'] = "تعداد نظرات در هر صفحه باید عددی بین 5 تا 50 باشد.";
@@ -212,12 +209,12 @@ $lang['Dissociate from album'] = "جداکردن از دسته";
$lang['dissociate from group'] = "جدا کردن از گروه";
$lang['edit album permissions'] = "ویرایش مجوزهای دسته";
$lang['Album updated successfully'] = "اطلاعات دسته با موفقیت به‌روزرسانی شد.";
-$lang['elements per page'] = "تعداد آیتم‌ها در صفحه";
+$lang['photos per page'] = "تعداد آیتم‌ها در صفحه";
$lang['elements'] = "اشیا";
$lang['High definition enabled'] = "High definition enabled";
$lang['File'] = "فایل";
$lang['Filesize'] = "اندازه‌فایل";
-$lang['first element added on %s'] = "شی اول به %s افزوده شد";
+$lang['first photo added on %s'] = "شی اول به %s افزوده شد";
$lang['Forbidden'] = "غیرمجاز";
$lang['global mode'] = "حالت کلی";
$lang['group "%s" added'] = "گروه \"%s\" افزوده شد";
@@ -229,7 +226,7 @@ $lang['This name is already used by another group.'] = "این نام قبلا
$lang['High definition'] = "High definition";
$lang['jump to album'] = "رفتن به این دسته";
-$lang['jump to image'] = "رفتن به این تصویر";
+$lang['jump to photo'] = "رفتن به این تصویر";
$lang['leave'] = "بدون‌تغییر";
$lang['Lock'] = "قفل کردن";
$lang['Locked'] = "قفل";
@@ -280,8 +277,7 @@ $lang['New elements added'] = "اشیا جدید اضافه شدند";
$lang['Subscribe to notification by mail'] = "اشتراک به‌وسیله ایمیل";
$lang['Unsubscribe from notification by mail'] = "حذف اشتراک به‌وسیله ایمیل";
$lang['Parameter'] = "تنظیمات";
-$lang['Processing treatment.'] = 'درخواست در حال پردازش.';
-$lang['Please wait...'] = 'لطفا کمی صبر کنید...';
+$lang['Operation in progress'] = 'درخواست در حال پردازش.';
$lang['Continue processing treatment'] = "ادامه پردازش درخواست";
$lang['Complementary mail content'] = "مکمل محتوای ایمیل";
$lang['Add detailed content'] = "تعدادی از جزئیات حذف شد";
@@ -308,7 +304,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = "کاربر %s [
$lang['User %s [%s] added.'] = "کاربر %s [%s] اضافه شد.";
$lang['Warning: subscribing or unsubscribing will send mails to users'] = "اخطار: اشتراک یا لغو اشتراک با ارسال ایمیل به کاربران صورت می‌گیرد.";
$lang['Send mail on HTML format'] = "ارسال ایمیل در فرمت HTML";
-$lang['Include display of recent pictures group by dates'] = "ضمیمه کردن آخرین تصاویر گروه با مرتب سازی تاریخ";
+$lang['Include display of recent photos grouped by dates'] = "ضمیمه کردن آخرین تصاویر گروه با مرتب سازی تاریخ";
$lang['Available only with HTML format'] = "فقط برای فرمت HTML موجود است";
$lang['no write access'] = "دسترسی نوشتن را ندارید";
$lang['Permissions'] = "مجوزها";
@@ -353,7 +349,6 @@ $lang['Thumbnail'] = "عکس‌ریزه(Thumbnail)";
$lang['title'] = "عنوان";
$lang['Album list management'] = "مدیریت دسته‌ها";
$lang['Piwigo configuration'] = "پیکربندی Piwigo";
-$lang['Piwigo administration'] = "مدیریت Piwigo";
$lang['Edit album'] = "ویرایش یک دسته";
$lang['Group management'] = "مدیریت گروه‌ها";
$lang['User list'] = "لیست کاربران";
@@ -386,7 +381,7 @@ $lang['Update images informations'] = "به روز رسانی اطلاعات ت
$lang['Synchronize'] = "همگام‌سازی";
$lang['reduce to single existing albums'] = "reduce to single existing categories";
$lang['Choose an option'] = "انتخاب یک گزینه";
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = "نمایش حداکثر اطلاعات (افزودن دسته‌ها و اشیا ، حذف دسته‌ها و اشیا)";
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = "نمایش حداکثر اطلاعات (افزودن دسته‌ها و اشیا ، حذف دسته‌ها و اشیا)";
$lang['Piwigo version differs on the remote site'] = "نسخه Piwigo که اینجا نصب شده با نسخه Piwigo در ریموت سایت متفاویت است!";
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = "نسخه فایل create_listing_file.php در ریموت سایت با نسخه Piwigo باید یکسان باشد.";
$lang['listing.xml file was not found'] = "فایل listing.xml موجود نیست!";
@@ -399,13 +394,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "هر تصویری نیاز به یک عکس‌ریزه(thumbnail) دارد. عکس‌ریزه‌ها باید در زیر دایرکتوری \"thumbnail\" در دایرکتوری دسته باید وجود داشته باشد. نام‌فایل عکس‌ریزه(thumbnail) باید با پیشوندی که پیکربندی و فرمت آن باید مانند لیست زیر باشد :";
$lang['missing thumbnail'] = "عکس‌ریزه(thumbnail) موجود نیست.";
$lang['albums deleted in the database'] = "دسته‌ها از پایگاه داده حذف شدند";
-$lang['elements deleted in the database'] = "اشیا از پایگاه داده حذف شدند";
+$lang['photos deleted from the database'] = "اشیا از پایگاه داده حذف شدند";
$lang['images candidates for metadata synchronization'] = "تصاویری که می‌خواهند ابرداده(metadata) خودر را همگام‌سازی کنند";
$lang['elements informations synchronized with files metadata'] = "اشیائی کهاطلاعات آن‌ها با فایل‌های ابرداده(metadata) همگام‌سازی شدند";
$lang['errors during synchronization'] = "خطا در همگام‌سازی";
$lang['albums added in the database'] = "دسته‌ها در پایگاه‌داده اضافه شدند";
-$lang['elements added in the database'] = "اشیا در پایگاه‌داده اضافه شدند";
-$lang['elements updated in the database'] = "اشیا در پایگاه‌داده بروز شدند";
+$lang['photos added in the database'] = "اشیا در پایگاه‌داده اضافه شدند";
+$lang['photos updated in the database'] = "اشیا در پایگاه‌داده بروز شدند";
$lang['Search for new images in the directories'] = "جستجو برای تصاویر جدید در دایرکتوری‌ها";
$lang['added'] = "افزوده شد";
$lang['deleted'] = "حذف شد";
@@ -416,7 +411,7 @@ $lang['directories + files'] = "دایرکتوری + فایل‌ها";
$lang['only directories'] = "فقط دایرکتوری‌ها";
$lang['synchronize files structure with database'] = "همگام‌سازی ساختار(structure) فایل‌ها با پایگاه‌داده";
$lang['synchronize files metadata with database elements informations'] = "همگام‌سازی اشیا پایگاه‌داده با استفاده از فایل ابرداده(metadata)";
-$lang['even already synchronized elements'] = "even already synchronized elements";
+$lang['even already synchronized photos'] = "even already synchronized photos";
$lang['Used metadata'] = "استفاده از ابرمتن(Metadata)";
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "نام دایرکتوری‌ها و فایل‌ها فقط می تواند شامل اعداد ، حروف و \"-\" ، \"_\" یا \".\" باشد.";
$lang['wrong filename'] = "نام‌فایل نادرست است";
@@ -499,11 +494,10 @@ $lang['Main "webmaster" user does not exist'] = "کاربر \"وب‌مستر\"
$lang['Main "webmaster" user status is incorrect'] = "وضعیت کاربر \"وب‌مستر\" نادرست است.";
$lang['User "%s" created with "%s" like password'] = "کاربر \"%s\" با گذرواژه \"%s\" ایجاد شد";
$lang['Status of user "%s" updated'] = "وضعیت کاربر \"%s\" به روز شد";
-$lang['add new elements to caddie'] = "افزودن آیتم‌های جدید به سبد";
+$lang['add new photos to caddie'] = "افزودن آیتم‌های جدید به سبد";
$lang['No display'] = "بدون نمایش";
$lang['Classic display'] = "نمایش کلاسیک";
$lang['Hoverbox display'] = "نمایش Hoverbox";
-$lang['Thumbnails'] = "عکس‌ریزه‌ها(Thumbnails)";
$lang['Mail address is obligatory for all users'] = "آدرس ایمیل برای تمام کاربران اجباری است";
$lang['Minimum privacy level'] = "پایین‌ترین سطح ‌خصوصی";
$lang['Privacy level'] = "سطح خصوصی";
@@ -578,8 +572,8 @@ $lang['Modify information'] = "ویرایش اطلاعات";
$lang['edit album'] = "ویرایش اطلاعات دسته";
$lang['nothing'] = "هیچ‌چیز";
$lang['overrides existing values with empty ones'] = "overrides existing values with empty ones";
-$lang['manage image ranks'] = "مدیریت امتیاز تصاویر";
-$lang['Manage image ranks'] = "مدیریت امتیاز تصاویر";
+$lang['manage photo ranks'] = "مدیریت امتیاز تصاویر";
+$lang['Manage photo ranks'] = "مدیریت امتیاز تصاویر";
$lang['Edit ranks'] = "ویرایش امتیازها";
$lang['No element in this album'] = "هیچ چیزی در این دسته موجمود نیست.";
$lang['Images manual order was saved'] = "ترتیب دستی تصاویر ذخیره شد.";
@@ -673,7 +667,6 @@ $lang['Install on your computer,'] = 'نصب نرم‌افزار pLoader ؛';
$lang['Make this theme available to users'] = 'فعال کردن این قالب برای انتخاب کردن کاربران';
$lang['Page end'] = 'پایان صفحه';
$lang['Piwigo Uploader'] = 'آپلودر Piwigo';
-$lang['Processing treatment.'] = 'Processing treatment.';
$lang['Please wait...'] = 'لطفا کمی صبر کنید ...';
$lang['Read Piwigo Documentation'] = 'خواندن مستندات Piwigo';
$lang['Start pLoader and add your photos.'] = 'اکنون می‌توانید با استفاده از pLoader تصاویر خود راروی گالری خود آپلود کنید.';
diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php
index 309d41073..12d8ca01d 100644
--- a/language/fr_CA/admin.lang.php
+++ b/language/fr_CA/admin.lang.php
@@ -54,7 +54,6 @@ $lang['Add/delete a permalink'] = "Ajouter/effacer un lien permanent";
$lang['Add a tag'] = "Ajouter un mot clé";
$lang['Add a user'] = "Ajouter un utilisateur";
$lang['Add group'] = "Ajouter un groupe";
-$lang['Add selected elements to caddie'] = "Ajouter les éléments sélectionnés au panier";
$lang['Add'] = "Ajouter";
$lang['Allow user registration'] = "Permettre l'enregistrement des utilisateurs";
$lang['Apply to sub-albums'] = "Appliquer aux sous-catégories";
@@ -84,7 +83,6 @@ $lang['Does not represent'] = "Ne représente pas";
$lang['Edit all picture informations'] = "Modifier toutes les informations liées à cette image";
$lang['Edit selected tags'] = "Éditer les mots clés sélectionnés";
$lang['Edit tags'] = "Éditer les mots clés";
-$lang['Elements'] = "Éléments";
$lang['Email admins when a new user registers'] = "Notifier les administrateurs lors de l'inscription d'un utilisateur";
$lang['Email admins when a valid comment is entered'] = "Notifier les administrateurs quand un commentaire est enregistré";
$lang['Email admins when a comment requires validation'] = "Notifier les administrateurs quand un commentaire requiert leur validation";
@@ -154,7 +152,7 @@ $lang['Represents'] = "Représente";
$lang['Save order'] = "Sauvegarder l'ordre";
$lang['Save to permalink history'] = "Sauvegarder dans l'historique des liens permanents";
$lang['Select at least one album'] = "Sélectionner au moins une catégorie";
-$lang['Select at least one picture'] = "Sélectionner au moins une image";
+$lang['Select at least one photo'] = "Sélectionner au moins une image";
$lang['Select at least one user'] = "Sélectionner au moins un utilisateur";
$lang['Show info'] = "Montrer les informations";
$lang['Site manager'] = "Gestionnaire des sites";
@@ -200,7 +198,6 @@ $lang['Access type'] = "Type d'accès";
$lang['Comments'] = "Commentaires";
$lang['Information data registered in database'] = "Informations enregistrées dans la base de données";
$lang['Default display'] = "Affichage par défaut";
-$lang['History'] = "Historique";
$lang['The gallery URL is not valid.'] = "L'adresse de la galerie n'est pas valide.";
$lang['Main'] = "Principale";
$lang['The number of comments a page must be between 5 and 50 included.'] = "Le nombre de commentaires d'utilisateurs par page doit être compris entre 5 et 50.";
@@ -212,12 +209,12 @@ $lang['Dissociate from album'] = "Dissocier de la catégorie";
$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['elements per page'] = "Nombre d'éléments par page à afficher";
+$lang['photos per page'] = "Nombre d'éléments par page à afficher";
$lang['elements'] = "éléments";
$lang['High definition enabled'] = "Haute définition actif";
$lang['File'] = "Fichier";
$lang['Filesize'] = "Poids";
-$lang['first element added on %s'] = "premier élément ajouté le %s";
+$lang['first photo added on %s'] = "premier élément ajouté le %s";
$lang['Forbidden'] = "Interdits";
$lang['global mode'] = "Mode global";
$lang['group "%s" added'] = "groupe \"%s\" ajouté";
@@ -229,7 +226,7 @@ $lang['This name is already used by another group.'] = "Ce nom est déjà utilis
$lang['Groups'] = "Groupes";
$lang['High definition'] = "Haute définition";
$lang['jump to album'] = "Se rendre dans la catégorie";
-$lang['jump to image'] = "Se rendre à l'image";
+$lang['jump to photo'] = "Se rendre à l'image";
$lang['leave'] = "laisser";
$lang['Lock'] = "Verrouiller";
$lang['Locked'] = "Verrouillées";
@@ -280,8 +277,7 @@ $lang['New elements added'] = "Nouveaux éléments ajoutés";
$lang['Subscribe to notification by mail'] = "Inscription à la notification par courriel";
$lang['Unsubscribe from notification by mail'] = "Désinscription à la notification par courriel";
$lang['Parameter'] = "Paramétrage";
-$lang['Processing treatment.'] = "Traitement en cours.";
-$lang['Please wait...'] = "Veuillez patienter...";
+$lang['Operation in progress'] = "Traitement en cours.";
$lang['Continue processing treatment'] = "Continuer le traitement en cours";
$lang['Complementary mail content'] = "Contenu complémentaire du courriel";
$lang['Add detailed content'] = "Ajout d'un contenu détaillé";
@@ -309,7 +305,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = "L'utilisateur %
$lang['User %s [%s] added.'] = "Utilisateur %s [%s] ajouté.";
$lang['Warning: subscribing or unsubscribing will send mails to users'] = "Attention, l'inscription ou la désincription génère l'envoi de courriel aux utilisateurs concernés";
$lang['Send mail on HTML format'] = "Envoyer le courriel au format HTML";
-$lang['Include display of recent pictures group by dates'] = "Inclure l'affichage des dernières images groupées par dates";
+$lang['Include display of recent photos grouped by dates'] = "Inclure l'affichage des dernières images groupées par dates";
$lang['Available only with HTML format'] = "Disponible uniquement avec le format HTML";
$lang['no write access'] = "Pas d'accès en écriture";
$lang['Permissions'] = "Permissions";
@@ -339,7 +335,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = "Créer
$lang['created'] = "créé";
$lang['Delete'] = "supprimer";
$lang['delete this site and all its attached elements'] = "supprimer ce site et toutes les informations associées";
-$lang['deleted'] = "supprimé";
$lang['an error happened'] = "une erreur est survenue";
$lang['file create_listing_file.php on remote site was not found'] = "le fichier create_listing_file.php est introuvable sur le site distant";
$lang['Local'] = "Local";
@@ -356,7 +351,6 @@ $lang['Thumbnail'] = "Miniature";
$lang['title'] = "Titre";
$lang['Album list management'] = "Gestion des catégories";
$lang['Piwigo configuration'] = "Configuration de Piwigo";
-$lang['Piwigo administration'] = "Administration de Piwigo";
$lang['Edit album'] = "Modifier une catégorie";
$lang['Group management'] = "Gestion des groupes";
$lang['User list'] = "Liste des utilisateurs";
@@ -389,7 +383,7 @@ $lang['Update images informations'] = "Mettre à jour les informations des image
$lang['Synchronize'] = "Synchroniser";
$lang['reduce to single existing albums'] = "Traiter uniquement une catégorie";
$lang['Choose an option'] = "Choisir une option";
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = "Afficher un maximum d'informations (catégories ajoutées, éléments ajoutés, catégories et éléments supprimés)";
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = "Afficher un maximum d'informations (catégories ajoutées, éléments ajoutés, catégories et éléments supprimés)";
$lang['Piwigo version differs on the remote site'] = "La version Piwigo sur le site distant est différente";
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = "Les version de create_listing_file.php sur le site distant et Piwigo doivent être les mêmes";
$lang['listing.xml file was not found'] = "le fichier listing.xml est introuvable";
@@ -402,13 +396,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = "Chaque fichier image requiert une miniature. La miniature doit être présente dans le sous-répertoire \"thumbnail\" du répertoire de la catégorie. Le nom du fichier de la miniature doit commencer avec le paramètre de configuration \"prefix_thumbnail\" et l'extension du nom du fichier doit être parmi la liste suivante :";
$lang['missing thumbnail'] = "miniature manquante";
$lang['albums deleted in the database'] = "catégories supprimées de la base de données";
-$lang['elements deleted in the database'] = "éléments supprimés de la base de données";
+$lang['photos deleted from the database'] = "éléments supprimés de la base de données";
$lang['images candidates for metadata synchronization'] = "images candidates à la synchronisation avec les méta-données";
$lang['elements informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données";
$lang['errors during synchronization'] = "erreurs survenues durant la synchronisation";
$lang['albums added in the database'] = "catégories ajoutées dans la base de données";
-$lang['elements added in the database'] = "éléments ajoutés dans la base de données";
-$lang['elements updated in the database'] = "éléments mis à jour dans la base de données";
+$lang['photos added in the database'] = "éléments ajoutés dans la base de données";
+$lang['photos updated in the database'] = "éléments mis à jour dans la base de données";
$lang['Search for new images in the directories'] = "Chercher les nouvelles images dans les répertoires";
$lang['added'] = "ajouté";
$lang['deleted'] = "supprimé";
@@ -419,7 +413,7 @@ $lang['directories + files'] = "Répertoires + fichiers";
$lang['only directories'] = "Répertoires uniquement";
$lang['synchronize files structure with database'] = "Synchroniser la structure des fichiers avec la base de données";
$lang['synchronize files metadata with database elements informations'] = "Synchroniser les informations des éléments de la base de données à partir des méta-données des fichiers";
-$lang['even already synchronized elements'] = "Même les éléments déjà synchronisés";
+$lang['even already synchronized photos'] = "Même les éléments déjà synchronisés";
$lang['Used metadata'] = "Méta-données employées";
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "Le nom des répertoires et des fichiers ne doit être constitué que de lettres, de chiffres, de \"-\", \"_\" et \".\"";
$lang['wrong filename'] = "nom de fichier erroné";
@@ -506,11 +500,10 @@ $lang['Main "webmaster" user does not exist'] = "L'utilisateur \"Webmestre\" pri
$lang['Main "webmaster" user status is incorrect'] = "Le statut de l'utilisateur \"Webmestre\" principal est incorrect";
$lang['User "%s" created with "%s" like password'] = "Utilisateur \"%s\" créé avec le mot de passe \"%s\"";
$lang['Status of user "%s" updated'] = "Statut de l'utilisateur \"%s\" mis à jour";
-$lang['add new elements to caddie'] = "Ajouter les nouveaux éléments au panier";
+$lang['add new photos to caddie'] = "Ajouter les nouveaux éléments au panier";
$lang['No display'] = "Pas d'affichage";
$lang['Classic display'] = "Affichage classique";
$lang['Hoverbox display'] = "Affichage lors du survol";
-$lang['Thumbnails'] = "Miniatures";
$lang['Mail address is obligatory for all users'] = "L'adresse courriel est obligatoire pour tous les utilisateurs";
$lang['Minimum privacy level'] = "Niveau minimal de confidentialité";
$lang['Privacy level'] = "Niveau de confidentialité";
@@ -586,8 +579,8 @@ $lang['Modify information'] = "Modifier les informations";
$lang['edit album'] = "éditer les informations de cette catégorie";
$lang['nothing'] = "Rien";
$lang['overrides existing values with empty ones'] = "Écraser les données existantes avec des données vides";
-$lang['manage image ranks'] = "gérer l'ordre des images";
-$lang['Manage image ranks'] = "Gérer l'ordre des images";
+$lang['manage photo ranks'] = "gérer l'ordre des images";
+$lang['Manage photo ranks'] = "Gérer l'ordre des images";
$lang['Edit ranks'] = "Modifier l'ordre";
$lang['No element in this album'] = "Aucun élément dans cette catégorie";
$lang['Images manual order was saved'] = "L'ordre manuel des images a été sauvegardé";
@@ -682,7 +675,7 @@ $lang['Install on your computer,'] = 'Installez sur votre ordinateur,';
$lang['Make this theme available to users'] = 'Rendre ce thème disponible aux utilisateurs';
$lang['Page end'] = 'Fin de la page';
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
-$lang['Processing treatment.'] = 'Traitement en cours.';
+$lang['Operation in progress'] = 'Traitement en cours.';
$lang['Please wait...'] = 'Veuillez patienter ...';
$lang['Read Piwigo Documentation'] = 'Lire la documentation Piwigo';
$lang['Start pLoader and add your photos.'] = 'Démarrez pLoader et ajoutez vos photos.';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index cba97a803..b92d92347 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -54,7 +54,6 @@ $lang['Add/delete a permalink'] = "Ajouter/effacer un lien permanent";
$lang['Add a tag'] = "Ajouter un tag";
$lang['Add a user'] = "Ajouter un utilisateur";
$lang['Add group'] = "Ajouter un groupe";
-$lang['Add selected elements to caddie'] = "Ajouter les éléments sélectionnés au panier";
$lang['Add'] = "Ajouter";
$lang['Allow user registration'] = "Permettre l'enregistrement des utilisateurs";
$lang['Apply to sub-albums'] = 'Appliquer aux sous-albums';
@@ -84,7 +83,6 @@ $lang['Does not represent'] = "Ne représente pas";
$lang['Edit all picture informations'] = "Modifier toutes les informations liées à cette image";
$lang['Edit selected tags'] = "Editer les tags sélectionnés";
$lang['Edit tags'] = "Editer les tags";
-$lang['Elements'] = "Éléments";
$lang['Email admins when a new user registers'] = "Notifier les administrateurs lors de l'inscription d'un utilisateur";
$lang['Email admins when a valid comment is entered'] = "Notifier les administrateurs quand un commentaire est enregistré";
$lang['Email admins when a comment requires validation'] = "Notifier les administrateurs quand un commentaire requiert leur validation";
@@ -154,7 +152,7 @@ $lang['Represents'] = "Représente";
$lang['Save order'] = "Sauvegarder l'ordre";
$lang['Save to permalink history'] = "Sauvegarder dans l'historique des liens permanents";
$lang['Select at least one album'] = 'Sélectionner au moins un album';
-$lang['Select at least one picture'] = "Sélectionner au moins une image";
+$lang['Select at least one photo'] = "Sélectionner au moins une image";
$lang['Select at least one user'] = "Sélectionner au moins un utilisateur";
$lang['Show info'] = "Montrer les informations";
$lang['Site manager'] = "Gestionnaire des sites";
@@ -200,7 +198,6 @@ $lang['Access type'] = "Type d'accès";
$lang['Comments'] = "Commentaires";
$lang['Information data registered in database'] = "Informations enregistrées dans la base de données";
$lang['Default display'] = "Affichage par défaut";
-$lang['History'] = "Historique";
$lang['The gallery URL is not valid.'] = "L'adresse de la galerie n'est pas valide.";
$lang['Main'] = "Principale";
$lang['The number of comments a page must be between 5 and 50 included.'] = "Le nombre de commentaires d'utilisateurs par page doit être compris entre 5 et 50.";
@@ -212,12 +209,12 @@ $lang['Dissociate from album'] = 'Dissocier de l\'album';
$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['elements per page'] = "Nombre d'éléments par page à afficher";
+$lang['photos per page'] = "Nombre d'éléments par page à afficher";
$lang['elements'] = "éléments";
$lang['High definition enabled'] = "Haute définition actif";
$lang['File'] = "Fichier";
$lang['Filesize'] = "Poids";
-$lang['first element added on %s'] = "premier élément ajouté le %s";
+$lang['first photo added on %s'] = "premier élément ajouté le %s";
$lang['Forbidden'] = "Interdits";
$lang['global mode'] = "Mode global";
$lang['group "%s" added'] = "groupe \"%s\" ajouté";
@@ -228,7 +225,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = "Le nom du
$lang['This name is already used by another group.'] = "Ce nom est déjà utilisé par un autre groupe.";
$lang['High definition'] = "Haute définition";
$lang['jump to album'] = 'Se rendre dans l\'album';
-$lang['jump to image'] = "Se rendre à l'image";
+$lang['jump to photo'] = "Se rendre à l'image";
$lang['leave'] = "laisser";
$lang['Lock'] = "Verrouiller";
$lang['Locked'] = "Verrouillées";
@@ -279,8 +276,7 @@ $lang['New elements added'] = "Nouveaux éléments ajoutés";
$lang['Subscribe to notification by mail'] = "Inscription à la notification par mail";
$lang['Unsubscribe from notification by mail'] = "Désinscription à la notification par mail";
$lang['Parameter'] = "Paramétrage";
-$lang['Processing treatment.'] = "Traitement en cours.";
-$lang['Please wait...'] = "Veuillez patienter...";
+$lang['Operation in progress'] = "Traitement en cours.";
$lang['Continue processing treatment'] = "Continuer le traitement en cours";
$lang['Complementary mail content'] = "Contenu complémentaire du mail";
$lang['Add detailed content'] = "Ajout d'un contenu détaillé";
@@ -307,7 +303,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = "L'utilisateur %
$lang['User %s [%s] added.'] = "Utilisateur %s [%s] ajouté.";
$lang['Warning: subscribing or unsubscribing will send mails to users'] = "Attention, l'inscription ou la désincription génère l'envoi de mail aux utilisateurs concernés";
$lang['Send mail on HTML format'] = "Envoyer le mail au format HTML";
-$lang['Include display of recent pictures group by dates'] = "Inclure l'affichage des dernières images groupées par dates";
+$lang['Include display of recent photos grouped by dates'] = "Inclure l'affichage des dernières images groupées par dates";
$lang['Available only with HTML format'] = "Disponible uniquement avec le format HTML";
$lang['no write access'] = "Pas d'accès en écriture";
$lang['Permissions'] = "Permissions";
@@ -336,7 +332,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = "Créer
$lang['created'] = "créé";
$lang['Delete'] = "supprimer";
$lang['delete this site and all its attached elements'] = "supprimer ce site et toutes les informations associées";
-$lang['deleted'] = "supprimé";
$lang['an error happened'] = "une erreur est survenue";
$lang['file create_listing_file.php on remote site was not found'] = "le fichier create_listing_file.php est introuvable sur le site distant";
$lang['Local'] = "Local";
@@ -352,7 +347,6 @@ $lang['Thumbnail'] = "Miniature";
$lang['title'] = "Titre";
$lang['Album list management'] = 'Gestion des albums';
$lang['Piwigo configuration'] = "Configuration de Piwigo";
-$lang['Piwigo administration'] = "Administration de Piwigo";
$lang['Edit album'] = 'Modifier un album';
$lang['Group management'] = "Gestion des groupes";
$lang['User list'] = "Liste des utilisateurs";
@@ -385,7 +379,7 @@ $lang['Update images informations'] = "Mettre à jour les informations des image
$lang['Synchronize'] = "Synchroniser";
$lang['reduce to single existing albums'] = 'Traiter uniquement un album';
$lang['Choose an option'] = "Choisir une option";
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Afficher un maximum d\'informations (albums ajoutés, photos ajoutées, albums et photos supprimées)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Afficher un maximum d\'informations (albums ajoutés, photos ajoutées, albums et photos supprimées)';
$lang['Piwigo version differs on the remote site'] = "La version Piwigo sur le site distant est différente";
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = "Les version de create_listing_file.php sur le site distant et Piwigo doivent être les mêmes";
$lang['listing.xml file was not found'] = "le fichier listing.xml est introuvable";
@@ -398,13 +392,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Chaque photo requiert une miniature. La miniature doit être présente dans le sous-répertoire \"thumbnail\" du répertoire de l\'album. Le nom du fichier de la miniature doit commencer avec le paramètre de configuration \"prefix_thumbnail\" et l\'extension du nom du fichier doit être parmi la liste suivante :';
$lang['missing thumbnail'] = "miniature manquante";
$lang['albums deleted in the database'] = 'albums supprimés de la base de données';
-$lang['elements deleted in the database'] = "éléments supprimés de la base de données";
+$lang['photos deleted from the database'] = "éléments supprimés de la base de données";
$lang['images candidates for metadata synchronization'] = "images candidates à la synchronisation avec les méta-données";
$lang['elements informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données";
$lang['errors during synchronization'] = "erreurs survenues durant la synchronisation";
$lang['albums added in the database'] = 'albums ajoutés dans la base de données';
-$lang['elements added in the database'] = "éléments ajoutés dans la base de données";
-$lang['elements updated in the database'] = "éléments mis à jour dans la base de données";
+$lang['photos added in the database'] = "éléments ajoutés dans la base de données";
+$lang['photos updated in the database'] = "éléments mis à jour dans la base de données";
$lang['Search for new images in the directories'] = "Chercher les nouvelles images dans les répertoires";
$lang['added'] = "ajouté";
$lang['deleted'] = "supprimé";
@@ -415,7 +409,7 @@ $lang['directories + files'] = "Répertoires + fichiers";
$lang['only directories'] = "Répertoires uniquement";
$lang['synchronize files structure with database'] = "Synchroniser la structure des fichiers avec la base de données";
$lang['synchronize files metadata with database elements informations'] = "Synchroniser les informations des éléments de la base de données à partir des méta-données des fichiers";
-$lang['even already synchronized elements'] = "Même les éléments déjà synchronisés";
+$lang['even already synchronized photos'] = "Même les éléments déjà synchronisés";
$lang['Used metadata'] = "Méta-données employées";
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = "Le nom des répertoires et des fichiers ne doit être constitué que de lettres, de chiffres, de \"-\", \"_\" et \".\"";
$lang['wrong filename'] = "nom de fichier erroné";
@@ -498,11 +492,10 @@ $lang['Main "webmaster" user does not exist'] = "L'utilisateur \"webmestre\" pri
$lang['Main "webmaster" user status is incorrect'] = "Le statut de l'utilisateur \"webmestre\" principal est incorrect";
$lang['User "%s" created with "%s" like password'] = "Utilisateur \"%s\" créé avec le mot de passe \"%s\"";
$lang['Status of user "%s" updated'] = "Statut de l'utilisateur \"%s\" mis à jour";
-$lang['add new elements to caddie'] = "Ajouter les nouveaux éléments au panier";
+$lang['add new photos to caddie'] = "Ajouter les nouveaux éléments au panier";
$lang['No display'] = "Pas d'affichage";
$lang['Classic display'] = "Affichage classique";
$lang['Hoverbox display'] = "Affichage lors du survol";
-$lang['Thumbnails'] = "Miniatures";
$lang['Mail address is obligatory for all users'] = "L'adresse mail est obligatoire pour tous les utilisateurs";
$lang['Minimum privacy level'] = "Niveau minimal de confidentialité";
$lang['Privacy level'] = "Niveau de confidentialité";
@@ -577,8 +570,8 @@ $lang['Modify information'] = "Modifier les informations";
$lang['edit album'] = 'éditer les informations de cet album';
$lang['nothing'] = "Rien";
$lang['overrides existing values with empty ones'] = "Ecraser les données existantes avec des données vides";
-$lang['manage image ranks'] = "gérer l'ordre des images";
-$lang['Manage image ranks'] = "Gérer l'ordre des images";
+$lang['manage photo ranks'] = "gérer l'ordre des images";
+$lang['Manage photo ranks'] = "Gérer l'ordre des images";
$lang['Edit ranks'] = "Modifier l'ordre";
$lang['No element in this album'] = 'Aucun élément dans cet album';
$lang['Images manual order was saved'] = "L'ordre manuel des images a été sauvegardé";
@@ -677,7 +670,6 @@ $lang['Install on your computer,'] = 'Installez sur votre ordinateur,';
$lang['Make this theme available to users'] = 'Rendre ce thème disponible aux utilisateurs';
$lang['Page end'] = 'Fin de la page';
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
-$lang['Processing treatment.'] = 'Traitement en cours.';
$lang['Please wait...'] = 'Veuillez patienter ...';
$lang['Read Piwigo Documentation'] = 'Lire la documentation Piwigo';
$lang['Start pLoader and add your photos.'] = 'Démarrez pLoader et ajoutez vos photos.';
diff --git a/language/he_IL/admin.lang.php b/language/he_IL/admin.lang.php
index a76241744..87f7e8e48 100644
--- a/language/he_IL/admin.lang.php
+++ b/language/he_IL/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'הוספה / מחיקה של קישורית';
$lang['Add a tag'] = 'הוסף תגית';
$lang['Add a user'] = 'הוסף משתמש';
$lang['Add group'] = 'הוסף קבוצה';
-$lang['Add selected elements to caddie'] = 'הוספת פריטים שנבחרו לסל';
$lang['Add'] = 'הוסף';
$lang['Allow user registration'] = 'אפשר רישום משתמשים';
$lang['Apply to sub-albums'] = 'החל על קטגוריות משניות';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'האם לא מייצג';
$lang['Edit all picture informations'] = 'ערוך את כל פרטי התמונה';
$lang['Edit selected tags'] = 'ערוך את התגים הנבחרים';
$lang['Edit tags'] = 'ערוך תגיות';
-$lang['Elements'] = 'פריטים';
$lang['Email admins when a new user registers'] = 'שלח מייל למנהל כאשר נרשם משתמש חדש';
$lang['Email admins when a valid comment is entered'] = 'שלח מייל למנהל כאשר נרשמת תגובה';
$lang['Email admins when a comment requires validation'] = 'שלח מייל למנהל כאשר נדרש אימות לתגובה';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'מייצג';
$lang['Save order'] = 'שמור סדר';
$lang['Save to permalink history'] = 'שמור להיסטורית Permalinks';
$lang['Select at least one album'] = 'בחר לפחות בקטגוריה אחת';
-$lang['Select at least one picture'] = 'בחר לפחות תמונה אחת';
+$lang['Select at least one photo'] = 'בחר לפחות תמונה אחת';
$lang['Select at least one user'] = 'בחר לפחות משתמש אחד';
$lang['Show info'] = 'הצג מידע';
$lang['Site manager'] = 'מנהל אתר';
@@ -198,7 +196,6 @@ $lang['Access type'] = 'סוג גישה';
$lang['Comments'] = 'תגובות';
$lang['Information data registered in database'] = 'מידע הנתונים רשום במאגר נתונים';
$lang['Default display'] = 'תצוגת ברירת המחדל';
-$lang['History'] = 'היסטוריה';
$lang['The gallery URL is not valid.'] = 'ה-URL בגלריה אינו חוקי.';
$lang['Main'] = 'ראשי';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'מספר הערות בדף חייב להיות בין 5 ל 50 כולל.';
@@ -210,12 +207,12 @@ $lang['Dissociate from album'] = 'נתק מהקטגוריה';
$lang['dissociate from group'] = 'נתק מהקבוצה';
$lang['edit album permissions'] = 'ערוך הרשאות לקטגוריה';
$lang['Album updated successfully'] = 'מידע על הקטגוריה עודכן בהצלחה.';
-$lang['elements per page'] = 'פריטים בעמוד';
+$lang['photos per page'] = 'פריטים בעמוד';
$lang['elements'] = 'פריטים';
$lang['High definition enabled'] = 'איכות גבוהה מופעלת';
$lang['File'] = 'קובץ';
$lang['Filesize'] = 'גודל הקובץ';
-$lang['first element added on %s'] = 'הפריט הראשון התווסף ב"%s "';
+$lang['first photo added on %s'] = 'הפריט הראשון התווסף ב"%s "';
$lang['Forbidden'] = 'אסורה';
$lang['global mode'] = 'מצב גלובלי';
$lang['group "%s" added'] = 'הקבוצה "%s"" נוספה';
@@ -227,7 +224,7 @@ $lang['This name is already used by another group.'] = 'שם זה נמצא כב
$lang['High definition'] = 'בחדות גבוהה';
$lang['jump to album'] = 'לקפוץ לקטגוריה';
-$lang['jump to image'] = 'קפיצה אל התמונה';
+$lang['jump to photo'] = 'קפיצה אל התמונה';
$lang['leave'] = 'לעזוב';
$lang['Lock'] = 'נעל';
$lang['Locked'] = 'נעול';
@@ -278,8 +275,7 @@ $lang['New elements added'] = 'אלמנטים חדשים שנוספו';
$lang['Subscribe to notification by mail'] = 'מודלים הודעה בדואר';
$lang['Unsubscribe from notification by mail'] = 'הסרה מרשימת הודעה בדואר';
$lang['Parameter'] = 'הגדרות';
-$lang['Processing treatment.'] = 'הטיפול מתבצעת.';
-$lang['Please wait...'] = 'אנא המתן ...';
+$lang['Operation in progress'] = 'הטיפול מתבצעת.';
$lang['Continue processing treatment'] = 'המשך הטיפול השוטף';
$lang['Complementary mail content'] = 'דואר תוכן משלימים';
$lang['Add detailed content'] = 'מוסיפים קצת תוכן מפורט';
@@ -306,7 +302,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'המשתמש""%
$lang['User %s [%s] added.'] = 'המשתמש""%s" "["%s"] הוסיף.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'אזהרה: מנוי או ביטול המנוי תשלח מיילים למשתמשים';
$lang['Send mail on HTML format'] = 'שלח דואר בתבנית HTML';
-$lang['Include display of recent pictures group by dates'] = 'להציג כלול התמונות האחרונות מקובצים לפי תאריכים';
+$lang['Include display of recent photos grouped by dates'] = 'להציג כלול התמונות האחרונות מקובצים לפי תאריכים';
$lang['Available only with HTML format'] = 'ניתן להשיג רק עם פורמט HTML';
$lang['no write access'] = 'אין גישה לכתוב';
$lang['Permissions'] = 'הרשאות';
@@ -335,7 +331,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'צור
$lang['created'] = 'יצר';
$lang['delete'] = 'למחוק';
$lang['delete this site and all its attached elements'] = 'למחוק את האתר הזה ואת כל המידע בנושא';
-$lang['deleted'] = 'נמחק';
$lang['an error happened'] = 'אירעה שגיאה';
$lang['file create_listing_file.php on remote site was not found'] = 'Create_listing_file.php הקובץ לא נמצא באתר המרוחק';
$lang['Local'] = 'מקומית';
@@ -351,7 +346,6 @@ $lang['Thumbnail'] = 'תמונה';
$lang['title'] = 'כותרת';
$lang['Album list management'] = 'ניהול קטגוריות';
$lang['Piwigo configuration'] = 'תצורה Piwigo';
-$lang['Piwigo administration'] = 'ממשק Piwigo';
$lang['Edit album'] = 'ערוך קטגוריה';
$lang['Group management'] = 'ניהול קבוצות';
$lang['User list'] = 'רשימת משתמשים';
@@ -384,7 +378,7 @@ $lang['Update images informations'] = 'עדכון פרטים תמונות';
$lang['Synchronize'] = 'סנכרן';
$lang['reduce to single existing albums'] = 'כדי לצמצם את הקטגוריות הקיימות יחיד';
$lang['Choose an option'] = 'בחר באפשרות';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'מקסימום מידע לתצוגה (קטגוריות הוסיף אלמנטים, קטגוריות שנמחקו אלמנטים)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'מקסימום מידע לתצוגה (קטגוריות הוסיף אלמנטים, קטגוריות שנמחקו אלמנטים)';
$lang['Piwigo version differs on the remote site'] = 'גרסה שונה Piwigo באתר המרוחק';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'גרסאות של create_listing_file.php באתר המרוחק Piwigo חייבים להיות זהים';
$lang['listing.xml file was not found'] = 'הקובץ listing.xml לא נמצא';
@@ -397,13 +391,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'סוג הקובץ התמונה דורש תמונה תמונה חייב להיות נוכח במדריך קטן ". תמונה "של המדריך את הקטגוריה תמונה שם הקובץ חייב להתחיל עם הקידומת תמונה מוגדר ההרחבה חייב להיות בין הרשימה הבאה:.';
$lang['missing thumbnail'] = 'חסר תמונה';
$lang['albums deleted in the database'] = 'קטגוריות שנמחקו באתר';
-$lang['elements deleted in the database'] = 'אלמנטים שנמחקו באתר';
+$lang['photos deleted from the database'] = 'אלמנטים שנמחקו באתר';
$lang['images candidates for metadata synchronization'] = 'תמונות המועמדים לסינכרון מטה';
$lang['elements informations synchronized with files metadata'] = 'אלמנטים ידיעות מסונכרן עם metadata קבצים';
$lang['errors during synchronization'] = 'טעויות במהלך הסנכרון';
$lang['albums added in the database'] = 'הקטגוריות הוסיף באתר';
-$lang['elements added in the database'] = 'רכיבים נוספים באתר';
-$lang['elements updated in the database'] = 'אלמנטים עודכן באתר';
+$lang['photos added in the database'] = 'רכיבים נוספים באתר';
+$lang['photos updated in the database'] = 'אלמנטים עודכן באתר';
$lang['Search for new images in the directories'] = 'מחפש תמונות חדשות של ספריות';
$lang['added'] = 'מוסף';
$lang['deleted'] = 'נמחק';
@@ -414,7 +408,7 @@ $lang['directories + files'] = 'תמונות + תקיות';
$lang['only directories'] = 'תקיות בלבד';
$lang['synchronize files structure with database'] = 'לסנכרן מבנה קבצים עם מסד נתונים';
$lang['synchronize files metadata with database elements informations'] = 'לסנכרן אלמנטים מסד נתונים עם metadata קבצים';
-$lang['even already synchronized elements'] = 'אפילו פריטים שסונכרנו כבר';
+$lang['even already synchronized photos'] = 'אפילו פריטים שסונכרנו כבר';
$lang['Used metadata'] = 'Metadata בשימוש';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'השם של תיקיות וקבצים חייב לכלול רק אותיות, מספרים, " - ", " _ "או " "';
$lang['wrong filename'] = 'שם קובץ שגוי';
@@ -497,11 +491,10 @@ $lang['Main "webmaster" user does not exist'] = 'המשתמש "מנהל האתר
$lang['Main "webmaster" user status is incorrect'] = 'המשתמש "מנהל האתר" לא נכון';
$lang['User "%s" created with "%s" like password'] = 'המשתמש "%s" נוצר עם "%s" ואותה סיסמה';
$lang['Status of user "%s" updated'] = 'הסטטוס של המשתמש "%s" עודכן';
-$lang['add new elements to caddie'] = 'הוסף פריט חדש לסל';
+$lang['add new photos to caddie'] = 'הוסף פריט חדש לסל';
$lang['No display'] = 'לא להציג';
$lang['Classic display'] = 'תצוגה קלאסית';
$lang['Hoverbox display'] = 'להציג Hoverbox';
-$lang['Thumbnails'] = 'תמונות ממוזערות';
$lang['Mail address is obligatory for all users'] = 'כתובת דואר הוא חובה עבור כל המשתמשים';
$lang['Minimum privacy level'] = 'מינימום רמת הפרטיות';
$lang['Privacy level'] = 'פרטיות ברמה';
@@ -576,8 +569,8 @@ $lang['Modify information'] = 'שינוי פרטים';
$lang['edit album'] = 'ערוך את מידע הקטגוריה';
$lang['nothing'] = 'שום דבר';
$lang['overrides existing values with empty ones'] = 'מלא ערכים קיימים עם ערכים ריקים';
-$lang['manage image ranks'] = 'נהל את דירוג התמונות';
-$lang['Manage image ranks'] = 'נהל את דירוג התמונות';
+$lang['manage photo ranks'] = 'נהל את דירוג התמונות';
+$lang['Manage photo ranks'] = 'נהל את דירוג התמונות';
$lang['Edit ranks'] = 'ערוך דירוג';
$lang['No element in this album'] = 'אין פריט בקטגוריה זו';
$lang['Images manual order was saved'] = 'סדר התמונות נשמה';
@@ -671,7 +664,7 @@ $lang['Install on your computer,'] = 'להתקין במחשב שלך,';
$lang['Make this theme available to users'] = 'הפוך את הנושא הזה לזמין למשתמשים';
$lang['Page end'] = 'סוף עמוד ';
$lang['Piwigo Uploader'] = 'מעלה Piwigo';
-$lang['Processing treatment.'] = 'הטיפול עיבוד.';
+$lang['Operation in progress'] = 'הטיפול עיבוד.';
$lang['Please wait...'] = 'אנא המתן ...';
$lang['Read Piwigo Documentation'] = 'קרא את התיעוד של Piwigo';
$lang['Start pLoader and add your photos.'] = 'התחל להוסיף תמונות שלך.';
diff --git a/language/hr_HR/admin.lang.php b/language/hr_HR/admin.lang.php
index 129b61ef7..6597eb9bd 100644
--- a/language/hr_HR/admin.lang.php
+++ b/language/hr_HR/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Dodaj/izbriši stalnu poveznicu';
$lang['Add a tag'] = 'Dodaj';
$lang['Add a user'] = 'Dodaj korisnika';
$lang['Add group'] = 'Dodaj grupu';
-$lang['Add selected elements to caddie'] = 'Dodaj odabrane stavke u ladicu';
$lang['Add'] = 'Dodaj';
$lang['Allow user registration'] = 'Odobri upis korisnika';
$lang['Apply to sub-albums'] = 'Primjeni na podskupine';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Ne predstavlja';
$lang['Edit all picture informations'] = 'Uredi sve podatke o slici';
$lang['Edit selected tags'] = 'Uredi odabrane tagove';
$lang['Edit tags'] = 'Uredi tagove';
-$lang['Elements'] = 'Stavke';
$lang['Email admins when a new user registers'] = 'E-mail upraviteljima pri upisu novih korisnika';
$lang['Email admins when a valid comment is entered'] = 'E-mail upraviteljima pri upisu novih komentara';
$lang['Email admins when a comment requires validation'] = 'Email upraviteljima kada komentar treba ovjeru';
@@ -151,7 +149,7 @@ $lang['Represents'] = 'Predstavlja';
$lang['Save order'] = 'Redoslijed pohrane';
$lang['Save to permalink history'] = 'Pohrani u povjest stalnih poveznica';
$lang['Select at least one album'] = 'Odaberite najmanje jednu skupinu';
-$lang['Select at least one picture'] = 'Odaberite najmanje jednu sliku';
+$lang['Select at least one photo'] = 'Odaberite najmanje jednu sliku';
$lang['Select at least one user'] = 'Odaberite najmanje jednog korisnika';
$lang['Show info'] = 'Prikaz podataka';
$lang['Site manager'] = 'Upravnik galerije';
@@ -197,7 +195,6 @@ $lang['Access type'] = 'Vrsta pristupa';
$lang['Comments'] = 'Komentari';
$lang['Information data registered in database'] = 'Podaci upisani u bazu podataka';
$lang['Default display'] = 'Pretpostavljeni prikaz';
-$lang['History'] = 'Povijest';
$lang['The gallery URL is not valid.'] = 'URL galerije nije valjan.';
$lang['Main'] = 'Glavno';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'Broj komentara po stranici mora biti između 5 i 50 uključivo.';
@@ -209,12 +206,12 @@ $lang['Dissociate from album'] = 'odspoji od skupine';
$lang['dissociate from group'] = 'odspoji od grupe';
$lang['edit album permissions'] = 'uredi ovlasti skupine';
$lang['Album updated successfully'] = 'Podaci skupine uspješno obnovljeni.';
-$lang['elements per page'] = 'stavaka po stranici';
+$lang['photos per page'] = 'stavaka po stranici';
$lang['elements'] = 'stavke';
$lang['High definition enabled'] = 'Visoka razlučljivost omogućena';
$lang['File'] = 'Zapis';
$lang['Filesize'] = 'Veličina zapisa';
-$lang['first element added on %s'] = 'prva stavka dodana %s';
+$lang['first photo added on %s'] = 'prva stavka dodana %s';
$lang['Forbidden'] = 'Zabranjeno';
$lang['global mode'] = 'sveopći način';
$lang['group "%s" added'] = 'grupa "%s" dodana';
@@ -225,7 +222,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Naziv grup
$lang['This name is already used by another group.'] = 'Ovaj naziv već koristi druga grupa.';
$lang['High definition'] = 'Visoka razlučljivost';
$lang['jump to album'] = 'skok u skupina';
-$lang['jump to image'] = 'skok na sliku';
+$lang['jump to photo'] = 'skok na sliku';
$lang['leave'] = 'ostavi';
$lang['Lock'] = 'Zaključaj';
$lang['Locked'] = 'Zaključanp';
@@ -300,7 +297,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Korisnik %s [%s
$lang['User %s [%s] added.'] = 'Korisnik %s [%s] dodan.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Upozorenje: pretplata ili ukidanje pretplate će poslati e-mail poruke korisnicima';
$lang['Send mail on HTML format'] = 'Pošalji poruku u HTML obliku';
-$lang['Include display of recent pictures group by dates'] = 'Uključi prikaz nedavnih slika složenih po nadnevcima';
+$lang['Include display of recent photos grouped by dates'] = 'Uključi prikaz nedavnih slika složenih po nadnevcima';
$lang['Available only with HTML format'] = 'Dostupno samo u HTML obliku';
$lang['no write access'] = 'nema dozvole upisa';
$lang['Permissions'] = 'Dozvole';
@@ -329,7 +326,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Izradi
$lang['created'] = 'izrađeno';
$lang['delete'] = 'izbriši';
$lang['delete this site and all its attached elements'] = 'izbriši ovo mjesto i sve njegove pridodane stavke';
-$lang['deleted'] = 'izbrisano';
$lang['an error happened'] = 'došlo je do greške';
$lang['file create_listing_file.php on remote site was not found'] = 'zapis create_listing_file.php na udaljenom mjestu nije pronađen';
$lang['Local'] = 'Mjesno';
@@ -345,7 +341,6 @@ $lang['Thumbnail'] = 'Povezne sličice';
$lang['title'] = 'naslov';
$lang['Album list management'] = 'Upravljanje skupinama';
$lang['Piwigo configuration'] = 'Piwigo postave';
-$lang['Piwigo administration'] = 'Piwigo uprava';
$lang['Edit album'] = 'Uredi skupinu';
$lang['Group management'] = 'Upravljanje grupama';
$lang['User list'] = 'Popis korisnika';
@@ -378,7 +373,7 @@ $lang['Update images informations'] = 'Obnovi podatke o slikama';
$lang['Synchronize'] = 'Uskladi';
$lang['reduce to single existing albums'] = 'suzi na jednu postojeću skupinu-e';
$lang['Choose an option'] = 'Izaberite mogućnost';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'najopširniji mogući prikaz podataka (dodane skupine i stavke, izbrisane skupine i stavke)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'najopširniji mogući prikaz podataka (dodane skupine i stavke, izbrisane skupine i stavke)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo inačica na udaljenom mjestu se razlikuje';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Inačica create_listing_file.php na udaljenom mjestu i Piwigo-u mora biti jednaka';
$lang['listing.xml file was not found'] = 'listing.xml zapis nije pronađen';
@@ -391,13 +386,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'tip slikovnog zapisa zahtjeva poveznu sličicu. Povezna sličica mora biti prisutna u podmapi "thumbnail" mape skupine. Naziv povezne sličice mora počinjati sa pretpostavljenim predznakom i nastavak mora biti jedan od popisanih :';
$lang['missing thumbnail'] = 'nedostajuće povezne sličice';
$lang['albums deleted in the database'] = 'skupine izbrisane iz baze podataka';
-$lang['elements deleted in the database'] = 'stavke izbrisane iz baze podataka';
+$lang['photos deleted from the database'] = 'stavke izbrisane iz baze podataka';
$lang['images candidates for metadata synchronization'] = 'slika kandidata za usklađivanje meta podataka';
$lang['elements informations synchronized with files metadata'] = 'podataka stavaka usklađeno sa meta podacima zapisa';
$lang['errors during synchronization'] = 'grešaka tijekom usklađivanja';
$lang['albums added in the database'] = 'skupina dodano u bazu podataka';
-$lang['elements added in the database'] = 'stavaka dodano u bazu podataka';
-$lang['elements updated in the database'] = 'stavaka obnovljeno u bazi podataka';
+$lang['photos added in the database'] = 'stavaka dodano u bazu podataka';
+$lang['photos updated in the database'] = 'stavaka obnovljeno u bazi podataka';
$lang['Search for new images in the directories'] = 'Pretraživanje novih slika u mapama';
$lang['added'] = 'dodano';
$lang['deleted'] = 'izbrisano';
@@ -408,7 +403,7 @@ $lang['directories + files'] = 'mape + zapise';
$lang['only directories'] = 'samo mape';
$lang['synchronize files structure with database'] = 'uskladi sastav zapisa sa bazom podataka';
$lang['synchronize files metadata with database elements informations'] = 'uskladi meta podatke zapisa sa podacima stavki baze podataka';
-$lang['even already synchronized elements'] = 'čak i već usklađene stavke';
+$lang['even already synchronized photos'] = 'čak i već usklađene stavke';
$lang['Used metadata'] = 'Korišteni meta podaci';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Nazivi mapa i zapisa moraju biti sastavljeni od slova, brojva, "-", "_" ili "."';
$lang['wrong filename'] = 'krivi naziv zapisa';
@@ -492,12 +487,11 @@ $lang['Main "webmaster" user does not exist'] = 'Glavni "webmaster" korisnik ne
$lang['Main "webmaster" user status is incorrect'] = 'Stanje glavnog "webmaster" korisnika je neispravno';
$lang['User "%s" created with "%s" like password'] = 'Korisnik "%s" izrađen sa "%s" kao zaporkom';
$lang['Status of user "%s" updated'] = 'Stanje korisnika "%s" obnovljeno';
-$lang['add new elements to caddie'] = 'dodaj nove stavke u ladicu';
+$lang['add new photos to caddie'] = 'dodaj nove stavke u ladicu';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Bez prikaza';
$lang['Classic display'] = 'Klasični prikaz';
$lang['Hoverbox display'] = 'Prikaz lebdećim prozorom';
-$lang['Thumbnails'] = 'Povezne sličice';
$lang['Mail address is obligatory for all users'] = 'E-mail adresa je obavezna za sve korisnike';
$lang['Minimum privacy level'] = 'Najniža razina privatnosti';
$lang['Privacy level'] = 'Razina privatnosti';
@@ -572,8 +566,8 @@ $lang['Modify information'] = 'Promijeni podatak';
$lang['edit album'] = 'uredi podatke o skupini';
$lang['nothing'] = 'ništa';
$lang['overrides existing values with empty ones'] = 'prekucava postojeće vrijednosti praznim poljima';
-$lang['manage image ranks'] = 'upravljanje poretkom slika';
-$lang['Manage image ranks'] = 'Uprava poretkom';
+$lang['manage photo ranks'] = 'upravljanje poretkom slika';
+$lang['Manage photo ranks'] = 'Uprava poretkom';
$lang['Edit ranks'] = 'Uredi poredak';
$lang['No element in this album'] = 'Nema stavke u ovoj skupini';
$lang['Images manual order was saved'] = 'Pohranjen je izvorni redoslijed slika';
@@ -595,7 +589,7 @@ $lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Pretplatite %s na Pi
$lang['Purge search history'] = 'Pročisti povijest pretraživanja';
$lang['Hide'] = 'Sakrij';
// piwigo 2.1
-$lang['Processing treatment.'] = 'Obrada postupka.';
+$lang['Operation in progress'] = 'Obrada postupka.';
$lang['Please wait...'] = 'Sačekajte molim...';
$lang['Password is missing. Please enter the password.'] = 'Nedostaje zaporka. Molimo unesite zaporku.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Nedostaje potvrda zaporke. Molimo potvrdite odabranu zaporku.';
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php
index b4595b8ba..1bb66342d 100644
--- a/language/hu_HU/admin.lang.php
+++ b/language/hu_HU/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Közvetlen link hozzáadása/törlése';
$lang['Add a tag'] = 'Címke hozzáadása';
$lang['Add a user'] = 'Felhasználó hozzáadása';
$lang['Add group'] = 'Csoport hozzáadása';
-$lang['Add selected elements to caddie'] = 'A kiválasztott elemeket a kosárba';
$lang['Add'] = 'Hozzáadás';
$lang['Allow user registration'] = 'Regisztráció engedélyezése';
$lang['Apply to sub-albums'] = 'Belső albumokra is';
@@ -152,7 +151,7 @@ $lang['Represents'] = 'Reprezentál';
$lang['Save order'] = 'Sorrend mentése';
$lang['Save to permalink history'] = 'Közvetlen link előzmények mentése';
$lang['Select at least one album'] = 'Legalább egy albumot ki kell választani';
-$lang['Select at least one picture'] = 'Legalább egy képet ki kell választani';
+$lang['Select at least one photo'] = 'Legalább egy képet ki kell választani';
$lang['Select at least one user'] = 'Legalább egy felhasználót ki kell választani';
$lang['Show info'] = 'Információ megjelenítése';
$lang['Site manager'] = 'Oldalak';
@@ -208,12 +207,12 @@ $lang['Dissociate from album'] = 'Eltávolítás az albumbó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['elements per page'] = 'Képek száma oldalanként';
+$lang['photos per page'] = 'Képek száma oldalanként';
$lang['elements'] = 'Kép';
$lang['High definition enabled'] = 'Kiemelt hozzáférés engedélyezése';
$lang['File'] = 'Fájl';
$lang['Filesize'] = 'Fájlméret';
-$lang['first element added on %s'] = 'Az első kép hozzáadásának időpontja: %s';
+$lang['first photo added on %s'] = 'Az első kép hozzáadásának időpontja: %s';
$lang['Forbidden'] = 'Tiltva';
$lang['global mode'] = 'Globális mód';
$lang['group "%s" added'] = '"%s" csoport hozzáadva';
@@ -224,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'A csoportn
$lang['This name is already used by another group.'] = 'Ez a név már használatban van a másik csoportban.';
$lang['High definition'] = 'Kiemelt hozzáférés';
$lang['jump to album'] = 'Albumhoz ugrás';
-$lang['jump to image'] = 'Képhez ugrás';
+$lang['jump to photo'] = 'Képhez ugrás';
$lang['leave'] = 'Nem változtat';
$lang['Lock'] = 'Lezárás';
$lang['Locked'] = 'Lezárt';
@@ -301,7 +300,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = '%s [%s] felhasz
$lang['User %s [%s] added.'] = '%s [%s] felhasználó hozzáadva.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Figyelem: Feliratkozás vagy Leiratkozás levelet küld a felhasználóknak';
$lang['Send mail on HTML format'] = 'Levél küldése HTML formátumban';
-$lang['Include display of recent pictures group by dates'] = 'Jelenítse meg a legújabb képeket, dátum szerint csoportosítva';
+$lang['Include display of recent photos grouped by dates'] = 'Jelenítse meg a legújabb képeket, dátum szerint csoportosítva';
$lang['Available only with HTML format'] = 'Csak HTML formátum';
$lang['no write access'] = 'Nem írható';
$lang['Permissions'] = 'Engedélyek';
@@ -330,7 +329,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Új ga
$lang['created'] = 'létrehozva';
$lang['delete'] = 'törlés';
$lang['delete this site and all its attached elements'] = 'oldal és elemeinek törlése';
-$lang['deleted'] = 'törölve';
$lang['an error happened'] = 'hiba történt';
$lang['file create_listing_file.php on remote site was not found'] = 'a create_listing_file.php -t nem találom a távoli oldalon';
$lang['Local'] = 'Helyi';
@@ -346,7 +344,6 @@ $lang['Thumbnail'] = 'Bélyegkép';
$lang['title'] = 'Cím';
$lang['Album list management'] = 'Albumok kezelése';
$lang['Piwigo configuration'] = 'Piwigo konfiguráció';
-$lang['Piwigo administration'] = 'Piwigo adminisztráció';
$lang['Edit album'] = 'Album javítása';
$lang['Group management'] = 'Csoportok kezelése';
$lang['User list'] = 'Felhasználók listája';
@@ -379,7 +376,7 @@ $lang['Update images informations'] = 'Képek információinak frissítése';
$lang['Synchronize'] = 'Szinkronizálás';
$lang['reduce to single existing albums'] = 'Szűkítés egy már meglévő albumra';
$lang['Choose an option'] = 'Válasszon az alábbi lehetőségek közül';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Összes információ megjelenítése (hozzáadott albumok és elemek, törölt albumok és elemek)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Összes információ megjelenítése (hozzáadott albumok és elemek, törölt albumok és elemek)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo verzió eltér a távoli oldalon';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'A create_listing_file.php verziójának azonosnak kell lenni a távoli oldalon lévővel';
$lang['listing.xml file was not found'] = 'listing.xml fájl nem található';
@@ -392,13 +389,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'A képeknek rendelkezniük kell bélyegképpel. A bélyegképnek a kép mappájának \'thumbnail\' almappájában kell lennie. A bélyegkép nevének a meghatározott előtaggal kell kezdődnie, és a következő kiterjesztése lehet:';
$lang['missing thumbnail'] = 'bélyegkép hiányzik';
$lang['albums deleted in the database'] = 'album törölve az adatbázisból';
-$lang['elements deleted in the database'] = 'adatbázisból törölt elem';
+$lang['photos deleted from the database'] = 'adatbázisból törölt elem';
$lang['images candidates for metadata synchronization'] = 'kép meta adatainak szinkronizálása';
$lang['elements informations synchronized with files metadata'] = 'elem meta adatainak szinkronizálása';
$lang['errors during synchronization'] = 'hiba történt a szinkronizálás során';
$lang['albums added in the database'] = 'album hozzáadva az adatbázishoz';
-$lang['elements added in the database'] = 'elem hozzáadva az adatbázishoz';
-$lang['elements updated in the database'] = 'elem frissítve az adatbázisban';
+$lang['photos added in the database'] = 'elem hozzáadva az adatbázishoz';
+$lang['photos updated in the database'] = 'elem frissítve az adatbázisban';
$lang['Search for new images in the directories'] = 'Új képek keresése a mappákban';
$lang['added'] = 'hozzáadva';
$lang['deleted'] = 'törölve';
@@ -409,7 +406,7 @@ $lang['directories + files'] = 'Mappák + fájlok';
$lang['only directories'] = 'Csak mappák';
$lang['synchronize files structure with database'] = 'Fájlok-mappák szinkronizálása az adatbázissal';
$lang['synchronize files metadata with database elements informations'] = 'Fájlok meta adatainak szinkronizálása az adatbázissal';
-$lang['even already synchronized elements'] = 'A korábban szinkronizáltakat is';
+$lang['even already synchronized photos'] = 'A korábban szinkronizáltakat is';
$lang['Used metadata'] = 'Használt meta adatok';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'A könyvtár és fájlnevek betűket, számokat valamint "-", "_" vagy "." -ot tartalmazhatnak';
$lang['wrong filename'] = 'rossz fájlnév';
@@ -493,12 +490,11 @@ $lang['Main "webmaster" user does not exist'] = 'A "webmester" felhasználó nem
$lang['Main "webmaster" user status is incorrect'] = 'A "webmester" felhasználó státusz hibás';
$lang['User "%s" created with "%s" like password'] = '"%s" felhasználó által létrehozott jelszó: "%s"';
$lang['Status of user "%s" updated'] = '"%s" felhasználói státuszának aktualizálása';
-$lang['add new elements to caddie'] = 'Az új elemeket gyűjtse a kosárba';
+$lang['add new photos to caddie'] = 'Az új elemeket gyűjtse a kosárba';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Nincs kijelzés';
$lang['Classic display'] = 'Hagyományos nézet';
$lang['Hoverbox display'] = 'Hoverbox nézet';
-$lang['Thumbnails'] = 'Bélyegkép';
$lang['Mail address is obligatory for all users'] = 'Az e-mail cím kötelező minden felhasználó számára';
$lang['Minimum privacy level'] = 'Minimum hozzáférési szint';
$lang['Privacy level'] = 'Hozzáférési szint';
@@ -573,8 +569,8 @@ $lang['Modify information'] = 'Információk módosítása';
$lang['edit album'] = 'Album információk szerkesztése';
$lang['nothing'] = 'Nem';
$lang['overrides existing values with empty ones'] = 'Felülírja a meglévő üres értékeket';
-$lang['manage image ranks'] = 'Kép rangok kezelése';
-$lang['Manage image ranks'] = 'Kép rangok kezelése';
+$lang['manage photo ranks'] = 'Kép rangok kezelése';
+$lang['Manage photo ranks'] = 'Kép rangok kezelése';
$lang['Edit ranks'] = 'Rangok módosítása';
$lang['No element in this album'] = 'Nincs elem ebben az albumban';
$lang['Images manual order was saved'] = 'Kép információk mentve';
@@ -643,7 +639,7 @@ $lang['Save Settings'] = 'Beállítások mentése';
$lang['Your configuration settings are saved'] = 'A beállítások mentése sikeres';
$lang['Unable to check for upgrade.'] = 'A frissítés sikertelen.';
$lang['Execution time is out, treatment must be continue [Estimated time: %d seconds].'] = 'Időtúllépés esetén a műveletet folytatni kell [Becsült idő: %d másodperc].';
-$lang['Processing treatment.'] = 'Feldolgozás.';
+$lang['Operation in progress'] = 'Feldolgozás.';
$lang['Please wait...'] = 'Kérem várjon...';
$lang['Tools'] = 'Eszközök';
$lang['Photos'] = 'Képek';
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php
index 0eafed42c..414dcce1b 100644
--- a/language/it_IT/admin.lang.php
+++ b/language/it_IT/admin.lang.php
@@ -54,7 +54,6 @@ $lang['Add/delete a permalink'] = 'Aggiungere/cancellare un permalink';
$lang['Add a tag'] = 'Aggiungere un tag';
$lang['Add a user'] = 'Aggiungere un utente';
$lang['Add group'] = 'Aggiungere un gruppo';
-$lang['Add selected elements to caddie'] = 'Aggiungere gli elementi selezionati al cestino';
$lang['Add'] = 'Aggiungere';
$lang['Allow user registration'] = 'Consentire l\'iscrizione degli \'ospiti\'';
$lang['Apply to sub-albums'] = 'Applicare sul sub album';
@@ -154,7 +153,7 @@ $lang['Represents'] = 'Rappresenta';
$lang['Save order'] = 'Salvare l\'ordine';
$lang['Save to permalink history'] = 'Salvare nella cronologia dei permalinks';
$lang['Select at least one album'] = 'Selezionare almeno un album';
-$lang['Select at least one picture'] = 'Scegliere almeno un\'immagine';
+$lang['Select at least one photo'] = 'Scegliere almeno un\'immagine';
$lang['Select at least one user'] = 'Scegliere almeno un\'utente';
$lang['Show info'] = 'Mostra le informazioni';
$lang['Site manager'] = 'Gestione dei siti';
@@ -200,7 +199,6 @@ $lang['Access type'] = 'Tipo di accesso';
$lang['Comments'] = 'Commenti utente';
$lang['Information data registered in database'] = 'Informazioni registrate nel database';
$lang['Default display'] = 'Visualizzazione di default';
-$lang['History'] = 'Cronologia';
$lang['The gallery URL is not valid.'] = 'L\'URL della galleria non è valido.';
$lang['Main'] = 'Principale';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'Il numero di commenti per pagina deve essere compreso tra 5 e 50.';
@@ -212,12 +210,12 @@ $lang['Dissociate from album'] = 'Dissociare dall\'album';
$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['elements per page'] = 'Numero di elementi da visualizzare per pagina';
+$lang['photos per page'] = 'Numero di elementi da visualizzare per pagina';
$lang['elements'] = 'Elementi';
$lang['High definition enabled'] = 'Alta definizione attiva';
$lang['File'] = 'File';
$lang['Filesize'] = 'Dimensione file';
-$lang['first element added on %s'] = 'primo elemento aggiunto il %s';
+$lang['first photo added on %s'] = 'primo elemento aggiunto il %s';
$lang['Forbidden'] = 'Vietati';
$lang['global mode'] = 'Modalità globale';
$lang['group "%s" added'] = 'Gruppo "%s" aggiunto';
@@ -228,7 +226,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Il nome de
$lang['This name is already used by another group.'] = 'Questo nome è già  usato per un altro gruppo.';
$lang['High definition'] = 'Alta definizione';
$lang['jump to album'] = 'Andare all\'album';
-$lang['jump to image'] = 'Andare al\'immagine';
+$lang['jump to photo'] = 'Andare al\'immagine';
$lang['leave'] = 'Abbandonare';
$lang['Lock'] = 'Bloccare';
$lang['Locked'] = 'Bloccate';
@@ -279,7 +277,7 @@ $lang['New elements added'] = 'Nuovi elementi aggiunti';
$lang['Subscribe to notification by mail'] = 'Sottoscrivere alla notifica via email';
$lang['Unsubscribe from notification by mail'] = 'Cancella dalla notifica via email';
$lang['Parameter'] = 'Parametro';
-$lang['Processing treatment.'] = 'Elaborazione in corso.';
+$lang['Operation in progress'] = 'Elaborazione in corso.';
$lang['Please wait...'] = 'Attendere prego ...';
$lang['Continue processing treatment'] = 'Continuare il processo in corso...';
$lang['Complementary mail content'] = 'Contenuto aggiuntivo dell\'email';
@@ -307,7 +305,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'L\'utente %s [%
$lang['User %s [%s] added.'] = 'Utente %s [%s] aggiunto.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Attenzione: la sottoscrizione o eliminazione, invierà  un\'email agli utenti in questione';
$lang['Send mail on HTML format'] = 'Invio dell\'email in formato HTML';
-$lang['Include display of recent pictures group by dates'] = 'Includere le ultime immagini per data';
+$lang['Include display of recent photos grouped by dates'] = 'Includere le ultime immagini per data';
$lang['Available only with HTML format'] = 'Disponibile unicamente con il formato HTML';
$lang['no write access'] = 'Nessun accesso in scrittura';
$lang['Permissions'] = 'Permessi';
@@ -336,7 +334,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Creare
$lang['created'] = 'creato';
$lang['delete'] = 'Cancellare';
$lang['delete this site and all its attached elements'] = 'Cancellare questo sito e tutti gli elementi ad esso connessi';
-$lang['deleted'] = 'cancellato';
$lang['an error happened'] = 'Si è verificato un\'errore';
$lang['file create_listing_file.php on remote site was not found'] = 'file "create_listing_file.php" non trovato sul sito remoto';
$lang['Local'] = 'Locale';
@@ -352,7 +349,6 @@ $lang['Thumbnail'] = 'Miniatura';
$lang['title'] = 'Titolo';
$lang['Album list management'] = 'Gestione degli album';
$lang['Piwigo configuration'] = 'Configurazione di Piwigo';
-$lang['Piwigo administration'] = 'Amministrazione di Piwigo';
$lang['Edit album'] = 'Modificare un album';
$lang['Group management'] = 'Gestione gruppi';
$lang['User list'] = 'Elenco utenti';
@@ -385,7 +381,7 @@ $lang['Update images informations'] = 'Aggiornare le informazioni delle immagini
$lang['Synchronize'] = 'Sincronizzare';
$lang['reduce to single existing albums'] = 'Trattare un solo album';
$lang['Choose an option'] = 'Scegli un\'opzione';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Mostrare tutte le informazioni possibili (album ed elementi aggiunti o eliminati)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Mostrare tutte le informazioni possibili (album ed elementi aggiunti o eliminati)';
$lang['Piwigo version differs on the remote site'] = 'La versione di Piwigo differisce da quella sul server remoto';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'La versione del file "create_listing_file.php" sul server remoto deve essere la stessa di Piwigo';
$lang['listing.xml file was not found'] = 'Il file "listing.xml" non è stato trovato';
@@ -398,13 +394,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Ogni file immagine richiede una miniatura. La miniatura deve essere presente nella sottodirectory "thumbnail" della directory. Il nome del file della miniatura deve iniziare con il parametro di configurazione "prefix_thumbnail" e l\'estensione deve essere presente nell\’elenco seguente:';
$lang['missing thumbnail'] = 'miniature mancanti';
$lang['albums deleted in the database'] = 'Gli album sono stati eliminati dal database';
-$lang['elements deleted in the database'] = 'elementi eliminati dal database';
+$lang['photos deleted from the database'] = 'elementi eliminati dal database';
$lang['images candidates for metadata synchronization'] = 'immagini in coda per la sincronizzazione dei metadati';
$lang['elements informations synchronized with files metadata'] = 'informazioni sugli elementi sincronizzate con i metadati';
$lang['errors during synchronization'] = 'Si sono verificati errori durante la sincronizzazione';
$lang['albums added in the database'] = 'Gli album sono stati aggiunti al database';
-$lang['elements added in the database'] = 'elementi aggiunti nel database';
-$lang['elements updated in the database'] = 'elementi aggiornati nel database';
+$lang['photos added in the database'] = 'elementi aggiunti nel database';
+$lang['photos updated in the database'] = 'elementi aggiornati nel database';
$lang['Search for new images in the directories'] = 'Cercare nuove immagini nelle directory';
$lang['added'] = 'aggiunto';
$lang['deleted'] = 'cancellato';
@@ -415,7 +411,7 @@ $lang['directories + files'] = 'Directory + file';
$lang['only directories'] = 'Solo directory';
$lang['synchronize files structure with database'] = 'Sincronizzare la struttura dei files con il database';
$lang['synchronize files metadata with database elements informations'] = 'Sincronizzare i metadati dei files con le informazioni degli elementi del database';
-$lang['even already synchronized elements'] = 'Anche gli elementi già  sincronizzati';
+$lang['even already synchronized photos'] = 'Anche gli elementi già  sincronizzati';
$lang['Used metadata'] = 'Metadati usati';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Il nome delle directory e dei files deve essere composto da lettere, numeri, "-", "_" o "."';
$lang['wrong filename'] = 'Nome file errato';
@@ -498,11 +494,10 @@ $lang['Main "webmaster" user does not exist'] = 'L\'utente "webmaster" principal
$lang['Main "webmaster" user status is incorrect'] = 'Lo stato dell\'utente "webmaster" principale non è corretto';
$lang['User "%s" created with "%s" like password'] = 'L\'utente "%s" creato con la password "%s"';
$lang['Status of user "%s" updated'] = 'Stato dell\'utente "%s" aggiornato';
-$lang['add new elements to caddie'] = 'Aggiungere i nuovi elementi al cestino';
+$lang['add new photos to caddie'] = 'Aggiungere i nuovi elementi al cestino';
$lang['No display'] = 'Nessuna visualizzazione';
$lang['Classic display'] = 'Visualizzazione classica';
$lang['Hoverbox display'] = 'Visualizzazione durante il passaggio del mouse';
-$lang['Thumbnails'] = 'Miniature';
$lang['Mail address is obligatory for all users'] = 'L\'indirizzo email è obligatorio per tutti gli utenti';
$lang['Minimum privacy level'] = 'Livello minimo di privacy';
$lang['Privacy level'] = 'Livello di privacy';
@@ -577,8 +572,8 @@ $lang['Modify information'] = 'Modifica le informazioni';
$lang['edit album'] = 'Modificare le informazioni dell\'album';
$lang['nothing'] = 'Niente';
$lang['overrides existing values with empty ones'] = 'Sovrascrivere i valori esistenti con quelli vuoti';
-$lang['manage image ranks'] = 'Gestire l\'ordinamento delle immagini';
-$lang['Manage image ranks'] = 'Gestire l\'ordinamento delle immagini';
+$lang['manage photo ranks'] = 'Gestire l\'ordinamento delle immagini';
+$lang['Manage photo ranks'] = 'Gestire l\'ordinamento delle immagini';
$lang['Edit ranks'] = 'Modificare l\'ordine';
$lang['No element in this album'] = 'Nessun elemento in quest\'album';
$lang['Images manual order was saved'] = 'L\'ordinamento manuale delle immagini è stato salvato';
@@ -677,8 +672,6 @@ $lang['Install on your computer,'] = 'Installare sul vostro computer,';
$lang['Make this theme available to users'] = 'Rendere questo tema disponibile agli utenti';
$lang['Page end'] = 'Fine pagina';
$lang['Piwigo Uploader'] = 'Piwigo Uploader';
-$lang['Processing treatment.'] = 'Elaborazione in corso...';
-$lang['Please wait...'] = 'Attendere prego...';
$lang['Read Piwigo Documentation'] = 'Leggere la documentazione di Piwigo';
$lang['Start pLoader and add your photos.'] = 'Avviare pLoader e aggiungere le vostre foto.';
$lang['Switch to clear or dark colors for administration'] = 'Scegliere il colore chiaro o scuro per l\'amministrazione';
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php
index fe735e403..eb1e86f6f 100644
--- a/language/ja_JP/admin.lang.php
+++ b/language/ja_JP/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'パーマリンクを追加/削除する';
$lang['Add a tag'] = 'タグを追加する';
$lang['Add a user'] = 'ユーザを追加する';
$lang['Add group'] = 'グループを追加する';
-$lang['Add selected elements to caddie'] = '選択したエレメントをキャディに追加する';
$lang['Add'] = '追加';
$lang['Allow user registration'] = 'ユーザ登録を許可する';
$lang['Apply to sub-albums'] = 'サブカテゴリに適用する';
@@ -152,7 +151,7 @@ $lang['Represents'] = '表示';
$lang['Save order'] = '表示順を保存する';
$lang['Save to permalink history'] = 'パーマネントリンク履歴に保存する';
$lang['Select at least one album'] = '少なくとも1つのカテゴリを選択してください。';
-$lang['Select at least one picture'] = '少なくとも1つの写真を選択してください。';
+$lang['Select at least one photo'] = '少なくとも1つの写真を選択してください。';
$lang['Select at least one user'] = '少なくとも1名のユーザを選択してください。';
$lang['Show info'] = '情報を表示する';
$lang['Site manager'] = 'サイトマネージャ';
@@ -208,12 +207,12 @@ $lang['Dissociate from album'] = 'カテゴリから関連付けを解除する'
$lang['dissociate from group'] = 'グループから関連付けを解除する';
$lang['edit album permissions'] = 'カテゴリパーミッションを編集する';
$lang['Album updated successfully'] = 'カテゴリ情報が正常に更新されました。';
-$lang['elements per page'] = '1ページあたりのエレメント';
+$lang['photos per page'] = '1ページあたりのエレメント';
$lang['elements'] = 'エレメント';
$lang['High definition enabled'] = '高解像度を有効にする';
$lang['File'] = 'ファイル';
$lang['Filesize'] = 'ファイルサイズ';
-$lang['first element added on %s'] = '最初のエレメント追加日時 %s';
+$lang['first photo added on %s'] = '最初のエレメント追加日時 %s';
$lang['Forbidden'] = '禁止';
$lang['global mode'] = 'グローバルモード';
$lang['group "%s" added'] = 'グループ "%s" が追加されました。';
@@ -225,7 +224,7 @@ $lang['This name is already used by another group.'] = 'このグループ名は
$lang[''] = '';
$lang['High definition'] = '高解像度';
$lang['jump to album'] = 'カテゴリにジャンプする';
-$lang['jump to image'] = 'イメージにジャンプする';
+$lang['jump to photo'] = 'イメージにジャンプする';
$lang['leave'] = '変更なし';
$lang['Lock'] = 'ロック';
$lang['Locked'] = 'ロック済み';
@@ -302,7 +301,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'ユーザ %s [%
$lang['User %s [%s] added.'] = 'ユーザ %s [%s] が追加されました。';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = '注意: 購読登録または購読解除の設定は、ユーザ宛にメール通知されます。';
$lang['Send mail on HTML format'] = 'HTMLフォーマットでメールを送信する';
-$lang['Include display of recent pictures group by dates'] = '最近の写真グループの日付ごとの表示を含む';
+$lang['Include display of recent photos grouped by dates'] = '最近の写真グループの日付ごとの表示を含む';
$lang['Available only with HTML format'] = 'HTMLフォーマットのみ利用可';
$lang['no write access'] = 'アクセス権なし';
$lang['Permissions'] = 'パーミッション';
@@ -347,7 +346,6 @@ $lang['Thumbnail'] = 'サムネイル';
$lang['title'] = 'タイトル';
$lang['Album list management'] = 'カテゴリ管理';
$lang['Piwigo configuration'] = 'Piwigo設定';
-$lang['Piwigo administration'] = 'Piwigo管理';
$lang['Edit album'] = 'カテゴリを編集する';
$lang['Group management'] = 'グループ管理';
$lang['User list'] = 'ユーザリスト';
@@ -380,7 +378,7 @@ $lang['Update images informations'] = 'イメージ情報を更新する';
$lang['Synchronize'] = '同期化';
$lang['reduce to single existing albums'] = '既存の単一カテゴリに減らす';
$lang['Choose an option'] = 'オプションの選択';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = '最大限の情報を表示する (追加されたカテゴリおよびエレメント、削除されたカテゴリおよびエレメント)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = '最大限の情報を表示する (追加されたカテゴリおよびエレメント、削除されたカテゴリおよびエレメント)';
$lang['Piwigo version differs on the remote site'] = 'リモートサイトのPiwigoバージョンと異なります。';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'リモートサイトのcreate_listing_file.phpおよびPiwigoは、同一である必要があります。';
$lang['listing.xml file was not found'] = 'listing.xmlファイルが見つかりませんでした。';
@@ -393,13 +391,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = '写真ファイルタイプでは、サムネイルを必要とします。サムネイルは、カテゴリディレクトリのサブディレクトリ「thumbnail」に入れる必要があります。サムネイルのファイル名は、設定したサムネイル接頭辞で始まる必要があります。また、拡張子は次のリストにある拡張子を使用してください:';
$lang['missing thumbnail'] = 'サムネイルがありません。';
$lang['albums deleted in the database'] = 'カテゴリがデータベースから削除されました。';
-$lang['elements deleted in the database'] = 'エレメントがデータベースから削除されました。';
+$lang['photos deleted from the database'] = 'エレメントがデータベースから削除されました。';
$lang['images candidates for metadata synchronization'] = 'メタデータ同期化候補のイメージ';
$lang['elements informations synchronized with files metadata'] = 'ファイルメタデータに同期化されたエレメント情報';
$lang['errors during synchronization'] = '同期化中にエラーが発生しました。';
$lang['albums added in the database'] = 'カテゴリがデータベースに追加されました。';
-$lang['elements added in the database'] = 'データベースにエレメントが追加されました。';
-$lang['elements updated in the database'] = 'データベースのエレメントが更新されました。';
+$lang['photos added in the database'] = 'データベースにエレメントが追加されました。';
+$lang['photos updated in the database'] = 'データベースのエレメントが更新されました。';
$lang['Search for new images in the directories'] = 'ディレクトリ内の新しいイメージを検索する';
$lang['added'] = '追加済み';
$lang['deleted'] = '削除済み';
@@ -410,7 +408,7 @@ $lang['directories + files'] = 'ディレクトリ + ファイル';
$lang['only directories'] = 'ディレクトリのみ';
$lang['synchronize files structure with database'] = 'ファイル構造とデータベースを同期化する';
$lang['synchronize files metadata with database elements informations'] = 'ファイルメタデータとデータベースエレメント情報を同期化する';
-$lang['even already synchronized elements'] = 'すでに同期化されているエレメントも同期化する';
+$lang['even already synchronized photos'] = 'すでに同期化されているエレメントも同期化する';
$lang['Used metadata'] = '使用済みメタデータ';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'ディレクトリ名およびファイル名は、文字および記号「-」「_」「.」で構成される必要があります。';
$lang['wrong filename'] = 'ファイル名が正しくありません。';
@@ -494,12 +492,11 @@ $lang['Main "webmaster" user does not exist'] = 'メイン「ウェブマスタ
$lang['Main "webmaster" user status is incorrect'] = 'メイン「ウェブマスタ」ユーザステータスが正しくありません。';
$lang['User "%s" created with "%s" like password'] = 'ユーザ「 %s 」がパスワード「 %s 」で作成されました。';
$lang['Status of user "%s" updated'] = 'ユーザ "%s" のステータスが更新されました。';
-$lang['add new elements to caddie'] = 'キャディに新しいエレメントを追加する';
+$lang['add new photos to caddie'] = 'キャディに新しいエレメントを追加する';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = '表示なし';
$lang['Classic display'] = 'クラシック表示';
$lang['Hoverbox display'] = 'ハーバーボックス表示';
-$lang['Thumbnails'] = 'サムネイル';
$lang['Mail address is obligatory for all users'] = 'すべてのユーザにメールアドレスを必須とする';
$lang['Minimum privacy level'] = '最小プライバシーレベル';
$lang['Privacy level'] = 'プライバシーレベル';
@@ -575,8 +572,8 @@ $lang['Modify information'] = '情報を修正する';
$lang['edit album'] = 'カテゴリ情報を編集する';
$lang['nothing'] = 'なし';
$lang['overrides existing values with empty ones'] = '既存の値を空白にする';
-$lang['manage image ranks'] = 'イメージランクを管理する';
-$lang['Manage image ranks'] = 'イメージランクを管理する';
+$lang['manage photo ranks'] = 'イメージランクを管理する';
+$lang['Manage photo ranks'] = 'イメージランクを管理する';
$lang['Edit ranks'] = 'ランクを編集する';
$lang['No element in this album'] = 'このカテゴリには、エレメントがありません。';
$lang['Images manual order was saved'] = 'イメージ手動並び替えが保存されました。';
@@ -589,7 +586,7 @@ $lang['%d photo was deleted'] = '%d 写真が削除されました。';
$lang['%d photos were deleted'] = '%d 写真が削除されました。';
// --------- Starting below: New or revised $lang ---- from Colibri
$lang['Unable to check for upgrade.'] = 'アップグレードを確認できません。';
-$lang['Processing treatment.'] = '処理中';
+$lang['Operation in progress'] = '処理中';
$lang['Please wait...'] = 'しばらくお待ち下さい...';
$lang['Downloads'] = 'ダウンロード';
$lang['Released on'] = '発行';
diff --git a/language/ka_GE/admin.lang.php b/language/ka_GE/admin.lang.php
index 52f25277a..aa229863b 100644
--- a/language/ka_GE/admin.lang.php
+++ b/language/ka_GE/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'დავამატოთ/წავშა
$lang['Add a tag'] = 'დავამატოთ სიტყვა';
$lang['Add a user'] = 'დავამატოთ მომხმარებელი';
$lang['Add group'] = 'დავამატოთ ჯგუფი';
-$lang['Add selected elements to caddie'] = 'დავამატოთ არჩეული ელემენტები კალათაში';
$lang['Add'] = 'დავამატოთ';
$lang['Allow user registration'] = 'დაუშვათ მომხმარებლების რეგისტრაცია';
$lang['Apply to sub-albums'] = 'გამოვიყენოთ ქვეკატეგორიებისთვისაც';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'წარმომადგენელი არ
$lang['Edit all picture informations'] = 'ფოტოს მთელი ინფორმაციის რედაქტირება';
$lang['Edit selected tags'] = 'გამოყოფილი სიტყვების რედაქტირება';
$lang['Edit tags'] = 'სიტყვების რედაქტირება';
-$lang['Elements'] = 'ელემენტები';
$lang['Email admins when a new user registers'] = 'შევატყობინოთ ადმინისტრატორს ახალი მომხმარებლის რეგისტრაცია';
$lang['Email admins when a valid comment is entered'] = 'შევატყობინოთ ადმინისტრატორს ახალი კომენტარის შესახებ';
$lang['Email admins when a comment requires validation'] = 'შევატყობინოთ ადმინისტრატორს შესამოწმებელი კომანტარის შესახებ';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'წარმოადგენს';
$lang['Save order'] = 'შევინახოთ წყობა';
$lang['Save to permalink history'] = 'შევინახოთ მუდმვი მისამართების ისტორია';
$lang['Select at least one album'] = 'აირჩიეთ ერთი კატეგორია მაინც';
-$lang['Select at least one picture'] = 'აირჩიეთ ერთი ფოტო მაინც';
+$lang['Select at least one photo'] = 'აირჩიეთ ერთი ფოტო მაინც';
$lang['Select at least one user'] = 'აირჩიეთ ერთი მომხმარებელი მაინც';
$lang['Show info'] = 'ვნახოთ ინფორმაცია';
$lang['Site manager'] = 'საიტების მართვა';
@@ -197,7 +195,6 @@ $lang['Access type'] = 'დაშვების ტიპი';
$lang['Comments'] = 'კომენტარები';
$lang['Information data registered in database'] = 'ინფორმაცია დარეგისტრირებულია მონაცემთა ბაზაში';
$lang['Default display'] = 'ძირითადი სახე';
-$lang['History'] = 'ისტორია';
$lang['The gallery URL is not valid.'] = 'არაკორექტული URL გალერეისათვის';
$lang['Main'] = 'მთავარი';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'გვერდზე შეიძლება იყოს 5 დან 50 კომენტარამდე.';
@@ -208,12 +205,12 @@ $lang['Dissociate from album'] = 'მოვაშოროთ კატეგო
$lang['dissociate from group'] = 'მოვაშოროთ ჯგუფს';
$lang['edit album permissions'] = 'კატეგორიის უფლებების რედაქტირება';
$lang['Album updated successfully'] = 'ინფორმაცია კატეგორიაზე წარმატებით განახლებულია.';
-$lang['elements per page'] = 'მინიატურები გვერდზე';
+$lang['photos per page'] = 'მინიატურები გვერდზე';
$lang['elements'] = 'ელემენტები';
$lang['High definition enabled'] = 'არსებობს დიდი გაფართოებით';
$lang['File'] = 'ფაილი';
$lang['Filesize'] = 'ფაილის ზომა';
-$lang['first element added on %s'] = 'პირველი ელემენტი დამატებულია %s';
+$lang['first photo added on %s'] = 'პირველი ელემენტი დამატებულია %s';
$lang['Forbidden'] = 'აკრძალულია';
$lang['global mode'] = 'ჯგუფური რეჟიმი';
$lang['group "%s" added'] = 'ჯგუფი "%s" დამატებულია';
@@ -225,7 +222,7 @@ $lang['This name is already used by another group.'] = 'ეს სახელ
$lang['Groups'] = 'ჯგუფები';
$lang['High definition'] = 'დიდი გაფართოება';
$lang['jump to album'] = 'კატეგორიაში გადასვლა';
-$lang['jump to image'] = 'ფოტოებში გადასვლა';
+$lang['jump to photo'] = 'ფოტოებში გადასვლა';
$lang['leave'] = 'დავტოვოთ';
$lang['Lock'] = 'ბლოკირება';
$lang['Locked'] = 'დაბლოკილია';
@@ -303,7 +300,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'მომხმ
$lang['User %s [%s] added.'] = 'მომხმარებელი %s [%s] დამატებულია.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'ყურადღება: დაგზავნის სიაში დამატება/წაშლისას მომხმარებლებს გეაგზავნებათ შეტყობინება';
$lang['Send mail on HTML format'] = 'გავაგზავნოთ წერილი HTML ფორმატში';
-$lang['Include display of recent pictures group by dates'] = 'ჩავრთოთ თარიღის მიხედვით დაწყობილი ბოლო ფოტოების გამოსახვა';
+$lang['Include display of recent photos grouped by dates'] = 'ჩავრთოთ თარიღის მიხედვით დაწყობილი ბოლო ფოტოების გამოსახვა';
$lang['Available only with HTML format'] = 'შესაძლებელია მხოლოდ HTML ფორმატში';
$lang['no write access'] = 'ჩაწერაზე დაშვება არ არის';
$lang['Permissions'] = 'დაშვებები';
@@ -333,7 +330,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'შე
$lang['created'] = 'შექმნილია';
$lang['delete'] = 'წაშლილია';
$lang['delete this site and all its attached elements'] = 'წავშალოთ ეს საიტი და ყველა მიმაგრებული ელემენტი';
-$lang['deleted'] = 'წაშლილია';
$lang['an error happened'] = 'მოხდა შეცდომა';
$lang['file create_listing_file.php on remote site was not found'] = 'ფაილი create_listing_file.php არ მოიძებნა დაშორებულ საიტზე';
$lang['Local'] = 'ლოკალური';
@@ -350,7 +346,6 @@ $lang['Thumbnail'] = 'მინიატურა';
$lang['title'] = 'სათაური';
$lang['Album list management'] = 'კატეგორიების მართვა';
$lang['Piwigo configuration'] = ' PhpWebGallery მართვა';
-$lang['Piwigo administration'] = 'PhpWebGallery ადმინისტრირება';
$lang['Edit album'] = 'კატეგორიების რედაქტირება';
$lang['Group management'] = 'ჯგუფების მართვა';
$lang['User list'] = 'მომხმარებლების სია';
@@ -383,7 +378,7 @@ $lang['Update images informations'] = 'განვაახლოთ ინფ
$lang['Synchronize'] = 'სინქრონიზაცია';
$lang['reduce to single existing albums'] = 'შევამოწმოთ მხოლოდ კატეგორია';
$lang['Choose an option'] = 'აირჩიეთ პარამეტრები';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'ვნახოთ ინფორმაციის მაქსიმუმი (დამატებული კატეგორიები და ფოტოები, წაშლილი ფოტოები და ელემენტები)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'ვნახოთ ინფორმაციის მაქსიმუმი (დამატებული კატეგორიები და ფოტოები, წაშლილი ფოტოები და ელემენტები)';
$lang['Piwigo version differs on the remote site'] = 'PhpWebGallery ვერსია განსხვავდება დაშორებულ სერვერზე';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'ვერსიები create_listing_file.php დაშორებულ სერვერზე და PhpWebGallery უნდა იყოს ერთი და იგივე';
$lang['listing.xml file was not found'] = 'ფაილი listing.xml არ მოიძებნა';
@@ -396,13 +391,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'ფაილის ამ ტიპისათვის საჭიროა მინიატურა.მინიატურები უნდა განათავსოთ ქვეფოლდერში "thumbnail" კატეგორიის ფოლდერში. მინიატურის ფაილის სახელი უნდა იწყებოდეს კონფიგურაციის დროს მითითებული პრეფიქსით,ხოლო მისი გაფართოება უნდა იყოს ერთ-ერთი ქვემოთ ჩამოთვლილთაგან:';
$lang['missing thumbnail'] = 'მინიატურები არ არის';
$lang['albums deleted in the database'] = 'კატეგორია წაშლილია მონაცემთა ბაზიდან';
-$lang['elements deleted in the database'] = 'ელემენტი წაშლილია მონაცემთა ბაზიდან';
+$lang['photos deleted from the database'] = 'ელემენტი წაშლილია მონაცემთა ბაზიდან';
$lang['images candidates for metadata synchronization'] = 'სურათი მეტამონაცემების სინქრონიზაციისათვის';
$lang['elements informations synchronized with files metadata'] = 'ინფორმაცია ელემენტებზე სინქრონირებულია ფაილების მეტამონაცემებთან';
$lang['errors during synchronization'] = 'სინქრონიზაციის შეცდომები';
$lang['albums added in the database'] = 'კატეგორიები დამატებულია მონაცემთა ბაზაში';
-$lang['elements added in the database'] = 'ელემენტები დამატებულია მონაცემთა ბაზაში';
-$lang['elements updated in the database'] = 'ელემანტები განახლებულია მონაცემთა ბაზაში';
+$lang['photos added in the database'] = 'ელემენტები დამატებულია მონაცემთა ბაზაში';
+$lang['photos updated in the database'] = 'ელემანტები განახლებულია მონაცემთა ბაზაში';
$lang['Search for new images in the directories'] = 'ახალი ფოტოების ძებნა პაპკებში';
$lang['added'] = 'დამატებულია';
$lang['deleted'] = 'წაშლილია';
@@ -413,7 +408,7 @@ $lang['directories + files'] = 'ფაილები და ფოლდერ
$lang['only directories'] = 'მხოლოდ ფოლდერები';
$lang['synchronize files structure with database'] = 'ფაილების სტრუქტურის სინქრონიზაცია მონაცემთა ბაზასთან';
$lang['synchronize files metadata with database elements informations'] = 'ფაილების მეტამონაცემების სინქრონიზაცია მონაცემთა ბაზასთან';
-$lang['even already synchronized elements'] = 'ყველა, ადრე სინქრონიზებულის ჩათვლით';
+$lang['even already synchronized photos'] = 'ყველა, ადრე სინქრონიზებულის ჩათვლით';
$lang['Used metadata'] = 'გამოYენებული მეტამონაცემები';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'ფაილების ან ფოლდერების სახელი უნდა შედგებოდეს ასოების,ციფრების "-", "_" და "." სგან';
$lang['wrong filename'] = 'ფაილის არასწორი სახელი';
@@ -501,12 +496,11 @@ $lang['Main "webmaster" user does not exist'] = 'მომხმარებე
$lang['Main "webmaster" user status is incorrect'] = 'მომხმარებლის სახელი "ვებდიზაინერი" არა კორექტულია';
$lang['User "%s" created with "%s" like password'] = 'მომხმარებელი "%s" შექმნილია პაროლით "%s"';
$lang['Status of user "%s" updated'] = 'მომხმარებელი "%s" სტატუსი განახლებულია';
-$lang['add new elements to caddie'] = 'დავამატოთ ახალი ფოტოები კალათაში';
+$lang['add new photos to caddie'] = 'დავამატოთ ახალი ფოტოები კალათაში';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'არ ვანახოთ';
$lang['Classic display'] = 'კლასიკური სახე';
$lang['Hoverbox display'] = 'სახე Hoverbox';
-$lang['Thumbnails'] = 'მინიატურები';
$lang['Mail address is obligatory for all users'] = 'ელ. ფოსტის მისამართი აუცილებელია ყველა მომხმარებლისათვის';
$lang['Minimum privacy level'] = 'დაცვის მინიმალური დონე';
$lang['Privacy level'] = 'დაცვის დონე';
@@ -583,8 +577,8 @@ $lang['Modify information'] = 'Modify information';
$lang['edit album'] = 'კატეგორიის რედაქტირება';
$lang['nothing'] = 'არაფერი';
$lang['overrides existing values with empty ones'] = 'შევცვალოთ არსებული მნიშვნელობები ცარიელით';
-$lang['manage image ranks'] = 'ფოტოების მართვის წესი';
-$lang['Manage image ranks'] = 'ფოტოების მართვის წესი';
+$lang['manage photo ranks'] = 'ფოტოების მართვის წესი';
+$lang['Manage photo ranks'] = 'ფოტოების მართვის წესი';
$lang['Edit ranks'] = 'შევცვალოთ წესი';
$lang['No element in this album'] = 'ცარიელი კატეგორია';
$lang['Images manual order was saved'] = 'ფოტოებისთვის აღნიშნული წესი შენახულია';
@@ -597,7 +591,7 @@ $lang['%d photo was deleted'] = '%d ფოტო წაშლილია';
$lang['%d photos were deleted'] = '%d ფოტო წაშლილია';
$lang['Unable to check for upgrade.'] = 'შეუძლებელია განახლების შემოწმება.';
$lang['Date'] = 'თარიღი';
-$lang['Processing treatment.'] = 'მიმართვის დამუშავება.';
+$lang['Operation in progress'] = 'მიმართვის დამუშავება.';
$lang['Please wait...'] = 'გთხოვთ მოიცადოთ...';
$lang['Downloads'] = 'ჩამოტვირთვები';
$lang['Released on'] = 'გამოშვება';
diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php
index e8f597bfc..dc46944e2 100644
--- a/language/lv_LV/admin.lang.php
+++ b/language/lv_LV/admin.lang.php
@@ -50,7 +50,6 @@ $lang['Add/delete a permalink'] = 'Pievienot/dzēst pamatsaiti';
$lang['Add a tag'] = 'Pievienot iezīmi';
$lang['Add a user'] = 'Pievienot lietotāju';
$lang['Add group'] = 'Pievienot grupu';
-$lang['Add selected elements to caddie'] = 'Pievienot izvēlētos elementus grozam';
$lang['Add'] = 'Pievienot';
$lang['Allow user registration'] = 'Atļaut reģistrēt lietotāju';
$lang['Apply to sub-albums'] = 'Pielietot apakšalbūmiem';
@@ -80,7 +79,6 @@ $lang['Does not represent'] = 'Nepārstāv';
$lang['Edit all picture informations'] = 'Rediģēt visu informāciju par attēlu';
$lang['Edit selected tags'] = 'Rediģēt izvēlētās iezīmes';
$lang['Edit tags'] = 'Rediģēt iezīmes';
-$lang['Elements'] = 'Elementi';
$lang['Email admins when a new user registers'] = 'Paziņot adminam, kad jauns lietotājs reģistrējas';
$lang['Email admins when a valid comment is entered'] = 'Paziņot adminam, kad derīgs komentārs ievadīts';
$lang['Email admins when a comment requires validation'] = 'Paziņot adminam, kad parādījies komentārs, kas jāpārbauda';
@@ -150,7 +148,7 @@ $lang['Represents'] = 'Pārstāv';
$lang['Save order'] = 'Saglabāt kārtību';
$lang['Save to permalink history'] = 'Saglabāt pamatsaišu vēsturē';
$lang['Select at least one album'] = 'Izvēlēties vismaz vienu albūmu';
-$lang['Select at least one picture'] = 'Izvēlēties vismaz vienu attēlu';
+$lang['Select at least one photo'] = 'Izvēlēties vismaz vienu attēlu';
$lang['Select at least one user'] = 'Izvēlēties vismaz vienu lietotāju';
$lang['Show info'] = 'Rādīt informāciju';
$lang['Site manager'] = 'Web lapu pārzinis';
@@ -207,12 +205,12 @@ $lang['Dissociate from album'] = 'atsaistīt no albūma';
$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['elements per page'] = 'elementu skaits lapā';
+$lang['photos per page'] = 'elementu skaits lapā';
$lang['elements'] = 'elementi';
$lang['High definition enabled'] = 'Augstā izšķirtspēja iespējota';
$lang['File'] = 'Fails';
$lang['Filesize'] = 'Faila izmērs';
-$lang['first element added on %s'] = 'pirmais elements pievienots %s';
+$lang['first photo added on %s'] = 'pirmais elements pievienots %s';
$lang['Forbidden'] = 'Aizliegts';
$lang['global mode'] = 'grupveida režīms';
$lang['group "%s" added'] = 'grupa "%s" pievienota';
@@ -223,7 +221,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Grupas nos
$lang['This name is already used by another group.'] = 'Šo vārdu jau lieto cita grupa.';
$lang['High definition'] = 'Augsta izšķirtspēja';
$lang['jump to album'] = 'pāriet uz albūmu';
-$lang['jump to image'] = 'pāriet uz attēlu';
+$lang['jump to photo'] = 'pāriet uz attēlu';
$lang['leave'] = 'atstāt';
$lang['Lock'] = 'Bloķēt';
$lang['Locked'] = 'Bloķēts';
@@ -274,7 +272,7 @@ $lang['New elements added'] = 'Jauni elementi pievienoti';
$lang['Subscribe to notification by mail'] = 'Reģistrēties, lai saņemtu e-paziņojumus';
$lang['Unsubscribe from notification by mail'] = 'Anulēt reģistrāciju, lai saņemtu e-paziņojumus';
$lang['Parameter'] = 'Iestatījumi';
-$lang['Processing treatment.'] = 'Procesa apstrāde.';
+$lang['Operation in progress'] = 'Procesa apstrāde.';
$lang['Please wait...'] = 'Lūdzu uzgaidiet...';
$lang['Continue processing treatment'] = 'Turpināt procesa apstrādi';
$lang['Add detailed content'] = 'Pievienot detalizētu saturu';
@@ -300,7 +298,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Lietotājs %s [
$lang['User %s [%s] added.'] = 'Lietotājs %s [%s] pievienots.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Uzmanību: pievienojot vai dzēšot e-pasta izsūtīšanai paredzētajam sarakstam lietotājiem tiks nosūtīts paziņojums';
$lang['Send mail on HTML format'] = 'Sūtīt vēstuli HTML formātā';
-$lang['Include display of recent pictures group by dates'] = 'Atainot nesenos attēlus sagrupētus pēc datuma';
+$lang['Include display of recent photos grouped by dates'] = 'Atainot nesenos attēlus sagrupētus pēc datuma';
$lang['Available only with HTML format'] = 'Pieejams tikai HTML formātā';
$lang['no write access'] = 'nav atļaujas ierakstīšanai';
$lang['Permissions'] = 'Atļaujas';
@@ -345,7 +343,6 @@ $lang['Thumbnail'] = 'Piktogramma';
$lang['title'] = 'nosaukums';
$lang['Album list management'] = 'Albūmu pārvaldīšana';
$lang['Piwigo configuration'] = 'Piwigo konfigurācija';
-$lang['Piwigo administration'] = 'Piwigo administrēšana';
$lang['Edit album'] = 'Rediģēt albūmu';
$lang['Group management'] = 'Pārvaldīt grupas';
$lang['User list'] = 'Lietotāju saraksts';
@@ -378,7 +375,7 @@ $lang['Update images informations'] = 'Atjaunināt informāciju par attēliem';
$lang['Synchronize'] = 'Sinhrinizēšana';
$lang['reduce to single existing albums'] = 'samazināt līdz vienam esošam albūmam';
$lang['Choose an option'] = 'Izvēlieties iespēju';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'attēlot maksimālo informāciju (pievienotie albūmi un elementi, izdzēstie albūmi un elementi)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'attēlot maksimālo informāciju (pievienotie albūmi un elementi, izdzēstie albūmi un elementi)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo versija uz attālinātās web lapas atšķiras';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Faila create_listing_file.php versijām uz attālinātās web lapas un Piwigo ir jāsakrīt';
$lang['listing.xml file was not found'] = 'fails listing.xml nav atrasts';
@@ -391,13 +388,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'šī attēla tipa failiem nepieciešama piktogramma. Piktogrammām jāatrodas apakšdirektorijā "thumbnail" kategorijas mapē. Piktogrammas faila nosaukuma jāsākas ar konfigurācijas failā norādīto prefiksu un paplašinājumam jābūt vienam no sarakstā esošajiem:';
$lang['missing thumbnail'] = 'iztrūkst piktogramma';
$lang['albums deleted in the database'] = 'no datu bāzes izdzēsti albūmi';
-$lang['elements deleted in the database'] = 'no datu bāzes izdzēsti elementi';
+$lang['photos deleted from the database'] = 'no datu bāzes izdzēsti elementi';
$lang['images candidates for metadata synchronization'] = 'attēli, lai sinhronizētu metadatus';
$lang['elements informations synchronized with files metadata'] = 'informācija par elementiem sinhronizēta ar metadatiem';
$lang['errors during synchronization'] = 'kļūdas sinhronizācijas laikā';
$lang['albums added in the database'] = 'datu bāzei pievienoti albūmi';
-$lang['elements added in the database'] = 'elementu pievienots datu bāzei';
-$lang['elements updated in the database'] = 'elementi atjaunināti datu bāzē';
+$lang['photos added in the database'] = 'elementu pievienots datu bāzei';
+$lang['photos updated in the database'] = 'elementi atjaunināti datu bāzē';
$lang['Search for new images in the directories'] = 'Jaunus attēlu meklēšana mapēs';
$lang['added'] = 'pievienots';
$lang['Metadata synchronization results'] = 'Metadatu sinhronizācijas rezultāti';
@@ -407,7 +404,7 @@ $lang['directories + files'] = 'mapes un faili';
$lang['only directories'] = 'tikai mapes';
$lang['synchronize files structure with database'] = 'sinhronizēt failu struktūru ar datubāzi';
$lang['synchronize files metadata with database elements informations'] = 'sinhronizēt failu metadatus ar informāciju datubāzē';
-$lang['even already synchronized elements'] = 'ieskaitot jau sinhronizētos elemantus';
+$lang['even already synchronized photos'] = 'ieskaitot jau sinhronizētos elemantus';
$lang['Used metadata'] = 'Lietotie metadati';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Mapju un failu nosaukumi jāveido no burtiem, cipariem, "-", "_" vai "."';
$lang['wrong filename'] = 'nepareizs faila nosaukums';
@@ -490,11 +487,10 @@ $lang['Main "webmaster" user does not exist'] = 'Lietotājs "webmāsters" vairs
$lang['Main "webmaster" user status is incorrect'] = 'Lietotāja "webmāsters" statuss ir nekorekts';
$lang['User "%s" created with "%s" like password'] = 'Lietotājs "%s" izveidots ar paroli "%s"';
$lang['Status of user "%s" updated'] = 'Lietotāja "%s" statuss atjaunots';
-$lang['add new elements to caddie'] = 'pievienot jaunus attēlus grozam';
+$lang['add new photos to caddie'] = 'pievienot jaunus attēlus grozam';
$lang['No display'] = 'Nerādīt';
$lang['Classic display'] = 'Klasiskais izskats';
$lang['Hoverbox display'] = 'Hoverbox izskats';
-$lang['Thumbnails'] = 'Piktogrammas';
$lang['Mail address is obligatory for all users'] = 'E-pasta adrese obligāta visiem lietotājiem';
$lang['Minimum privacy level'] = 'Minimālais aizsardzības līmenis';
$lang['Privacy level'] = 'Aizsardzības līmenis';
@@ -569,8 +565,8 @@ $lang['Modify information'] = 'Modificēt informāciju';
$lang['edit album'] = 'rediģēt šī albūma informāciju';
$lang['nothing'] = 'nekas';
$lang['overrides existing values with empty ones'] = 'pārrakstīt esošās vērtības ar tukšām';
-$lang['manage image ranks'] = 'pārvaldīt attēlu kārtību';
-$lang['Manage image ranks'] = 'Pārvaldīt attēlu kārtību';
+$lang['manage photo ranks'] = 'pārvaldīt attēlu kārtību';
+$lang['Manage photo ranks'] = 'Pārvaldīt attēlu kārtību';
$lang['Edit ranks'] = 'Rediģēt kārtību';
$lang['No element in this album'] = 'Nav neviena elementa šinī albūmā';
$lang['Images manual order was saved'] = 'Attēlu kārtība saglabāta';
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index fcb6ff605..129b02aac 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Toevoegen/verwijderen van een permalink';
$lang['Add a tag'] = 'Voeg een tag toe';
$lang['Add a user'] = 'Voeg een gebruiker toe';
$lang['Add group'] = 'Voeg een groep toe';
-$lang['Add selected elements to caddie'] = 'Voeg geselecteerde afbeeldingen toe aan winkelmandje';
$lang['Add'] = 'Toevoegen';
$lang['Allow user registration'] = 'Sta gebruikersregistratie toe';
$lang['Apply to sub-albums'] = 'Toestaan op sub-categorieën';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Representeerd niet';
$lang['Edit all picture informations'] = 'Bewerk afbeeldingsinformatie';
$lang['Edit selected tags'] = 'Bewerk geselecteerde tags';
$lang['Edit tags'] = 'Bewerk tags';
-$lang['Elements'] = 'Afbeeldingen';
$lang['Email admins when a new user registers'] = 'Stuur email naar beheerders wanneer een nieuwe gebruiker zich heeft geregistreerd';
$lang['Email admins when a valid comment is entered'] = 'Stuur email naar beheerders wannneer een geldig commentaar is ingevuld';
$lang['Email admins when a comment requires validation'] = 'Stuur email naar beheerders wanneer een commantaar validatie nodig heeft';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Representeerd';
$lang['Save order'] = 'Bewaar sortering';
$lang['Save to permalink history'] = 'Opslaan in permalink geschiedenis';
$lang['Select at least one album'] = 'Selecteer minstens één categorie';
-$lang['Select at least one picture'] = 'Selecteer minstens één plaatje';
+$lang['Select at least one photo'] = 'Selecteer minstens één plaatje';
$lang['Select at least one user'] = 'Selecteer minstens één gebruiker';
$lang['Show info'] = 'Toon info';
$lang['Site manager'] = 'Site manager';
@@ -209,12 +207,12 @@ $lang['Dissociate from album'] = 'Verwijder link aan categorie';
$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['elements per page'] = 'Afbeeldingen per pagina';
+$lang['photos per page'] = 'Afbeeldingen per pagina';
$lang['elements'] = 'Afbeeldingen';
$lang['High definition enabled'] = 'Hoge kwaliteit ingeschakeld';
$lang['File'] = 'Bestand';
$lang['Filesize'] = 'Bestandsgrootte';
-$lang['first element added on %s'] = 'eerste afbeelding toegevoegd op %s';
+$lang['first photo added on %s'] = 'eerste afbeelding toegevoegd op %s';
$lang['Forbidden'] = 'Niet toegestaan';
$lang['global mode'] = 'Compact overzicht';
$lang['group "%s" added'] = 'groep "%s" toegevoegd';
@@ -225,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'De naam va
$lang['This name is already used by another group.'] = 'Deze naam is al in gebruik door een andere groep.';
$lang['High definition'] = 'Hoge kwaliteit';
$lang['jump to album'] = 'Ga naar categorie';
-$lang['jump to image'] = 'Ga naar afbeelding';
+$lang['jump to photo'] = 'Ga naar afbeelding';
$lang['leave'] = 'Niet wijzigen';
$lang['Lock'] = 'Gesloten';
$lang['Locked'] = 'Gesloten categorie';
@@ -301,7 +299,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Gebruiker %s [%
$lang['User %s [%s] added.'] = 'Gebruiker %s [%s] toegevoegd.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Waarschuwing: in/uitschrijven zal een email versturen naar de gebruiker';
$lang['Send mail on HTML format'] = 'Stuur email in HTML formaat';
-$lang['Include display of recent pictures group by dates'] = 'Inclusief tonen van recente afbeeldingen op basis van datum';
+$lang['Include display of recent photos grouped by dates'] = 'Inclusief tonen van recente afbeeldingen op basis van datum';
$lang['Available only with HTML format'] = 'Alleen beschikbaar in HTML formaat';
$lang['no write access'] = 'geen schrijftoegang';
$lang['Permissions'] = 'Rechten';
@@ -330,7 +328,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Maak e
$lang['created'] = 'gemaakt';
$lang['delete'] = 'Verwijderen';
$lang['delete this site and all its attached elements'] = 'Verwijder de site en alle bijbehorende afbeeldingen';
-$lang['deleted'] = 'verwijderd';
$lang['an error happened'] = 'er heeft zich een fout voorgedaan';
$lang['file create_listing_file.php on remote site was not found'] = 'Bestand create_listing_file.php werd niet op de remote site gevonden';
$lang['Local'] = 'Lokaal';
@@ -346,7 +343,6 @@ $lang['Thumbnail'] = 'Mini-afbeelding';
$lang['title'] = 'Titel';
$lang['Album list management'] = 'Categorie beheer';
$lang['Piwigo configuration'] = 'Piwigo configuratie';
-$lang['Piwigo administration'] = 'Piwigo beheer';
$lang['Edit album'] = 'Bewerk een categorie';
$lang['Group management'] = 'Groepsbeheer';
$lang['User list'] = 'Gebruikerslijst';
@@ -379,7 +375,7 @@ $lang['Update images informations'] = 'Afbeeldings-informatie bijwerken';
$lang['Synchronize'] = 'Synchroniseer';
$lang['reduce to single existing albums'] = 'Alleen naar de bestaande categorieën terugbrengen';
$lang['Choose an option'] = 'Kies een optie';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'toon maximale informatie (toegevoegde categorieën en afbeeldingen, verwijderde categorieën en afbeeldingen)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'toon maximale informatie (toegevoegde categorieën en afbeeldingen, verwijderde categorieën en afbeeldingen)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo versie verschilt op de remote site';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Versie van create_listing_file.php op de remote site en Piwigo moeten gelijk zijn';
$lang['listing.xml file was not found'] = 'listing.xml file is niet gevonden';
@@ -392,13 +388,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Een afbeelding heeft een mini-afbeelding nodig. De mini-afbeelding moet in de subdirectorie "thumbnail" van de betreffende categorie aanwezig zijn. De mini-afbeelding moet starten met het in de configuratie opgegeven voorvoegsel (prefix) en mag alleen een extentie bevatten die voorkomt in de volgende lijst:';
$lang['missing thumbnail'] = 'ontbrekende mini-afbeelding';
$lang['albums deleted in the database'] = 'categorieën verwijderd uit de database';
-$lang['elements deleted in the database'] = 'afbeeldingen verwijderd uit de database';
+$lang['photos deleted from the database'] = 'afbeeldingen verwijderd uit de database';
$lang['images candidates for metadata synchronization'] = 'afbeeldingen gesynchroniseerd met de metadata van de bijbehorende bestanden';
$lang['elements informations synchronized with files metadata'] = 'afbeeldings-informatie gesynchroniseerd met bestandsmetadata';
$lang['errors during synchronization'] = 'fouten tijdens synchronisatie';
$lang['albums added in the database'] = 'categorieën toegevoegd aan de database';
-$lang['elements added in the database'] = 'afbeeldingen toegevoegd aan de database';
-$lang['elements updated in the database'] = 'afbeeldingen bijgewerkt in de database';
+$lang['photos added in the database'] = 'afbeeldingen toegevoegd aan de database';
+$lang['photos updated in the database'] = 'afbeeldingen bijgewerkt in de database';
$lang['Search for new images in the directories'] = 'Zoek naar nieuwe afbeeldingen in mappen';
$lang['added'] = 'toegevoegd';
$lang['deleted'] = 'verwijderd';
@@ -409,7 +405,7 @@ $lang['directories + files'] = 'mappen + bestanden';
$lang['only directories'] = 'alleen mappen';
$lang['synchronize files structure with database'] = 'Synchroniseer bestanden met de database';
$lang['synchronize files metadata with database elements informations'] = 'Synchroniseer bestandsmetadata met de database afbeeldings-informatie';
-$lang['even already synchronized elements'] = 'ook reeds synchroniseerde afbeeldingen';
+$lang['even already synchronized photos'] = 'ook reeds synchroniseerde afbeeldingen';
$lang['Used metadata'] = 'Gebruikte metadata';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'De naam van de mappen en bestanden moeten bestaan uit letters, "-", "_" of "."';
$lang['wrong filename'] = 'verkeerde bestandsnaam';
@@ -493,11 +489,10 @@ $lang['Main "webmaster" user does not exist'] = 'Hoofd "webbeheerder" bestaat ni
$lang['Main "webmaster" user status is incorrect'] = 'Hoofd "webbeheerder" status is niet correct';
$lang['User "%s" created with "%s" like password'] = 'Gebruiker "%s" gemaakt met wachtwoord "%s" ';
$lang['Status of user "%s" updated'] = 'Status van de gebruiker "%s" is bijgewerkt';
-$lang['add new elements to caddie'] = 'voeg nieuwe afbeeldingen toe aan winkelmandje';
+$lang['add new photos to caddie'] = 'voeg nieuwe afbeeldingen toe aan winkelmandje';
$lang['No display'] = 'Geen weergave';
$lang['Classic display'] = 'Klassieke weergave';
$lang['Hoverbox display'] = 'Hoverbox weergave';
-$lang['Thumbnails'] = 'Mini-afbeeldingen';
$lang['Mail address is obligatory for all users'] = 'Email-adres is verplicht voor alle gebruikers';
$lang['Minimum privacy level'] = 'Minimaal privacy nivo';
$lang['Privacy level'] = 'Privacy nivo';
@@ -582,11 +577,11 @@ $lang['Downloads'] = 'Downloads';
$lang['Released on'] = 'Uitgegeven op';
$lang['Number of downloads'] = 'Aantal downloads';
// --------- Starting below: New or revised $lang ---- from Colibri
-$lang['Processing treatment.'] = 'In behandeling.';
+$lang['Operation in progress'] = 'In behandeling.';
$lang['Please wait...'] = 'Even geduld aub...';
$lang['Correction the anomaly will cancel the fact that it\'s ignored'] = 'Het corrigeren van de onregelmatigheid maakt een einde aan het negeren';
-$lang['manage image ranks'] = 'bewerk de afbeeldingsrangen';
-$lang['Manage image ranks'] = 'Bewerk de afbeeldingsrangen';
+$lang['manage photo ranks'] = 'bewerk de afbeeldingsrangen';
+$lang['Manage photo ranks'] = 'Bewerk de afbeeldingsrangen';
$lang['Edit ranks'] = 'Bewerk de rangen';
$lang['No element in this album'] = 'Geen element in deze categorie';
$lang['Images manual order was saved'] = 'De handmatige sortering van de afbeeldingen is bewaard';
diff --git a/language/no_NO/admin.lang.php b/language/no_NO/admin.lang.php
index d53cc8851..79eeaa25a 100644
--- a/language/no_NO/admin.lang.php
+++ b/language/no_NO/admin.lang.php
@@ -50,7 +50,6 @@ $lang['Add/delete a permalink'] = 'Legg til/Slett en permalink';
$lang['Add a tag'] = 'Legg til en tag';
$lang['Add a user'] = 'Legg til en bruker';
$lang['Add group'] = 'Legg til gruppe';
-$lang['Add selected elements to caddie'] = 'Legg valgte elementer i kurven';
$lang['Add'] = 'Legg til';
$lang['Allow user registration'] = 'Godkjenn bruker registrering';
$lang['Apply to sub-albums'] = 'Legg til i grunn-album';
@@ -150,7 +149,7 @@ $lang['Represents'] = 'Representere';
$lang['Save order'] = 'Lagre rekkefølge';
$lang['Save to permalink history'] = 'Lagre til permalink historie';
$lang['Select at least one album'] = 'Velg minst et album';
-$lang['Select at least one picture'] = 'Velg minst et bilde';
+$lang['Select at least one photo'] = 'Velg minst et bilde';
$lang['Select at least one user'] = 'Velg minst en bruker';
$lang['Show info'] = 'Vis informasjon';
$lang['Site manager'] = 'Håndter sider';
@@ -207,12 +206,12 @@ $lang['Dissociate from album'] = 'Skill fra album';
$lang['dissociate from group'] = 'Skill fra gruppe';
$lang['edit album permissions'] = 'rediger album rettigheter';
$lang['Album updated successfully'] = 'Album vellykket oppdatert';
-$lang['elements per page'] = 'elementer per side';
+$lang['photos per page'] = 'elementer per side';
$lang['elements'] = 'elementer';
$lang['High definition enabled'] = 'Høy oppløsning aktivert';
$lang['File'] = 'Fil';
$lang['Filesize'] = 'Filestørrelse';
-$lang['first element added on %s'] = 'første element lagt til den %s';
+$lang['first photo added on %s'] = 'første element lagt til den %s';
$lang['Forbidden'] = 'Forbudt';
$lang['global mode'] = 'global modus';
$lang['group "%s" added'] = 'gruppe "%s" lagt til';
@@ -223,7 +222,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Navnet til
$lang['This name is already used by another group.'] = 'Dette navnet er allerede i bruk i av annen gruppe.';
$lang['High definition'] = 'Høy oppløsning';
$lang['jump to album'] = 'hopp til album';
-$lang['jump to image'] = 'hopp til bilde';
+$lang['jump to photo'] = 'hopp til bilde';
$lang['leave'] = 'gå ut';
$lang['Lock'] = 'Lås';
$lang['Locked'] = 'Låst';
@@ -274,7 +273,7 @@ $lang['New elements added'] = 'Nye elementer lagt til';
$lang['Subscribe to notification by mail'] = 'Abonner for varsling via e-mail';
$lang['Unsubscribe from notification by mail'] = 'Fjern abonnent på varsling via e-mail';
$lang['Parameter'] = 'Settings';
-$lang['Processing treatment.'] = 'Prosseserer behandling.';
+$lang['Operation in progress'] = 'Prosseserer behandling.';
$lang['Please wait...'] = 'Vennligst vent...';
$lang['Continue processing treatment'] = 'Fortsett pågående behandling';
$lang['Add detailed content'] = 'Legg til detaljert innhold';
@@ -300,7 +299,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'bruker %s [%s]
$lang['User %s [%s] added.'] = 'Bruker %s [%s] lagt til.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Advarsel: Påmelding eller avmelding vil sende mail til brukere';
$lang['Send mail on HTML format'] = 'Send mail i HTML format';
-$lang['Include display of recent pictures group by dates'] = 'Inkluder visning av siste bilder grupert etter dato';
+$lang['Include display of recent photos grouped by dates'] = 'Inkluder visning av siste bilder grupert etter dato';
$lang['Available only with HTML format'] = 'Tilgjengelig kun i HTML format';
$lang['no write access'] = 'ingen skrive tilgang';
$lang['Permissions'] = 'Tillatelser';
@@ -345,7 +344,6 @@ $lang['Thumbnail'] = 'miniatyr bilde';
$lang['title'] = 'tittel';
$lang['Album list management'] = 'Albumliste behandling';
$lang['Piwigo configuration'] = 'Piwigo konfigurasjon';
-$lang['Piwigo administration'] = 'Piwigo administrering';
$lang['Edit album'] = 'Rediger album';
$lang['Group management'] = 'Gruppe behandling';
$lang['User list'] = 'Bruker liste';
@@ -378,7 +376,7 @@ $lang['Update images informations'] = 'Oppdater bilde informasjon';
$lang['Synchronize'] = 'Synkroniser';
$lang['reduce to single existing albums'] = 'reduser til enkelt eksisterende album';
$lang['Choose an option'] = 'Velg et alternativ';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'vis all informasjon (tillagte album og elemter, slettede album og elementer)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'vis all informasjon (tillagte album og elemter, slettede album og elementer)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo versjon er forskjellig fra den eksterne side';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Versjoner av create_listing_file.php på ekstern side og Piwigo må være den samme';
$lang['listing.xml file was not found'] = 'listing.xml fil ikke funnet';
@@ -391,13 +389,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Filtypen for bilde krever et miniatyrbilde. Miniatyrbilde må ligge i grunn-mappen "thumbnail" i album mappen. Miniatyrbildets filnavn må starte med det konfigurerte miniatyrets prefix og tillegget må finnes iblandt følgende liste :';
$lang['missing thumbnail'] = 'manglende miniatyr';
$lang['albums deleted in the database'] = 'album slettet i database';
-$lang['elements deleted in the database'] = 'elementer slettet i database';
+$lang['photos deleted from the database'] = 'elementer slettet i database';
$lang['images candidates for metadata synchronization'] = 'bilder klare for metadata synkronisering';
$lang['elements informations synchronized with files metadata'] = 'element informasjon synkronisert med filenes metadata';
$lang['errors during synchronization'] = 'feil under synkronisering';
$lang['albums added in the database'] = 'album lagt til i databasen';
-$lang['elements added in the database'] = 'elementer lagt til i databasen';
-$lang['elements updated in the database'] = 'elementer oppdatert i databasen';
+$lang['photos added in the database'] = 'elementer lagt til i databasen';
+$lang['photos updated in the database'] = 'elementer oppdatert i databasen';
$lang['Search for new images in the directories'] = 'Søk etter nye bilder i mappene';
$lang['added'] = 'lagt til';
$lang['Metadata synchronization results'] = 'Metadatas synkroniserings resultat';
@@ -407,7 +405,7 @@ $lang['directories + files'] = 'mapper + filer';
$lang['only directories'] = 'kun mapper';
$lang['synchronize files structure with database'] = 'Synkroniser filstruktur med databasen';
$lang['synchronize files metadata with database elements informations'] = 'synkroniser database elementer med filers metadata';
-$lang['even already synchronized elements'] = 'også allerede synkroniserte elementer';
+$lang['even already synchronized photos'] = 'også allerede synkroniserte elementer';
$lang['Used metadata'] = 'Metadata brukt';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Navnet til mapper og filer må kun bestå av bokstaver, tall, "-", "_" eller "."';
$lang['wrong filename'] = 'feil filnavn';
@@ -490,11 +488,10 @@ $lang['Main "webmaster" user does not exist'] = 'Hovedbruker "webmaster" finnes
$lang['Main "webmaster" user status is incorrect'] = 'Hovedbruker "webmaster" brukers status er feil';
$lang['User "%s" created with "%s" like password'] = 'Bruker "%s" laget med "%s" som passord';
$lang['Status of user "%s" updated'] = 'Bruker "%s" status oppdatert';
-$lang['add new elements to caddie'] = 'legg nytt element i kurv';
+$lang['add new photos to caddie'] = 'legg nytt element i kurv';
$lang['No display'] = 'Ingen visning';
$lang['Classic display'] = 'klassisk visning';
$lang['Hoverbox display'] = 'Sveveboks visning';
-$lang['Thumbnails'] = 'Miniatyrbilder';
$lang['Mail address is obligatory for all users'] = 'Mail addresse er obligatorisk for alle brukere';
$lang['Minimum privacy level'] = 'Minimum privat nivå';
$lang['Privacy level'] = 'Privat nivå';
@@ -569,8 +566,8 @@ $lang['Modify information'] = 'Endre informasjon';
$lang['edit album'] = 'rediger album';
$lang['nothing'] = 'ingen ting';
$lang['overrides existing values with empty ones'] = 'overskriver eksisterende verdier med tomme';
-$lang['manage image ranks'] = 'behandle bilde rangering';
-$lang['Manage image ranks'] = 'Behandle bilde rangering';
+$lang['manage photo ranks'] = 'behandle bilde rangering';
+$lang['Manage photo ranks'] = 'Behandle bilde rangering';
$lang['Edit ranks'] = 'Rediger rangering';
$lang['No element in this album'] = 'Ingen elementer i dette album';
$lang['Images manual order was saved'] = 'Bilders manuelle rekkefølge lagret';
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php
index c438a1125..81f534a43 100644
--- a/language/pl_PL/admin.lang.php
+++ b/language/pl_PL/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Dodaj/Usuń permalink';
$lang['Add a tag'] = 'Dodaj tag';
$lang['Add a user'] = 'dodaj użytkownika';
$lang['Add group'] = 'Dodaj grupę';
-$lang['Add selected elements to caddie'] = 'Dodaj wybrane elementy do koszyka';
$lang['Add'] = 'Dodaj';
$lang['Allow user registration'] = 'Zezwól na rejestrację użytkowników';
$lang['Apply to sub-albums'] = 'Zastosuj do pod-albumów';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Nie reprezentuje';
$lang['Edit all picture informations'] = 'Edytuj informacje dla wszystkich obrazów';
$lang['Edit selected tags'] = 'Edytuj zaznaczone tagi';
$lang['Edit tags'] = 'Edytuj tagi';
-$lang['Elements'] = 'Elementy';
$lang['Email admins when a new user registers'] = 'Wyślij wiadomość do administratora gdy zarejestruje się nowy użytkownik';
$lang['Email admins when a valid comment is entered'] = 'Wyślij wiadomość do administratora gdy zostanie wprowadzony poprawny komentarz';
$lang['Email admins when a comment requires validation'] = 'Wyślij wiadomość do administratora gdy komentarz wymaga weryfikacji';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Reprezentuje';
$lang['Save order'] = 'Zapisz kolejność';
$lang['Save to permalink history'] = 'Zapisz do historii linków permanentnych';
$lang['Select at least one album'] = 'Wybierz przynajmniej jeden album';
-$lang['Select at least one picture'] = 'Wybierz przynajmniej jeden obraz';
+$lang['Select at least one photo'] = 'Wybierz przynajmniej jeden obraz';
$lang['Select at least one user'] = 'Wybierz przynajmniej jednego użytkownika';
$lang['Show info'] = 'Pokaż informacje';
$lang['Site manager'] = 'Menadżer strony';
@@ -208,12 +206,12 @@ $lang['Dissociate from album'] = 'usuń powiązanie z albumem';
$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['elements per page'] = 'elementów na stronę';
+$lang['photos per page'] = 'elementów na stronę';
$lang['elements'] = 'elementy';
$lang['High definition enabled'] = 'Wysoka jakość włączona';
$lang['File'] = 'plik';
$lang['Filesize'] = 'rozmiar pliku';
-$lang['first element added on %s'] = 'pierwszy element dodany %s';
+$lang['first photo added on %s'] = 'pierwszy element dodany %s';
$lang['Forbidden'] = 'Zabronione';
$lang['global mode'] = 'tryb globalny';
$lang['group "%s" added'] = 'dodano grupę "%s"';
@@ -224,7 +222,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Nazwa grup
$lang['This name is already used by another group.'] = 'Nazwa jest już używana przez inną grupę.';
$lang['High definition'] = 'Wysoka jakość';
$lang['jump to album'] = 'przejdź do albumu';
-$lang['jump to image'] = 'przejdź do obrazu';
+$lang['jump to photo'] = 'przejdź do obrazu';
$lang['leave'] = 'opuść';
$lang['Lock'] = 'Zablokuj';
$lang['Locked'] = 'Zablokowane';
@@ -301,7 +299,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Nie dodano uży
$lang['User %s [%s] added.'] = 'Dodano użytkownika %s [%s] .';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Ostrzeżenie: zapisanie lub wypisanie spowoduje wysłanie wiadomości do użytkowników';
$lang['Send mail on HTML format'] = 'Wyślij email w formacie HTML';
-$lang['Include display of recent pictures group by dates'] = 'Dodaj wyświetlanie aktualnych obrazów grupowane po dacie';
+$lang['Include display of recent photos grouped by dates'] = 'Dodaj wyświetlanie aktualnych obrazów grupowane po dacie';
$lang['Available only with HTML format'] = 'Dostępne tylko w formacie HTML';
$lang['no write access'] = 'brak praw do zapisu';
$lang['Permissions'] = 'Uprawnienia';
@@ -330,7 +328,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Stwór
$lang['created'] = 'utworzona';
$lang['delete'] = 'usuń';
$lang['delete this site and all its attached elements'] = 'usuń tę stronę oraz wszystkie załączone elementy';
-$lang['deleted'] = 'usunięte';
$lang['an error happened'] = 'wystąpił błąd';
$lang['file create_listing_file.php on remote site was not found'] = 'nie odnaleziono pliku create_listing_file.php na zdalnej stronie';
$lang['Local'] = 'Lokalny';
@@ -346,7 +343,6 @@ $lang['Thumbnail'] = 'miniatura';
$lang['title'] = 'tytuł';
$lang['Album list management'] = 'Zarządzanie albumami';
$lang['Piwigo configuration'] = 'Konfiguracja Piwigo';
-$lang['Piwigo administration'] = 'Administracja Piwigo';
$lang['Edit album'] = 'Edytuj album';
$lang['Group management'] = 'Zarządzanie grupami';
$lang['User list'] = 'Lista użytkowników';
@@ -379,7 +375,7 @@ $lang['Update images informations'] = 'Aktualizuj informacje o obrazach';
$lang['Synchronize'] = 'Synchronizuj';
$lang['reduce to single existing albums'] = 'zredukuj do pojedynczego istniejącego albumu';
$lang['Choose an option'] = 'Wybierz opcję';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'pokaż maksimum informacji (dodanie albumu i elementów, usunięcie albumu i elementów)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'pokaż maksimum informacji (dodanie albumu i elementów, usunięcie albumu i elementów)';
$lang['Piwigo version differs on the remote site'] = 'Wersja Piwigo na zdalnej stronie jest inna';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Wersja pliku create_listing_file.php na zdalnej stronie musi być taka sama jak w Piwigo';
$lang['listing.xml file was not found'] = 'Nie odnaleziono pliku listing.xml';
@@ -392,13 +388,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ pliku wymaga miniatury. Miniatura musi znajdować się w podkatalogu "thumbnail" danej kategorii. Nazwa pliku z miniaturą musi zaczynać się od skonfigurowanego prefixu, a rozszerzenie pliku musi być następujące :';
$lang['missing thumbnail'] = 'brakujące miniatury';
$lang['albums deleted in the database'] = 'albumy usunięte z bazy danych';
-$lang['elements deleted in the database'] = 'elementów usuniętych z bazy danych';
+$lang['photos deleted from the database'] = 'elementów usuniętych z bazy danych';
$lang['images candidates for metadata synchronization'] = 'obrazów dla których można zsynchronizować metadane';
$lang['elements informations synchronized with files metadata'] = 'informacji o elementach zsynchronizowanych z metadanymi plików';
$lang['errors during synchronization'] = 'błędów podczas synchronizacji';
$lang['albums added in the database'] = 'albumy dodane do bazy danych';
-$lang['elements added in the database'] = 'elementów dodanych do bazy danych';
-$lang['elements updated in the database'] = 'elementów zaktualizowanych w bazie danych';
+$lang['photos added in the database'] = 'elementów dodanych do bazy danych';
+$lang['photos updated in the database'] = 'elementów zaktualizowanych w bazie danych';
$lang['Search for new images in the directories'] = 'Szukaj nowych obrazów w katalogach';
$lang['added'] = 'dodane';
$lang['deleted'] = 'usunięte';
@@ -409,7 +405,7 @@ $lang['directories + files'] = 'katalogi + pliki';
$lang['only directories'] = 'tylko katalogi';
$lang['synchronize files structure with database'] = 'synchronizuj strukturę plików z bazą danych';
$lang['synchronize files metadata with database elements informations'] = 'synchronizuj metadane z informacjami o elementach z bazy danych';
-$lang['even already synchronized elements'] = 'także elementy już zsynchronizowane';
+$lang['even already synchronized photos'] = 'także elementy już zsynchronizowane';
$lang['Used metadata'] = 'Wykorzystane metadane';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Nazwy plików i katalogów muszą się składać z liter, cyfr, znaków: "-", "_" lub "."';
$lang['wrong filename'] = 'zła nazwa pliku';
@@ -493,12 +489,11 @@ $lang['Main "webmaster" user does not exist'] = 'Główny użytkownik "webmaster
$lang['Main "webmaster" user status is incorrect'] = 'Status głównego użytkownika "webmaster" jest niepoprawny';
$lang['User "%s" created with "%s" like password'] = 'Użytkownik "%s" został utworzony z hasłem "%s"';
$lang['Status of user "%s" updated'] = 'Status użytkownika "%s" został zaktualizowany';
-$lang['add new elements to caddie'] = 'dodaj nowe elementy do koszyka';
+$lang['add new photos to caddie'] = 'dodaj nowe elementy do koszyka';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Brak wyświetlania';
$lang['Classic display'] = 'Wyświetlanie klasyczne';
$lang['Hoverbox display'] = 'Wyświetlanie w ramkach w kształcie poduszek';
-$lang['Thumbnails'] = 'Miniatury';
$lang['Mail address is obligatory for all users'] = 'Adres email jest obowiązkowy dla wszystkich użytkowników';
$lang['Minimum privacy level'] = 'Minimalny poziom prywatności';
$lang['Privacy level'] = 'Poziom prywatności';
@@ -574,8 +569,8 @@ $lang['Modify information'] = 'Modyfikuj informacje';
$lang['edit album'] = 'edytuj informacje o tym albumie';
$lang['nothing'] = 'nic';
$lang['overrides existing values with empty ones'] = 'nadpisuje istniejące wartości pustymi';
-$lang['manage image ranks'] = 'zarządzaj rankingami obrazów';
-$lang['Manage image ranks'] = 'Zarządzaj rankingami obrazów';
+$lang['manage photo ranks'] = 'zarządzaj rankingami obrazów';
+$lang['Manage photo ranks'] = 'Zarządzaj rankingami obrazów';
$lang['Edit ranks'] = 'Edytuj rankingi';
$lang['No element in this album'] = 'Brak elementó w tym albumie';
$lang['Images manual order was saved'] = 'Ręczne sortowanie obrazów zostało zapisane';
@@ -599,7 +594,7 @@ $lang['Hide'] = 'Ukryj';
$lang['Miscellaneous'] = 'Informacje różne';
//For 2.1.0
$lang['Unable to check for upgrade.'] = 'Nie można sprawdzić aktualizacji.';
-$lang['Processing treatment.'] = 'Przetwarzanie obróbki.';
+$lang['Operation in progress'] = 'Przetwarzanie obróbki.';
$lang['Please wait...'] = 'Proszę czekać...';
$lang['Password is missing. Please enter the password.'] = 'Brak hasła. Proszę wprowadzić hasło.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Brak potwierdzenia hasła. Proszę potwierdzić wybrane hasło.';
diff --git a/language/pt_BR/admin.lang.php b/language/pt_BR/admin.lang.php
index aadeab6e0..452d7825e 100644
--- a/language/pt_BR/admin.lang.php
+++ b/language/pt_BR/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Adicionar/apagar um link';
$lang['Add a tag'] = 'Adicionar uma tag';
$lang['Add a user'] = 'Adicionar um usuário';
$lang['Add group'] = 'Adicionar um grupo';
-$lang['Add selected elements to caddie'] = 'Adicionar itens selecionados à cesta';
$lang['Add'] = 'Adicionar';
$lang['Allow user registration'] = 'Permitir o registro de usuário';
$lang['Apply to sub-albums'] = 'Aplicar às subcategorias';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Não representa';
$lang['Edit all picture informations'] = 'Editar todas as informações da imagem';
$lang['Edit selected tags'] = 'Editar tags selecionadas';
$lang['Edit tags'] = 'Editar tags';
-$lang['Elements'] = 'Itens';
$lang['Email admins when a new user registers'] = 'Notificar os administradores quando um novo usuário se registrar';
$lang['Email admins when a valid comment is entered'] = 'Notificar os administradores quando um comentário aprovado for incluído';
$lang['Email admins when a comment requires validation'] = 'Notificar os administradores quando um comentário necessitar de aprovação';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Representa';
$lang['Save order'] = 'Salvar ordem';
$lang['Save to permalink history'] = 'Salvar no histórico permalink';
$lang['Select at least one album'] = 'Selecionar ao menos uma categoria';
-$lang['Select at least one picture'] = 'Selecionar ao menos uma imagem';
+$lang['Select at least one photo'] = 'Selecionar ao menos uma imagem';
$lang['Select at least one user'] = 'Selecionar ao menos um usuário';
$lang['Show info'] = 'Mostrar info';
$lang['Site manager'] = 'Gerenciador do site';
@@ -209,12 +207,12 @@ $lang['Dissociate from album'] = 'desassociar da categoria';
$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['elements per page'] = 'itens por página';
+$lang['photos per page'] = 'itens por página';
$lang['elements'] = 'itens';
$lang['High definition enabled'] = 'Auta definição ativada';
$lang['File'] = 'Arquivo';
$lang['Filesize'] = 'Tamanho do arquivo';
-$lang['first element added on %s'] = 'primeiro item adicionado em %s';
+$lang['first photo added on %s'] = 'primeiro item adicionado em %s';
$lang['Forbidden'] = 'Proibido';
$lang['global mode'] = 'modo global';
$lang['group "%s" added'] = 'grupo "%s" adicionado';
@@ -226,7 +224,7 @@ $lang['This name is already used by another group.'] = 'Este nome já está send
$lang[''] = '';
$lang['High definition'] = 'Alta definição';
$lang['jump to album'] = 'pular para categoria';
-$lang['jump to image'] = 'pular para imagem';
+$lang['jump to photo'] = 'pular para imagem';
$lang['leave'] = 'deixar (leave)';
$lang['Lock'] = 'Trancar (Lock)';
$lang['Locked'] = 'Trancado(a) (Locked)';
@@ -303,7 +301,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Usuário %s [%s
$lang['User %s [%s] added.'] = 'Usuário %s [%s] adicionado.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Aviso: assinando ou cancelando a assinatura enviará correspondência aos usuários';
$lang['Send mail on HTML format'] = 'Enviar a correspondência no formato HTML';
-$lang['Include display of recent pictures group by dates'] = 'Incluir a exibição do grupo das imagens recentes por datas';
+$lang['Include display of recent photos grouped by dates'] = 'Incluir a exibição do grupo das imagens recentes por datas';
$lang['Available only with HTML format'] = 'Disponível apenas com o formato HTML';
$lang['no write access'] = 'sem acesso de escrita';
$lang['Permissions'] = 'Permissões';
@@ -348,7 +346,6 @@ $lang['Thumbnail'] = 'Miniatura';
$lang['title'] = 'título';
$lang['Album list management'] = 'Gerenciamento de categorias';
$lang['Piwigo configuration'] = 'Configuração Piwigo';
-$lang['Piwigo administration'] = 'Administração Piwigo';
$lang['Edit album'] = 'Editar uma categoria';
$lang['Group management'] = 'Gerenciamento de grupo';
$lang['User list'] = 'Lista de usuário';
@@ -381,7 +378,7 @@ $lang['Update images informations'] = 'Atualizar as informações das imagens';
$lang['Synchronize'] = 'Sincronizar';
$lang['reduce to single existing albums'] = 'reduzir as categorias existentes em apenas uma';
$lang['Choose an option'] = 'Escolher uma opção';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'exibir o máximo de informações (categorias e itens adicionados, categorias e itens apagados)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'exibir o máximo de informações (categorias e itens adicionados, categorias e itens apagados)';
$lang['Piwigo version differs on the remote site'] = 'Versão Piwigo version difere do site remoto';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'A versão de create_listing_file.php no site remoto e do Piwigo devem ser a mesma';
$lang['listing.xml file was not found'] = 'o arquivo listing.xml não foi encontrado';
@@ -394,13 +391,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'um tipo de arquivo imagético requer uma miniatura (thumbnail). A miniatura deve estar presente no sub-diretório "thumbnail" do diretório da categoria. O nome de arquivo da miniatura deve começar com o prefixo pré-configurado para a miniatura e a extensão deve estar entre a seguinte lista :';
$lang['missing thumbnail'] = 'está faltando thumbnail (miniatura)';
$lang['albums deleted in the database'] = 'categorias apagadas da base de dados';
-$lang['elements deleted in the database'] = 'itens apagados da base de dados';
+$lang['photos deleted from the database'] = 'itens apagados da base de dados';
$lang['images candidates for metadata synchronization'] = 'imagens candidatas para a sincronização com o metadado';
$lang['elements informations synchronized with files metadata'] = 'as informações dos itens foram sincronizados com o metadado dos arquivos';
$lang['errors during synchronization'] = 'erros durante a sincronização';
$lang['albums added in the database'] = 'categorias adicionadas à base de dados';
-$lang['elements added in the database'] = 'itens adicionados à base de dados';
-$lang['elements updated in the database'] = 'itens atualizados à base de dados';
+$lang['photos added in the database'] = 'itens adicionados à base de dados';
+$lang['photos updated in the database'] = 'itens atualizados à base de dados';
$lang['Search for new images in the directories'] = 'Pesquisar novas imagens nos diretórios';
$lang['added'] = 'adicionado(a)';
$lang['deleted'] = 'apagado(a)';
@@ -411,7 +408,7 @@ $lang['directories + files'] = 'diretórios + arquivos';
$lang['only directories'] = 'apenas diretórios';
$lang['synchronize files structure with database'] = 'sincronizar a estrutura dos arquivos com a base de dados';
$lang['synchronize files metadata with database elements informations'] = 'sincronizar o metadado dos arquivos com as informações dos itens da base de dados';
-$lang['even already synchronized elements'] = 'itens já sincronizados';
+$lang['even already synchronized photos'] = 'itens já sincronizados';
$lang['Used metadata'] = 'Metadados usados';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'O nome dos diretórios e dos arquivos devem ser compostos de letras, números, "-", "_" ou "."';
$lang['wrong filename'] = 'nome de arquivo errado';
@@ -495,12 +492,11 @@ $lang['Main "webmaster" user does not exist'] = 'O usuário principal "webmaster
$lang['Main "webmaster" user status is incorrect'] = 'O status do usuário principal "webmaster" está incorreto';
$lang['User "%s" created with "%s" like password'] = 'O usuário "%s" foi criado com "%s" como senha';
$lang['Status of user "%s" updated'] = 'Status do usuário "%s" foi atualizado';
-$lang['add new elements to caddie'] = 'adicionar novos itens à cesta';
+$lang['add new photos to caddie'] = 'adicionar novos itens à cesta';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Nenhuma exibição';
$lang['Classic display'] = 'Exibição clássica';
$lang['Hoverbox display'] = 'Exibição hoverbox';
-$lang['Thumbnails'] = 'Miniaturas (thumbnails)';
$lang['Mail address is obligatory for all users'] = 'Endereço de email é obrigatório para todos os usuários';
$lang['Minimum privacy level'] = 'Nível de privacidade mínima';
$lang['Privacy level'] = 'Nível de privacidade';
@@ -576,8 +572,8 @@ $lang['Modify information'] = 'Modificar informação';
$lang['edit album'] = 'editar informações da categoria';
$lang['nothing'] = 'nada';
$lang['overrides existing values with empty ones'] = 'sobrepor os valores existentes com valores vazios';
-$lang['manage image ranks'] = 'gerenciar posições (image ranks)';
-$lang['Manage image ranks'] = 'Gerenciar posições (image ranks)';
+$lang['manage photo ranks'] = 'gerenciar posições (image ranks)';
+$lang['Manage photo ranks'] = 'Gerenciar posições (image ranks)';
$lang['Edit ranks'] = 'Editar posições (ranks)';
$lang['No element in this album'] = 'Nenhum item nesta categoria';
$lang['Images manual order was saved'] = 'A ordem manual das imagens foi salva';
diff --git a/language/pt_PT/admin.lang.php b/language/pt_PT/admin.lang.php
index fb719628a..7508144b5 100644
--- a/language/pt_PT/admin.lang.php
+++ b/language/pt_PT/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Adicionar/apagar um link';
$lang['Add a tag'] = 'Adicionar uma tag';
$lang['Add a user'] = 'Adicionar um usuário';
$lang['Add group'] = 'Adicionar um grupo';
-$lang['Add selected elements to caddie'] = 'Adicionar elementos selecionados ao carrinho';
$lang['Add'] = 'Adicionar';
$lang['Allow user registration'] = 'Permitir o registro de usuário';
$lang['Apply to sub-albums'] = 'Aplicar às subcategorias';
@@ -152,7 +151,7 @@ $lang['Represents'] = 'Representa';
$lang['Save order'] = 'Salvar ordem';
$lang['Save to permalink history'] = 'Salvar no histórico permalink';
$lang['Select at least one album'] = 'Selecionar ao menos uma categoria';
-$lang['Select at least one picture'] = 'Selecionar ao menos uma imagem';
+$lang['Select at least one photo'] = 'Selecionar ao menos uma imagem';
$lang['Select at least one user'] = 'Selecionar ao menos um usuário';
$lang['Show info'] = 'Mostrar info';
$lang['Site manager'] = 'Gerenciador do site';
@@ -209,12 +208,12 @@ $lang['Dissociate from album'] = 'desassociar da categoria';
$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['elements per page'] = 'elementos por página';
+$lang['photos per page'] = 'elementos por página';
$lang['elements'] = 'elementos';
$lang['High definition enabled'] = 'Alta definição ativada';
$lang['File'] = 'Arquivo';
$lang['Filesize'] = 'Tamanho do arquivo';
-$lang['first element added on %s'] = 'primeiro elemento adicionado em %s';
+$lang['first photo added on %s'] = 'primeiro elemento adicionado em %s';
$lang['Forbidden'] = 'Proibido';
$lang['global mode'] = 'modo global';
$lang['group "%s" added'] = 'grupo "%s" adicionado';
@@ -226,7 +225,7 @@ $lang['This name is already used by another group.'] = 'Este nome já é usado p
$lang[''] = 'Alta definição desativada';
$lang['High definition'] = 'Alta definição';
$lang['jump to album'] = 'ir para categoria';
-$lang['jump to image'] = 'ir para imagem';
+$lang['jump to photo'] = 'ir para imagem';
$lang['leave'] = 'deixar (leave)';
$lang['Lock'] = 'Trancar (Lock)';
$lang['Locked'] = 'Trancado(a) (Locked)';
@@ -303,7 +302,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Usuário %s [%s
$lang['User %s [%s] added.'] = 'Usuário %s [%s] adicionado.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Aviso: assinando ou cancelando a assinatura enviará correspondência aos usuários';
$lang['Send mail on HTML format'] = 'Enviar a correspondência no formato HTML';
-$lang['Include display of recent pictures group by dates'] = 'Incluir a exibição do grupo das imagens recentes por datas';
+$lang['Include display of recent photos grouped by dates'] = 'Incluir a exibição do grupo das imagens recentes por datas';
$lang['Available only with HTML format'] = 'Disponível apenas com o formato HTML';
$lang['no write access'] = 'sem acesso de escrita';
$lang['Permissions'] = 'Permissões';
@@ -348,7 +347,6 @@ $lang['Thumbnail'] = 'Miniatura';
$lang['title'] = 'título';
$lang['Album list management'] = 'Gerenciamento de categorias';
$lang['Piwigo configuration'] = 'Configuração Piwigo';
-$lang['Piwigo administration'] = 'Administração Piwigo';
$lang['Edit album'] = 'Editar uma categoria';
$lang['Group management'] = 'Gerenciamento de grupo';
$lang['User list'] = 'Lista de usuários';
@@ -381,7 +379,7 @@ $lang['Update images informations'] = 'Atualizar as informações das imagens';
$lang['Synchronize'] = 'Sincronizar';
$lang['reduce to single existing albums'] = 'reduzir as categorias existentes em apenas uma';
$lang['Choose an option'] = 'Escolher uma opção';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'exibir o máximo de informações (categorias e elementos adicionados, categorias e elementos apagados)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'exibir o máximo de informações (categorias e elementos adicionados, categorias e elementos apagados)';
$lang['Piwigo version differs on the remote site'] = 'Versão Piwigo difere do site remoto';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'A versão de create_listing_file.php no site remoto e do Piwigo devem ser a mesma';
$lang['listing.xml file was not found'] = 'o arquivo listing.xml não foi encontrado';
@@ -394,13 +392,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'um tipo de arquivo imagético requer uma miniatura (thumbnail). A miniatura deve estar presente no sub-diretório "thumbnail" do diretório da categoria. O nome de arquivo da miniatura deve começar com o prefixo pré-configurado para a miniatura e a extensão deve estar entre a seguinte lista :';
$lang['missing thumbnail'] = 'falta thumbnail (miniatura)';
$lang['albums deleted in the database'] = 'categorias apagadas da base de dados';
-$lang['elements deleted in the database'] = 'elementos apagados da base de dados';
+$lang['photos deleted from the database'] = 'elementos apagados da base de dados';
$lang['images candidates for metadata synchronization'] = 'imagens candidatas para a sincronização com o metadado';
$lang['elements informations synchronized with files metadata'] = 'as informações dos elementos foram sincronizados com o metadado dos arquivos';
$lang['errors during synchronization'] = 'erros durante a sincronização';
$lang['albums added in the database'] = 'categorias adicionadas à base de dados';
-$lang['elements added in the database'] = 'elementos adicionados à base de dados';
-$lang['elements updated in the database'] = 'elementos atualizados à base de dados';
+$lang['photos added in the database'] = 'elementos adicionados à base de dados';
+$lang['photos updated in the database'] = 'elementos atualizados à base de dados';
$lang['Search for new images in the directories'] = 'Pesquisar novas imagens nos diretórios';
$lang['added'] = 'adicionado(a)';
$lang['deleted'] = 'apagado(a)';
@@ -411,7 +409,7 @@ $lang['directories + files'] = 'diretórios + arquivos';
$lang['only directories'] = 'apenas diretórios';
$lang['synchronize files structure with database'] = 'sincronizar a estrutura dos arquivos com a base de dados';
$lang['synchronize files metadata with database elements informations'] = 'sincronizar o metadado dos arquivos com as informações dos elementos da base de dados';
-$lang['even already synchronized elements'] = 'elementos já sincronizados';
+$lang['even already synchronized photos'] = 'elementos já sincronizados';
$lang['Used metadata'] = 'Metadados usados';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'O nome dos diretórios e dos arquivos devem ser compostos de letras, números, "-", "_" ou "."';
$lang['wrong filename'] = 'nome de arquivo errado';
@@ -495,12 +493,11 @@ $lang['Main "webmaster" user does not exist'] = 'O usuário principal "webmaster
$lang['Main "webmaster" user status is incorrect'] = 'O estatuto do usuário principal "webmaster" está incorreto';
$lang['User "%s" created with "%s" like password'] = 'O usuário "%s" foi criado com "%s" como palavra-passe';
$lang['Status of user "%s" updated'] = 'Estatuto do usuário "%s" foi atualizado';
-$lang['add new elements to caddie'] = 'adicionar novos itens ao carrinho';
+$lang['add new photos to caddie'] = 'adicionar novos itens ao carrinho';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Nenhuma exibição';
$lang['Classic display'] = 'Exibição clássica';
$lang['Hoverbox display'] = 'Exibição hoverbox';
-$lang['Thumbnails'] = 'Miniaturas (thumbnails)';
$lang['Mail address is obligatory for all users'] = 'Endereço de email é obrigatório para todos os usuários';
$lang['Minimum privacy level'] = 'Nível de privacidade mínima';
$lang['Privacy level'] = 'Nível de privacidade';
@@ -575,8 +572,8 @@ $lang['Modify information'] = 'Modificar informação';
$lang['edit album'] = 'editar informações da categoria';
$lang['nothing'] = 'nada';
$lang['overrides existing values with empty ones'] = 'sobrepor os valores existentes com valores vazios';
-$lang['manage image ranks'] = 'gerenciar posições (image ranks)';
-$lang['Manage image ranks'] = 'Gerenciar posições (image ranks)';
+$lang['manage photo ranks'] = 'gerenciar posições (image ranks)';
+$lang['Manage photo ranks'] = 'Gerenciar posições (image ranks)';
$lang['Edit ranks'] = 'Editar posições (ranks)';
$lang['No element in this album'] = 'Nenhum elemento nesta categoria';
$lang['Images manual order was saved'] = 'A ordem manual das imagens foi salva';
diff --git a/language/ru_RU/admin.lang.php b/language/ru_RU/admin.lang.php
index 9e134f6cd..0fe62ffff 100644
--- a/language/ru_RU/admin.lang.php
+++ b/language/ru_RU/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Добавить/удалить постоя
$lang['Add a tag'] = 'Добавить слово';
$lang['Add a user'] = 'Добавить пользователя';
$lang['Add group'] = 'Добавить группу';
-$lang['Add selected elements to caddie'] = 'Добавить выбранные элементы в корзину';
$lang['Add'] = 'Добавить';
$lang['Allow user registration'] = 'Разрешить регистрацию пользователей';
$lang['Apply to sub-albums'] = 'Применить к вложенным альбомам';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Нет представителя';
$lang['Edit all picture informations'] = 'Редактировать всю информацию о фотографии';
$lang['Edit selected tags'] = 'Редактировать выделенные слова';
$lang['Edit tags'] = 'Редактировать слова';
-$lang['Elements'] = 'Элементы';
$lang['Email admins when a new user registers'] = 'Сообщать администратору когда зарегистрировался новый посетитель';
$lang['Email admins when a valid comment is entered'] = 'Сообщать администратору когда появился комментарий';
$lang['Email admins when a comment requires validation'] = 'Сообщать администратору когда появился комментарий для проверки';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Представляет';
$lang['Save order'] = 'Сохранить порядок';
$lang['Save to permalink history'] = 'Сохранить историю постоянных ссылок';
$lang['Select at least one album'] = 'Выберите хотя бы один альбом';
-$lang['Select at least one picture'] = 'Выберите хотя бы одно изображение';
+$lang['Select at least one photo'] = 'Выберите хотя бы одно изображение';
$lang['Select at least one user'] = 'Выберите хотя бы одного пользователя';
$lang['Show info'] = 'Показать информацию';
$lang['Site manager'] = 'Управление сайтами';
@@ -207,12 +205,12 @@ $lang['Dissociate from album'] = 'отделить альбом';
$lang['dissociate from group'] = 'отвязать от группы';
$lang['edit album permissions'] = 'редактировать разрешения альбома';
$lang['Album updated successfully'] = 'Информация об альбоме успешно добавлена.';
-$lang['elements per page'] = 'миниатюр на странице';
+$lang['photos per page'] = 'миниатюр на странице';
$lang['elements'] = 'элементы';
$lang['High definition enabled'] = 'Доступно высокое разрешение';
$lang['File'] = 'файл';
$lang['Filesize'] = 'размер файла';
-$lang['first element added on %s'] = 'первый элемент добавлен %s';
+$lang['first photo added on %s'] = 'первый элемент добавлен %s';
$lang['Forbidden'] = 'Запрещено';
$lang['global mode'] = 'групповой режим';
$lang['group "%s" added'] = 'группа "%s" добавлена';
@@ -223,7 +221,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Назва
$lang['This name is already used by another group.'] = 'Это название уже используется для другой группы.';
$lang['High definition'] = 'Большое разрешение';
$lang['jump to album'] = 'быстро перейти в альбом';
-$lang['jump to image'] = 'перейти к фотографии';
+$lang['jump to photo'] = 'перейти к фотографии';
$lang['leave'] = 'оставить';
$lang['Lock'] = 'Блокировка';
$lang['Locked'] = 'Заблокировано';
@@ -300,7 +298,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Пользов
$lang['User %s [%s] added.'] = 'Пользователь %s [%s] добавлен.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Внимание: при добавлении/удалении в список рассылки будет отправлено уведомление пользователям';
$lang['Send mail on HTML format'] = 'Отправить письмо в HTML формате';
-$lang['Include display of recent pictures group by dates'] = 'Включить отображение последних фотографий сгруппированных по дате';
+$lang['Include display of recent photos grouped by dates'] = 'Включить отображение последних фотографий сгруппированных по дате';
$lang['Available only with HTML format'] = 'Возможно только в HTML формате';
$lang['no write access'] = 'нет доступа на запись';
$lang['Permissions'] = 'Разрешения';
@@ -345,7 +343,6 @@ $lang['Thumbnail'] = 'миниатюра';
$lang['title'] = 'Название';
$lang['Album list management'] = 'Управление альбомами';
$lang['Piwigo configuration'] = 'Настройка PhpWebGallery';
-$lang['Piwigo administration'] = 'Администрирование PhpWebGallery';
$lang['Edit album'] = 'Редактирование альбома';
$lang['Group management'] = 'Управление группами';
$lang['User list'] = 'Список пользователей';
@@ -378,7 +375,7 @@ $lang['Update images informations'] = 'обновить информацию о
$lang['Synchronize'] = 'Синхронизация';
$lang['reduce to single existing albums'] = 'объединить в один существующий альбом';
$lang['Choose an option'] = 'Выберите параметры';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'показать максимум информации (добавленные и удаленные альбомы и элементы)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'показать максимум информации (добавленные и удаленные альбомы и элементы)';
$lang['Piwigo version differs on the remote site'] = 'версия PhpWebGallery отличается на удаленном сайте';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Версии create_listing_file.php на удаленном сайте и PhpWebGallery должны быть одинаковыми';
$lang['listing.xml file was not found'] = 'файл listing.xml не найден';
@@ -391,13 +388,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'для этого типа файлов нужна миниатюра. Миниатюры должны находиться в подпапке "thumbnail" папки категории. Имя файла миниатюры должно начинаться с указанного в конфигурации префикса, расширение должно быть одним из нижеперечисленных:';
$lang['missing thumbnail'] = 'отсутствуют миниатюры';
$lang['albums deleted in the database'] = 'альбомы удалены из базы данных';
-$lang['elements deleted in the database'] = 'элементов удалено из базы данных';
+$lang['photos deleted from the database'] = 'элементов удалено из базы данных';
$lang['images candidates for metadata synchronization'] = 'изображений для синхронизации метаданных';
$lang['elements informations synchronized with files metadata'] = 'информация об элементах синхронизирована с метаданными файлов';
$lang['errors during synchronization'] = 'ошибок синхронизации';
$lang['albums added in the database'] = 'альбомы добавлены в базу данных';
-$lang['elements added in the database'] = 'элементов добавлено в базу данных';
-$lang['elements updated in the database'] = 'элементов обновлено в базе данных';
+$lang['photos added in the database'] = 'элементов добавлено в базу данных';
+$lang['photos updated in the database'] = 'элементов обновлено в базе данных';
$lang['Search for new images in the directories'] = 'Поиск новых изображений в папках';
$lang['added'] = 'добавлена';
$lang['deleted'] = 'удалена';
@@ -408,7 +405,7 @@ $lang['directories + files'] = 'папки и файлы';
$lang['only directories'] = 'только папки';
$lang['synchronize files structure with database'] = 'синхронизировать файловую структуру с базой данных';
$lang['synchronize files metadata with database elements informations'] = 'синхронизировать метаданные файлов с информацией в базе данных';
-$lang['even already synchronized elements'] = 'все, включая синхронизированные ранее';
+$lang['even already synchronized photos'] = 'все, включая синхронизированные ранее';
$lang['Used metadata'] = 'Используемые метаданные';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Название папки и файла должно состоять из букв, цифр, "-", "_" и "."';
$lang['wrong filename'] = 'неверное имя файла';
@@ -492,12 +489,11 @@ $lang['Main "webmaster" user does not exist'] = 'Пользователь "webma
$lang['Main "webmaster" user status is incorrect'] = 'Статус пользователя "webmaster" некорректен';
$lang['User "%s" created with "%s" like password'] = 'Пользователь "%s" создан с паролем "%s"';
$lang['Status of user "%s" updated'] = 'Статус пользователя "%s" обновлен';
-$lang['add new elements to caddie'] = 'добавить новые фотографии в корзину';
+$lang['add new photos to caddie'] = 'добавить новые фотографии в корзину';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Не показывать';
$lang['Classic display'] = 'Классический вид';
$lang['Hoverbox display'] = 'Вид Hoverbox';
-$lang['Thumbnails'] = 'Миниатюры';
$lang['Mail address is obligatory for all users'] = 'Адрес электронной почты обязателен для всех пользователей';
$lang['Minimum privacy level'] = 'Минимальный уровень защиты';
$lang['Privacy level'] = 'Уровень защиты';
@@ -573,8 +569,8 @@ $lang['Modify information'] = 'Modify information';
$lang['edit album'] = 'редактировать информацию об этом альбоме';
$lang['nothing'] = 'ничего';
$lang['overrides existing values with empty ones'] = 'замена существующих значений пустыми';
-$lang['manage image ranks'] = 'управление порядком изображений';
-$lang['Manage image ranks'] = 'Управление порядком изображений';
+$lang['manage photo ranks'] = 'управление порядком изображений';
+$lang['Manage photo ranks'] = 'Управление порядком изображений';
$lang['Edit ranks'] = 'Изменить порядок';
$lang['No element in this album'] = 'В этом альбоме нет элементов';
$lang['Images manual order was saved'] = 'Указанный порядок изображений сохранен';
@@ -587,7 +583,7 @@ $lang['%d photo was deleted'] = '%d фото удалено';
$lang['%d photos were deleted'] = '%d фото удалено';
$lang['Unable to check for upgrade.'] = 'Невозможно проверить обновление.';
$lang['Date'] = 'Дата';
-$lang['Processing treatment.'] = 'Обработка обращения.';
+$lang['Operation in progress'] = 'Обработка обращения.';
$lang['Please wait...'] = 'Пожалуйста, подождите...';
$lang['Downloads'] = 'Загрузки';
$lang['Released on'] = 'Выпуск';
diff --git a/language/sh_RS/admin.lang.php b/language/sh_RS/admin.lang.php
index b84943b59..7afaa943d 100644
--- a/language/sh_RS/admin.lang.php
+++ b/language/sh_RS/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Dodaj/izbriši stalnu vezu';
$lang['Add a tag'] = 'Dodaj';
$lang['Add a user'] = 'Dodaj korisnika';
$lang['Add group'] = 'Dodaj grupu';
-$lang['Add selected elements to caddie'] = 'Dodaj odabrane stavke u fioku';
$lang['Add'] = 'Dodaj';
$lang['Allow user registration'] = 'Odobri upis korisnika';
$lang['Apply to sub-albums'] = 'Primeni na podkategorije';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Ne predstavlja';
$lang['Edit all picture informations'] = 'Uredi sve podatke o slici';
$lang['Edit selected tags'] = 'Uredi odabrane oznake';
$lang['Edit tags'] = 'Uredi oznake';
-$lang['Elements'] = 'Elementi';
$lang['Email admins when a new user registers'] = 'E-mail administratorima pri upisu novih korisnika';
$lang['Email admins when a valid comment is entered'] = 'E-mail administratorima pri upisu novih komentara';
$lang['Email admins when a comment requires validation'] = 'Email administratorima kada komentar treba overu';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Predstavlja';
$lang['Save order'] = 'Snimi raspored';
$lang['Save to permalink history'] = 'Snimi u istoriju stalnih veza';
$lang['Select at least one album'] = 'Odaberite najmanje jednu kategoriju';
-$lang['Select at least one picture'] = 'Odaberite najmanje jednu sliku';
+$lang['Select at least one photo'] = 'Odaberite najmanje jednu sliku';
$lang['Select at least one user'] = 'Odaberite najmanje jednog korisnika';
$lang['Show info'] = 'Prikaz podataka';
$lang['Site manager'] = 'Administrator galerije';
@@ -209,12 +207,12 @@ $lang['Dissociate from album'] = 'odvoji od kategorije';
$lang['dissociate from group'] = 'odvoji od grupe';
$lang['edit album permissions'] = 'uredi dozvole kategorije';
$lang['Album updated successfully'] = 'Podaci kategorije uspešno obnovljeni.';
-$lang['elements per page'] = 'elemenata po stranici';
+$lang['photos per page'] = 'elemenata po stranici';
$lang['elements'] = 'elementi';
$lang['High definition enabled'] = 'Visoka rezolucija omogućena';
$lang['File'] = 'Datoteka';
$lang['Filesize'] = 'Veličina datoteke';
-$lang['first element added on %s'] = 'prvi element dodat %s';
+$lang['first photo added on %s'] = 'prvi element dodat %s';
$lang['Forbidden'] = 'Zabranjeno';
$lang['global mode'] = 'opšti način';
$lang['group "%s" added'] = 'grupa "%s" dodata';
@@ -225,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Naziv grup
$lang['This name is already used by another group.'] = 'Ovaj naziv već koristi druga grupa.';
$lang['High definition'] = 'Visoka rezolucija';
$lang['jump to album'] = 'skok u kategoriju';
-$lang['jump to image'] = 'skok na sliku';
+$lang['jump to photo'] = 'skok na sliku';
$lang['leave'] = 'ostavi';
$lang['Lock'] = 'Zaključaj';
$lang['Locked'] = 'Zaključano';
@@ -303,7 +301,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Korisnik %s [%s
$lang['User %s [%s] added.'] = 'Korisnik %s [%s] dodat.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Upozorenje: pretplata ili ukidanje pretplate će poslati e-mail poruke korisnicima';
$lang['Send mail on HTML format'] = 'Pošalji poruku u HTML obliku';
-$lang['Include display of recent pictures group by dates'] = 'Uključi prikaz nedavnih slika složenih po datumima';
+$lang['Include display of recent photos grouped by dates'] = 'Uključi prikaz nedavnih slika složenih po datumima';
$lang['Available only with HTML format'] = 'Dostupno samo u HTML obliku';
$lang['no write access'] = 'nema dozvole upisa';
$lang['Permissions'] = 'Dozvole';
@@ -332,7 +330,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Izradi
$lang['created'] = 'napravljeno';
$lang['delete'] = 'obriši';
$lang['delete this site and all its attached elements'] = 'obriši ovu stranicu i sve njene pridodate stavke';
-$lang['deleted'] = 'obrisano';
$lang['an error happened'] = 'došlo je do greške';
$lang['file create_listing_file.php on remote site was not found'] = 'datoteka create_listing_file.php na udaljenoj stranici nije pronađen';
$lang['Local'] = 'Lokalno';
@@ -348,7 +345,6 @@ $lang['Thumbnail'] = 'Povezne sličice';
$lang['title'] = 'naslov';
$lang['Album list management'] = 'Upravljanje kategorijama';
$lang['Piwigo configuration'] = 'Piwigo podešavanja';
-$lang['Piwigo administration'] = 'Piwigo administracija';
$lang['Edit album'] = 'Uredi kategoriju';
$lang['Group management'] = 'Upravljanje grupama';
$lang['User list'] = 'Lista korisnika';
@@ -381,7 +377,7 @@ $lang['Update images informations'] = 'Obnovi podatke o slikama';
$lang['Synchronize'] = 'Sinhronizuj';
$lang['reduce to single existing albums'] = 'umanji na jednu postojeću kategoriju-e';
$lang['Choose an option'] = 'Izaberite mogućnost';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'najopširniji mogući prikaz podataka (dodate kategorije i elementi, izbrisane kategorije i elementi)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'najopširniji mogući prikaz podataka (dodate kategorije i elementi, izbrisane kategorije i elementi)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo inačica na udaljenom mjestu se razlikuje';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Verzija create_listing_file.php na udaljenoj stranici i Piwigo-u mora biti jednaka';
$lang['listing.xml file was not found'] = 'listing.xml datoteka nije pronađena';
@@ -394,13 +390,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Ova datoteka zahtjeva poveznu sličicu. Povezna sličica mora biti prisutna u poddirektorijumu "thumbnail" direktorijuma kategorije. Naziv povezne sličice mora počinjati sa podrazumevanim predznakom i nastavak mora biti jedan od popisanih :';
$lang['missing thumbnail'] = 'nedostajuće povezne sličice';
$lang['albums deleted in the database'] = 'kategorije izbrisane iz baze podataka';
-$lang['elements deleted in the database'] = 'elementi izbrisani iz baze podataka';
+$lang['photos deleted from the database'] = 'elementi izbrisani iz baze podataka';
$lang['images candidates for metadata synchronization'] = 'slika kandidata za sinhronizaciju meta podataka';
$lang['elements informations synchronized with files metadata'] = 'podataka elemenata sinhronizovano sa meta podacima datoteke';
$lang['errors during synchronization'] = 'grešaka tokom sinhronizacije';
$lang['albums added in the database'] = 'kategorija dodato u bazu podataka';
-$lang['elements added in the database'] = 'elemenata dodato u bazu podataka';
-$lang['elements updated in the database'] = 'elemenata obnovljeno u bazi podataka';
+$lang['photos added in the database'] = 'elemenata dodato u bazu podataka';
+$lang['photos updated in the database'] = 'elemenata obnovljeno u bazi podataka';
$lang['Search for new images in the directories'] = 'Pretraživanje novih slika u direktorijumima';
$lang['added'] = 'dodato';
$lang['deleted'] = 'obrisano';
@@ -411,7 +407,7 @@ $lang['directories + files'] = 'direktorijume + datoteke';
$lang['only directories'] = 'samo direktorijume';
$lang['synchronize files structure with database'] = 'uskladi strukturu datoteke sa bazom podataka';
$lang['synchronize files metadata with database elements informations'] = 'uskladi meta podatke datoteke sa podacima o elementu iz baze podataka';
-$lang['even already synchronized elements'] = 'čak i već usklađene elemente';
+$lang['even already synchronized photos'] = 'čak i već usklađene elemente';
$lang['Used metadata'] = 'Korišćeni meta podaci';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Nazivi direktorijuma i datoteka moraju biti sastavljeni od slova, brojva, "-", "_" ili "."';
$lang['wrong filename'] = 'loš naziv datoteke';
@@ -495,12 +491,11 @@ $lang['Main "webmaster" user does not exist'] = 'Glavni "webmaster" korisnik ne
$lang['Main "webmaster" user status is incorrect'] = 'Stanje glavnog "webmaster" korisnika je neispravno';
$lang['User "%s" created with "%s" like password'] = 'Korisnik "%s" izrađen sa "%s" kao lozinkom';
$lang['Status of user "%s" updated'] = 'Stanje korisnika "%s" obnovljeno';
-$lang['add new elements to caddie'] = 'dodaj nove elemente u fioku';
+$lang['add new photos to caddie'] = 'dodaj nove elemente u fioku';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Bez prikaza';
$lang['Classic display'] = 'Klasični prikaz';
$lang['Hoverbox display'] = 'Prikaz lebdećim prozorom';
-$lang['Thumbnails'] = 'Povezne sličice';
$lang['Mail address is obligatory for all users'] = 'E-mail adresa je obavezna za sve korisnike';
$lang['Minimum privacy level'] = 'Najniži nivo privatnosti';
$lang['Privacy level'] = 'Nivo privatnosti';
@@ -576,8 +571,8 @@ $lang['Modify information'] = 'Promeni podatak';
$lang['edit album'] = 'uredi podatke o kategoriji';
$lang['nothing'] = 'ništa';
$lang['overrides existing values with empty ones'] = 'prekucava postojeće vrednosti praznim poljima';
-$lang['manage image ranks'] = 'upravljanje poretkom slika';
-$lang['Manage image ranks'] = 'Upravljanje poretkom';
+$lang['manage photo ranks'] = 'upravljanje poretkom slika';
+$lang['Manage photo ranks'] = 'Upravljanje poretkom';
$lang['Edit ranks'] = 'Uredi poredak';
$lang['No element in this album'] = 'Nema elemenata u ovoj kategoriji';
$lang['Images manual order was saved'] = 'Sačuvan je podešenii redosled slika';
@@ -598,7 +593,7 @@ $lang['Subscribe %s'] = 'Pretplatite %s';
$lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Pretplatite %s na Piwigo English Announcements e-Novine';
$lang['Purge search history'] = 'Očisti istoriju pretraživanja';
$lang['Hide'] = 'Sakrij';
-$lang['Processing treatment.'] = 'Tretiranje procesa.';
+$lang['Operation in progress'] = 'Tretiranje procesa.';
$lang['Please wait...'] = 'Molim sačekajte...';
$lang['Password is missing. Please enter the password.'] = 'Lozinka nedostaje. Molim unesite lozinku.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Potvrda lozinke nedostaje. Molim potvrdite izabranu lozinku.';
diff --git a/language/sk_SK/admin.lang.php b/language/sk_SK/admin.lang.php
index d91db859d..3d9b71ea5 100644
--- a/language/sk_SK/admin.lang.php
+++ b/language/sk_SK/admin.lang.php
@@ -53,7 +53,6 @@ $lang['Add/delete a permalink'] = 'Pridať/odobrať pernamentný odkaz';
$lang['Add a tag'] = 'Pridať kľúčové slovo';
$lang['Add a user'] = 'Pridat používateľa';
$lang['Add group'] = 'Pridať skupinu';
-$lang['Add selected elements to caddie'] = 'Pridať vybrané položky do košíku';
$lang['Add'] = 'Pridať';
$lang['Allow user registration'] = 'Povoliť registráciu používateľa';
$lang['Apply to sub-albums'] = 'Použiť na podalbumy';
@@ -83,7 +82,6 @@ $lang['Does not represent'] = 'Nereprezentuje';
$lang['Edit all picture informations'] = 'Upraviť informácie o všetkých fotografiách';
$lang['Edit selected tags'] = 'Upraviť vybrané kľúčové slová';
$lang['Edit tags'] = 'Upraviť kľúčové slová';
-$lang['Elements'] = 'Položky';
$lang['Email admins when a new user registers'] = 'Poslať e-mail administrátorom pri registrácii nového používateľa';
$lang['Email admins when a valid comment is entered'] = 'Poslať e-mail administrátorom pri vložení nového komentára';
$lang['Email admins when a comment requires validation'] = 'Poslať e-mail administrátorom pri vložení nového komentára vyžadujúceho schválenie.';
@@ -153,7 +151,7 @@ $lang['Represents'] = 'Ukážkové fotografie';
$lang['Save order'] = 'Uložiť poradie';
$lang['Save to permalink history'] = 'Uložiť do histórie permanentného spojenia';
$lang['Select at least one album'] = 'Je nutné zvoliť aspoň jeden album';
-$lang['Select at least one picture'] = 'Je nutné zvoliť aspoň jednu fotografiu';
+$lang['Select at least one photo'] = 'Je nutné zvoliť aspoň jednu fotografiu';
$lang['Select at least one user'] = 'Je nutné zvoliť aspoň jedného používateľa';
$lang['Show info'] = 'Zobraziť informácie';
$lang['Site manager'] = 'Správca stránky';
@@ -199,7 +197,6 @@ $lang['Access type'] = 'Druh prístupu';
$lang['Comments'] = 'Komentáre používateľov';
$lang['Information data registered in database'] = 'Data boli uložené do databázy';
$lang['Default display'] = 'Východzie zobrazenie';
-$lang['History'] = 'História';
$lang['The gallery URL is not valid.'] = 'URL galérie nie je platné';
$lang['Main'] = 'Hlavné';
$lang['The number of comments a page must be between 5 and 50 included.'] = 'Počet komentárov na stránku musí byť číslo medzi 5 a 50 vrátane';
@@ -211,12 +208,12 @@ $lang['Dissociate from album'] = 'oddeliť z albumu';
$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['elements per page'] = 'položiek na stránke';
+$lang['photos per page'] = 'položiek na stránke';
$lang['elements'] = 'položky';
$lang['High definition enabled'] = 'Vysoké rozlíšenie povolené';
$lang['File'] = 'Súbor';
$lang['Filesize'] = 'Veľkosť súboru';
-$lang['first element added on %s'] = 'prvá položka pridaná k %s';
+$lang['first photo added on %s'] = 'prvá položka pridaná k %s';
$lang['Forbidden'] = 'Zakázané';
$lang['global mode'] = 'viac naraz';
$lang['group "%s" added'] = 'skupina "%s" pridaná';
@@ -227,7 +224,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Názov sku
$lang['This name is already used by another group.'] = 'Toto meno je už používané pre inú skupinu.';
$lang['High definition'] = 'Vysoké rozlíšenie';
$lang['jump to album'] = 'Prejsť do albumu';
-$lang['jump to image'] = 'prejsť na obrázok';
+$lang['jump to photo'] = 'prejsť na obrázok';
$lang['leave'] = 'ponechať';
$lang['Lock'] = 'Zamknúť';
$lang['Locked'] = 'Uzamknuté';
@@ -303,7 +300,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Používateľ %
$lang['User %s [%s] added.'] = 'Používateľ %s [%s] pridaný.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Upozornenie: prihlásenie alebo odhlásenie má za následok odoslanie e-mailov používateľom';
$lang['Send mail on HTML format'] = 'Odosielať správy v HTML formáte';
-$lang['Include display of recent pictures group by dates'] = 'Zahrnúť novú skupinu fotografií podľa dátumu';
+$lang['Include display of recent photos grouped by dates'] = 'Zahrnúť novú skupinu fotografií podľa dátumu';
$lang['Available only with HTML format'] = 'Dostupné len pre správy vo formáte HTML';
$lang['no write access'] = 'nemáte prístupové práva';
$lang['Permissions'] = 'Oprávnenia';
@@ -348,7 +345,6 @@ $lang['Thumbnail'] = 'Náhľad';
$lang['title'] = 'názov';
$lang['Album list management'] = 'Správa albumov';
$lang['Piwigo configuration'] = 'Nastavenie aplikácie Piwigo';
-$lang['Piwigo administration'] = 'Administrácia aplikácie Piwigo';
$lang['Edit album'] = 'Editovať album';
$lang['Group management'] = 'Správa skupín';
$lang['User list'] = 'Zoznam používateľov';
@@ -381,7 +377,7 @@ $lang['Update images informations'] = 'Aktualizovať informácie o fotografiách
$lang['Synchronize'] = 'Synchronizácia';
$lang['reduce to single existing albums'] = 'Previesť do jediného existujúceho albumu';
$lang['Choose an option'] = 'Zvoliť nastavenie';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Zobraziť všetky informácie (pridané a odstránené albumy a položky)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Zobraziť všetky informácie (pridané a odstránené albumy a položky)';
$lang['Piwigo version differs on the remote site'] = 'Verzia Piwigo na vzdialenej stránke nie je rovnaká ako miestna';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Verzia súboru create_listing_file.php na vzdialenej stránke musí byť rovnaká ako verzia miestneho súboru';
$lang['listing.xml file was not found'] = 'Súbor listing.xml nebol nájdený';
@@ -394,13 +390,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'typ súboru vyžaduje náhľad. Náhľad musí byť umiestnený v podadresári "thumbnail" v adresári s kategóriou. Názov súboru náhľadu musí začínať nastavenou predponou a prípona musí korešpondovať s nasledujúcim zoznamom:';
$lang['missing thumbnail'] = 'žiadny náhľad';
$lang['albums deleted in the database'] = 'albumy odstránené z databázy';
-$lang['elements deleted in the database'] = 'položky odstránené z databázy';
+$lang['photos deleted from the database'] = 'položky odstránené z databázy';
$lang['images candidates for metadata synchronization'] = 'fotografie pre synchronizáciu metadat';
$lang['elements informations synchronized with files metadata'] = 'informácie synchronizované z metadat súborov';
$lang['errors during synchronization'] = 'chýb behom synchronizácie';
$lang['albums added in the database'] = 'albumy pridané do databázy';
-$lang['elements added in the database'] = 'položky pridané do databázy';
-$lang['elements updated in the database'] = 'položky aktualizované v databáze';
+$lang['photos added in the database'] = 'položky pridané do databázy';
+$lang['photos updated in the database'] = 'položky aktualizované v databáze';
$lang['Search for new images in the directories'] = 'Hľadať nové obrázky v kategóriách';
$lang['added'] = 'pridané';
$lang['Metadata synchronization results'] = 'Výsledky synchronizácie metadat';
@@ -410,7 +406,7 @@ $lang['directories + files'] = 'adresáre + súbory';
$lang['only directories'] = 'len adresáre';
$lang['synchronize files structure with database'] = 'synchronizovať štruktúru súborov s databázou';
$lang['synchronize files metadata with database elements informations'] = 'synchronizovať metadata súborov s databázou';
-$lang['even already synchronized elements'] = 'zahrnúť aj skôr synchronizované položky';
+$lang['even already synchronized photos'] = 'zahrnúť aj skôr synchronizované položky';
$lang['Used metadata'] = 'Použité metadata';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Názov adresárov a súborov musí byť tvorený písmenami, číslami, "-", "_" alebo "."';
$lang['wrong filename'] = 'chybný názov súboru';
@@ -493,11 +489,10 @@ $lang['Main "webmaster" user does not exist'] = 'Hlavný používateľ "webmaste
$lang['Main "webmaster" user status is incorrect'] = 'Stav hlavného používateľa "webmaster" je chybný';
$lang['User "%s" created with "%s" like password'] = 'Používateľ "%s" vytvorený s heslom "%s"';
$lang['Status of user "%s" updated'] = 'Stav používateľa "%s" aktualizovaný';
-$lang['add new elements to caddie'] = 'pridať nové položky do košíku';
+$lang['add new photos to caddie'] = 'pridať nové položky do košíku';
$lang['No display'] = 'Bez zobrazenia';
$lang['Classic display'] = 'Bežné zobrazenie';
$lang['Hoverbox display'] = 'Zobraziť pri ukázaní myšou';
-$lang['Thumbnails'] = 'Náhľady';
$lang['Mail address is obligatory for all users'] = 'E-mailová adresa je povinná pre všetkých používateľov';
$lang['Minimum privacy level'] = 'Najnižší stupeň ochrany súkromia';
$lang['Privacy level'] = 'Stupeň ochrany súkromia';
@@ -573,8 +568,8 @@ $lang['Modify information'] = 'Upraviť informácie';
$lang['edit album'] = 'upraviť informácie o albume';
$lang['nothing'] = 'prázdne';
$lang['overrides existing values with empty ones'] = 'nahradiť súčasné hodnoty prázdnymi';
-$lang['manage image ranks'] = 'spravovať hodnotenie fotografií';
-$lang['Manage image ranks'] = 'Spravovať hodnotenie fotografií';
+$lang['manage photo ranks'] = 'spravovať hodnotenie fotografií';
+$lang['Manage photo ranks'] = 'Spravovať hodnotenie fotografií';
$lang['Edit ranks'] = 'Upraviť hodnotenie';
$lang['No element in this album'] = 'Album neobsahuje žiadne položky';
$lang['Images manual order was saved'] = 'Poradie fotografií bolo uložené';
@@ -608,7 +603,7 @@ $lang['Select files'] = 'Výber súborov';
$lang['JPEG files or ZIP archives with JPEG files inside please.'] = 'JPEG súbory alebo ZIP archívy s JPEG súbormi prosím.';
// missing translations 2.1.0
-$lang['Processing treatment.'] = 'Prevádzam údržbu.';
+$lang['Operation in progress'] = 'Prevádzam údržbu.';
$lang['Please wait...'] = 'Prosím počkajte...';
$lang['Piwigo Announcements Newsletter'] = 'Piwigo spravodaj';
$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = 'Prihláste sa k odberu Piwigo spravodaja, aby ste boli informovaný o novinkách. Dostanete tak e-mail, keď bude k dispozícii nová verzia Piwigo (ktorá môže obsahovať bezpečnostnú záplatu, o čom je dôležité byť informovaný) alebo v prípade dôležitých novinek v projekte. Jedná sa len o niekoľko mailov ročne.';
diff --git a/language/sr_RS/admin.lang.php b/language/sr_RS/admin.lang.php
index 30336945e..577f9f011 100644
--- a/language/sr_RS/admin.lang.php
+++ b/language/sr_RS/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Додај/избриши сталну вез
$lang['Add a tag'] = 'Додај ознаку';
$lang['Add a user'] = 'Додај корисника';
$lang['Add group'] = 'Додај групу';
-$lang['Add selected elements to caddie'] = 'Додај одабране ставке у фиоку';
$lang['Add'] = 'Додај';
$lang['Allow user registration'] = 'Одобри упис корисника';
$lang['Apply to sub-albums'] = 'Примени на подкатегорије';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Не представља';
$lang['Edit all picture informations'] = 'Уреди све податке о слици';
$lang['Edit selected tags'] = 'Уреди одабране ознаке';
$lang['Edit tags'] = 'Уреди ознаке';
-$lang['Elements'] = 'Елементи';
$lang['Email admins when a new user registers'] = 'Пошаљи електронску пошту администраторима при упису нових корисника';
$lang['Email admins when a valid comment is entered'] = 'Пошаљи електронску пошту администраторима при упису нових коментара';
$lang['Email admins when a comment requires validation'] = 'Пошаљи електронску пошту администраторима када коментар треба оверу';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Представља';
$lang['Save order'] = 'Сними распоред';
$lang['Save to permalink history'] = 'Сними у историју сталних веза';
$lang['Select at least one album'] = 'Одаберите најмање једну категорију';
-$lang['Select at least one picture'] = 'Одаберите најмање једну слику';
+$lang['Select at least one photo'] = 'Одаберите најмање једну слику';
$lang['Select at least one user'] = 'Одаберите најмање једног корисника';
$lang['Show info'] = 'Приказ података';
$lang['Site manager'] = 'Администратор галерије';
@@ -209,12 +207,12 @@ $lang['Dissociate from album'] = 'одвоји од категорије';
$lang['dissociate from group'] = 'одвоји од групе';
$lang['edit album permissions'] = 'уреди дозволе категорије';
$lang['Album updated successfully'] = 'Подаци категорије успешно обновљени.';
-$lang['elements per page'] = 'елемената по страници';
+$lang['photos per page'] = 'елемената по страници';
$lang['elements'] = 'елементи';
$lang['High definition enabled'] = 'Висока резолуција омогућена';
$lang['File'] = 'Датотека';
$lang['Filesize'] = 'Величина датотеке';
-$lang['first element added on %s'] = 'први елемент додат %s';
+$lang['first photo added on %s'] = 'први елемент додат %s';
$lang['Forbidden'] = 'Забрањено';
$lang['global mode'] = 'општи начин';
$lang['group "%s" added'] = 'група "%s" додата';
@@ -225,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Назив
$lang['This name is already used by another group.'] = 'Овај назив већ користи друга група.';
$lang['High definition'] = 'Висока резолуција';
$lang['jump to album'] = 'прелазак на категорију';
-$lang['jump to image'] = 'прелазак на слику';
+$lang['jump to photo'] = 'прелазак на слику';
$lang['leave'] = 'остави';
$lang['Lock'] = 'Закључај';
$lang['Locked'] = 'Закључано';
@@ -303,7 +301,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Корисни
$lang['User %s [%s] added.'] = 'Корисник %s [%s] додат.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Упозорење: претплата или укидање претплате ће послати електронске поруке корисницима';
$lang['Send mail on HTML format'] = 'Пошаљи поруку у ХТМЛ облику';
-$lang['Include display of recent pictures group by dates'] = 'Укључи приказ недавних слика сложених по датумима';
+$lang['Include display of recent photos grouped by dates'] = 'Укључи приказ недавних слика сложених по датумима';
$lang['Available only with HTML format'] = 'Доступно само у ХТМЛ облику';
$lang['no write access'] = 'нема дозволе уписа';
$lang['Permissions'] = 'Дозволе';
@@ -332,7 +330,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = 'Изр
$lang['created'] = 'направљено';
$lang['delete'] = 'обриши';
$lang['delete this site and all its attached elements'] = 'обриши ову страницу и све њене придодате ставке';
-$lang['deleted'] = 'обрисано';
$lang['an error happened'] = 'дошло је до грешке';
$lang['file create_listing_file.php on remote site was not found'] = 'датотека create_listing_file.php на удаљеној страници није пронађен';
$lang['Local'] = 'Локално';
@@ -348,7 +345,6 @@ $lang['Thumbnail'] = 'Повезне сличице';
$lang['title'] = 'наслов';
$lang['Album list management'] = 'Управљање категоријама';
$lang['Piwigo configuration'] = 'Piwigo подешавања';
-$lang['Piwigo administration'] = 'Piwigo администрација';
$lang['Edit album'] = 'Уреди категорију';
$lang['Group management'] = 'Управљање групама';
$lang['User list'] = 'Листа корисника';
@@ -381,7 +377,7 @@ $lang['Update images informations'] = 'Обнови податке о слика
$lang['Synchronize'] = 'Усагласи';
$lang['reduce to single existing albums'] = 'сажми на једну постојећу категорију-е';
$lang['Choose an option'] = 'Изаберите могућност';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'најопширнији могући приказ података (додате категорије и елементи, избрисане категорије и елементи)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'најопширнији могући приказ података (додате категорије и елементи, избрисане категорије и елементи)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo верзија на удаљеном мјесту се разликује';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Верзија create_listing_file.php на удаљеној страници и Piwigo-у мора бити једнака';
$lang['listing.xml file was not found'] = 'listing.xml датотека није пронађена';
@@ -394,13 +390,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Ова датотека захтјева повезну сличицу. Повезна сличица мора бити присутна у поддиректоријуму "thumbnail" директоријума категорије. Назив повезне сличице мора почињати са подразумеваним предзнаком и наставак мора бити један од пописаних :';
$lang['missing thumbnail'] = 'недостајуће повезне сличице';
$lang['albums deleted in the database'] = 'категорије избрисане из базе података';
-$lang['elements deleted in the database'] = 'елементи избрисани из базе података';
+$lang['photos deleted from the database'] = 'елементи избрисани из базе података';
$lang['images candidates for metadata synchronization'] = 'слика кандидата за синхронизацију мета података';
$lang['elements informations synchronized with files metadata'] = 'података елемената синхронизовано са мета подацима датотеке';
$lang['errors during synchronization'] = 'грешака током синхронизације';
$lang['albums added in the database'] = 'категорија додато у базу података';
-$lang['elements added in the database'] = 'елемената додато у базу података';
-$lang['elements updated in the database'] = 'елемената обновљено у бази података';
+$lang['photos added in the database'] = 'елемената додато у базу података';
+$lang['photos updated in the database'] = 'елемената обновљено у бази података';
$lang['Search for new images in the directories'] = 'Претраживање нових слика у директоријумима';
$lang['added'] = 'додато';
$lang['deleted'] = 'обрисано';
@@ -411,7 +407,7 @@ $lang['directories + files'] = 'директоријуме + датотеке';
$lang['only directories'] = 'само директоријуме';
$lang['synchronize files structure with database'] = 'усклади структуру датотеке са базом података';
$lang['synchronize files metadata with database elements informations'] = 'усклади мета податке датотеке са подацима о елементу из базе података';
-$lang['even already synchronized elements'] = 'чак и већ усклађене елементе';
+$lang['even already synchronized photos'] = 'чак и већ усклађене елементе';
$lang['Used metadata'] = 'Коришћени мета подаци';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Називи директоријума и датотека морају бити састављени од слова, бројва, "-", "_" ili "."';
$lang['wrong filename'] = 'лош назив датотеке';
@@ -495,12 +491,11 @@ $lang['Main "webmaster" user does not exist'] = 'Главни "мајстора
$lang['Main "webmaster" user status is incorrect'] = 'Стање главног "мајстора интернет страница" као корисника је неисправно';
$lang['User "%s" created with "%s" like password'] = 'Корисник "%s" израђен са "%s" као лозинком';
$lang['Status of user "%s" updated'] = 'Стање корисника "%s" обновљено';
-$lang['add new elements to caddie'] = 'додај нове елементе у фиоку';
+$lang['add new photos to caddie'] = 'додај нове елементе у фиоку';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Без приказа';
$lang['Classic display'] = 'Класични приказ';
$lang['Hoverbox display'] = 'Приказ лебдећим прозором';
-$lang['Thumbnails'] = 'Повезне сличице';
$lang['Mail address is obligatory for all users'] = 'Електронска адреса је обавезна за све кориснике';
$lang['Minimum privacy level'] = 'Најнижи ниво приватности';
$lang['Privacy level'] = 'Ниво приватности';
@@ -576,8 +571,8 @@ $lang['Modify information'] = 'Промени податак';
$lang['edit album'] = 'уреди податке о категорији';
$lang['nothing'] = 'ништа';
$lang['overrides existing values with empty ones'] = 'прекуцава постојеће вредности празним пољима';
-$lang['manage image ranks'] = 'управљање поретком слика';
-$lang['Manage image ranks'] = 'Управљање поретком';
+$lang['manage photo ranks'] = 'управљање поретком слика';
+$lang['Manage photo ranks'] = 'Управљање поретком';
$lang['Edit ranks'] = 'Уреди поредак';
$lang['No element in this album'] = 'Нема елемената у овој категорији';
$lang['Images manual order was saved'] = 'Сачуван је подешении редослед слика';
@@ -598,7 +593,7 @@ $lang['Subscribe %s'] = 'Претплатите %s';
$lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Претплатите %s на Piwigo English Announcements e-Новине';
$lang['Purge search history'] = 'Очисти историју претраживања';
$lang['Hide'] = 'Сакриј';
-$lang['Processing treatment.'] = 'Третирање процеса.';
+$lang['Operation in progress'] = 'Третирање процеса.';
$lang['Please wait...'] = 'Молим сачекајте...';
$lang['Password is missing. Please enter the password.'] = 'Лозинка недостаје. Молим унесите лозинку.';
$lang['Password confirmation is missing. Please confirm the chosen password.'] = 'Потврда лозинке недостаје. Молим потврдите изабрану лозинку.';
diff --git a/language/sv_SE/admin.lang.php b/language/sv_SE/admin.lang.php
index 098c82c89..5d3815385 100644
--- a/language/sv_SE/admin.lang.php
+++ b/language/sv_SE/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Lägg till/Ta bort en permalink';
$lang['Add a tag'] = 'Lägg till en tagg';
$lang['Add a user'] = 'Lägg till en användare';
$lang['Add group'] = 'Lägg till grupp';
-$lang['Add selected elements to caddie'] = 'Lägg till markerade element i kundvagnen ';
$lang['Add'] = 'Lägg till';
$lang['Allow user registration'] = 'Tillåt användarregistrering';
$lang['Apply to sub-albums'] = 'Använd på underkategorier';
@@ -152,7 +151,7 @@ $lang['Represents'] = 'Representerar';
$lang['Save order'] = 'Spara ordning';
$lang['Save to permalink history'] = 'Spara i permalänks historik';
$lang['Select at least one album'] = 'Markera minst en kategori';
-$lang['Select at least one picture'] = 'Markera minst en bild';
+$lang['Select at least one photo'] = 'Markera minst en bild';
$lang['Select at least one user'] = 'Markera minst en användare';
$lang['Show info'] = 'Visa info';
$lang['Site manager'] = 'Hantera sidor';
@@ -209,12 +208,12 @@ $lang['Dissociate from album'] = 'skilj från kategori';
$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['elements per page'] = 'element per sida';
+$lang['photos per page'] = 'element per sida';
$lang['elements'] = 'element';
$lang['High definition enabled'] = 'High definition aktiverad';
$lang['File'] = 'Fil';
$lang['Filesize'] = 'Filstorlek';
-$lang['first element added on %s'] = 'första elementet tillagt på %s';
+$lang['first photo added on %s'] = 'första elementet tillagt på %s';
$lang['Forbidden'] = 'Förbjudet';
$lang['global mode'] = 'globalt läge';
$lang['group "%s" added'] = 'grupp "%s" tillagd';
@@ -225,7 +224,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Namnet på
$lang['This name is already used by another group.'] = 'Det här namnet används redan av en annan grupp.';
$lang['High definition'] = 'High definition';
$lang['jump to album'] = 'gå till kategori';
-$lang['jump to image'] = 'gå till bild';
+$lang['jump to photo'] = 'gå till bild';
$lang['leave'] = 'lämna';
$lang['Lock'] = 'Lås';
$lang['Locked'] = 'Låst';
@@ -276,7 +275,7 @@ $lang['New elements added'] = 'Nya element tillagda';
$lang['Subscribe to notification by mail'] = 'Anmäl till notifikation via e-mail';
$lang['Unsubscribe from notification by mail'] = 'Avanmäl notifikation via e-mail';
$lang['Parameter'] = 'Inställningar';
-$lang['Processing treatment.'] = 'Bearbetnings behandling.';
+$lang['Operation in progress'] = 'Bearbetnings behandling.';
$lang['Please wait...'] = 'Vänligen vänta...';
$lang['Continue processing treatment'] = 'Fortsätt med pågående behandling';
$lang['Add detailed content'] = 'Lägg till detaljerad information';
@@ -302,7 +301,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Användare %s [
$lang['User %s [%s] added.'] = 'Användare %s [%s] tillagd.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Varning: anmälning eller avanmälning kommer att skicka e-mail till användare';
$lang['Send mail on HTML format'] = 'Skicka e-mail i HTML format';
-$lang['Include display of recent pictures group by dates'] = 'Inkludera display av tidigare bilder grupperat efter datum';
+$lang['Include display of recent photos grouped by dates'] = 'Inkludera display av tidigare bilder grupperat efter datum';
$lang['Available only with HTML format'] = 'Endast tillgänglig med HTML format';
$lang['no write access'] = 'inte tillåtelse att skriva';
$lang['Permissions'] = 'Behörigheter';
@@ -347,7 +346,6 @@ $lang['Thumbnail'] = 'Miniatyr';
$lang['title'] = 'titel';
$lang['Album list management'] = 'Hantera kategorier';
$lang['Piwigo configuration'] = 'Piwigo konfiguration';
-$lang['Piwigo administration'] = 'Piwigo administration';
$lang['Edit album'] = 'Ändra en kategori';
$lang['Group management'] = 'Grupp hantering';
$lang['User list'] = 'Användarlista';
@@ -380,7 +378,7 @@ $lang['Update images informations'] = 'Uppdatera information för bilder';
$lang['Synchronize'] = 'Synkronisera';
$lang['reduce to single existing albums'] = 'reducera till enstaka existerande kategorier';
$lang['Choose an option'] = 'Välj ett alternativ';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'visa maximal information (tillagda kategorier och element, borttagna kategorier och element)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'visa maximal information (tillagda kategorier och element, borttagna kategorier och element)';
$lang['Piwigo version differs on the remote site'] = 'Versionen av Piwigo skiljer sig från den på fjärrsidan';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Versionen av create_listing_file.php måste vara samma på fjärrsidan och Piwigo måste vara samma';
$lang['listing.xml file was not found'] = 'listing.xml kunde inte hittas';
@@ -393,13 +391,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'filtypen för en bild måste ha en miniatyrbild. En miniatyrbild måste finnas i en undermapp för kategorien. Namnet på mappen måste vara "thumbnail". Miniatyrbildens filnamn måste börja med det förkonfigurerade prefixet och anslutningen måste finnas i följande lista :';
$lang['missing thumbnail'] = 'miniatyrbild saknas';
$lang['albums deleted in the database'] = 'kategorier borttagna ur databasen';
-$lang['elements deleted in the database'] = 'element borttagna ur databasen';
+$lang['photos deleted from the database'] = 'element borttagna ur databasen';
$lang['images candidates for metadata synchronization'] = 'bild kandidater för metadata synkronisering';
$lang['elements informations synchronized with files metadata'] = 'element informationer synkroniserade med filernas metadata';
$lang['errors during synchronization'] = 'fel uppstod under synkronisering';
$lang['albums added in the database'] = 'kategorier tillagda i databas';
-$lang['elements added in the database'] = 'element tillagda i databasen';
-$lang['elements updated in the database'] = 'element i databasen uppdaterade';
+$lang['photos added in the database'] = 'element tillagda i databasen';
+$lang['photos updated in the database'] = 'element i databasen uppdaterade';
$lang['Search for new images in the directories'] = 'Sök i katalogerna efter nya bilder';
$lang['added'] = 'tillagd';
$lang['Metadata synchronization results'] = 'Resultat för synkronisering av metadata';
@@ -409,7 +407,7 @@ $lang['directories + files'] = 'Kataloger + filer';
$lang['only directories'] = 'bara kataloger';
$lang['synchronize files structure with database'] = 'synkronisera filstruktur med databas';
$lang['synchronize files metadata with database elements informations'] = 'synkronisera databas element med filernas metadata';
-$lang['even already synchronized elements'] = 'även redan synkroniserade element';
+$lang['even already synchronized photos'] = 'även redan synkroniserade element';
$lang['Used metadata'] = 'Metadata Använd';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Namn på kataloger och filer får enbart innehålla bokstäver, siffror samt följande symboler: "-", "_" eller "."';
$lang['wrong filename'] = 'ogiltigt filnamn';
@@ -492,11 +490,10 @@ $lang['Main "webmaster" user does not exist'] = 'Huvudanvändare "webmaster" exi
$lang['Main "webmaster" user status is incorrect'] = 'Huvudanvändare "webmaster" status är inkorrekt';
$lang['User "%s" created with "%s" like password'] = 'Användare "%s" skapades med "%s" som lösenord';
$lang['Status of user "%s" updated'] = 'Användare "%s" status uppdaterad';
-$lang['add new elements to caddie'] = 'lägg till nytt element till korg';
+$lang['add new photos to caddie'] = 'lägg till nytt element till korg';
$lang['No display'] = 'Inget att visa';
$lang['Classic display'] = 'Klassisk visning';
$lang['Hoverbox display'] = 'Hoverbox visning';
-$lang['Thumbnails'] = 'Miniatyrbilder';
$lang['Mail address is obligatory for all users'] = 'Mail adress är obligatorisk för alla användare';
$lang['Minimum privacy level'] = 'Minimum privat nivå';
$lang['Privacy level'] = 'Privat nivå';
@@ -571,8 +568,8 @@ $lang['Modify information'] = 'Modifiera information';
$lang['edit album'] = 'Ändra information för denna kategori';
$lang['nothing'] = 'inget';
$lang['overrides existing values with empty ones'] = 'skriver över existerande värden med tomma värden';
-$lang['manage image ranks'] = 'hantera bild betygsättning';
-$lang['Manage image ranks'] = 'Hantera bild betygsättning';
+$lang['manage photo ranks'] = 'hantera bild betygsättning';
+$lang['Manage photo ranks'] = 'Hantera bild betygsättning';
$lang['Edit ranks'] = 'Ändra betygsättning';
$lang['No element in this album'] = 'Inga element i denna kategori';
$lang['Images manual order was saved'] = 'Manuell bild ordning sparad';
@@ -669,7 +666,7 @@ $lang['Install on your computer,'] = 'Installera på din dator,';
$lang['Make this theme available to users'] = 'Gör temat tillgängligt för användare';
$lang['Page end'] = 'Slut av sidan';
$lang['Piwigo Uploader'] = 'Piwigo Uppladdare';
-$lang['Processing treatment.'] = 'Behandling av bearbetning.';
+$lang['Operation in progress'] = 'Behandling av bearbetning.';
$lang['Please wait...'] = 'Vänligen vänta...';
$lang['Read Piwigo Documentation'] = 'Läs Piwigo Dokumentation';
$lang['Start pLoader and add your photos.'] = 'Starta pLoader och lägg till dina bilder.';
diff --git a/language/tr_TR/admin.lang.php b/language/tr_TR/admin.lang.php
index a3da99e46..4a92e0a0a 100644
--- a/language/tr_TR/admin.lang.php
+++ b/language/tr_TR/admin.lang.php
@@ -50,7 +50,6 @@ $lang['Add/delete a permalink'] = 'permalink ekle / sil';
$lang['Add a tag'] = 'etiket ekle';
$lang['Add a user'] = 'kullanici ekle';
$lang['Add group'] = 'grup ekle';
-$lang['Add selected elements to caddie'] = 'seçilen elemanlari yardimciya ekle';
$lang['Add'] = 'Ekle';
$lang['Allow user registration'] = 'kullanici kaydina izin ver';
$lang['Apply to sub-albums'] = 'bu altalbümlere uygula';
@@ -80,7 +79,6 @@ $lang['Does not represent'] = 'Temsil edilmiyor / Karsiligi yok';
$lang['Edit all picture informations'] = 'Tüm imajlarin açiklamalarini degistir';
$lang['Edit selected tags'] = 'seçilen etiketleri degistir';
$lang['Edit tags'] = 'etiketleri degistir';
-$lang['Elements'] = 'içerikler';
$lang['Email admins when a new user registers'] = 'Yeni kullanici kaydi oldugunda yöneticiye e-posta gönder';
$lang['Email admins when a valid comment is entered'] = 'yeni yorum eklendiginde yöneticiye e-posta gönder';
$lang['Email admins when a comment requires validation'] = 'yorum onayi oldugunda yöneticiye e-posta gönder';
@@ -150,7 +148,7 @@ $lang['Represents'] = 'Temsilciler';
$lang['Save order'] = 'Düzeni kaydet';
$lang['Save to permalink history'] = 'Permalinkler geçmisini kaydet';
$lang['Select at least one album'] = 'en az bir albüm seçiniz';
-$lang['Select at least one picture'] = 'En az bir resim seçiniz';
+$lang['Select at least one photo'] = 'En az bir resim seçiniz';
$lang['Select at least one user'] = 'En az bir kullanici seçiniz';
$lang['Show info'] = 'Bilgi Göster';
$lang['Site manager'] = 'Site yöneticisi';
@@ -207,12 +205,12 @@ $lang['Dissociate from album'] = 'albümden ayır';
$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['elements per page'] = 'Safya basina içerikler';
+$lang['photos per page'] = 'Safya basina içerikler';
$lang['elements'] = 'içerikler';
$lang['High definition enabled'] = 'Yüksek çözünürlüklü etkin';
$lang['File'] = 'Dosya';
$lang['Filesize'] = 'Dosya boyutu';
-$lang['first element added on %s'] = 'Ilk içerigin eklenme zamani %s';
+$lang['first photo added on %s'] = 'Ilk içerigin eklenme zamani %s';
$lang['Forbidden'] = 'Yasaklanmis';
$lang['global mode'] = 'Küresel mod';
$lang['group "%s" added'] = 'Grup "%s" eklendi';
@@ -223,7 +221,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Bir grubun
$lang['This name is already used by another group.'] = 'Bu isim baska bir grup tarafindan kullanilmaktadir';
$lang['High definition'] = 'Yüksek çözünürlüklü';
$lang['jump to album'] = 'albüme geç';
-$lang['jump to image'] = 'Resime geç';
+$lang['jump to photo'] = 'Resime geç';
$lang['leave'] = 'Ayril';
$lang['Lock'] = 'Kilit';
$lang['Locked'] = 'Kilitlendi';
@@ -274,7 +272,7 @@ $lang['New elements added'] = 'Yeni içerik eklendi';
$lang['Subscribe to notification by mail'] = 'Posta ile abone bildirimi';
$lang['Unsubscribe from notification by mail'] = 'Bildiri aboneliginden çik';
$lang['Parameter'] = 'Ayarlar';
-$lang['Processing treatment.'] = 'Islem yapiliyor.';
+$lang['Operation in progress'] = 'Islem yapiliyor.';
$lang['Please wait...'] = 'Lütfen bekleyiniz...';
$lang['Continue processing treatment'] = 'Isleme devam ediniz';
$lang['Add detailed content'] = 'Bazi detayli içerik ekleyin';
@@ -300,7 +298,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Kullanici %s [%
$lang['User %s [%s] added.'] = 'Kullanici %s [%s] eklendi.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Uyari abone olurken veya çikarken kullanicilara mail gönderecegiz.';
$lang['Send mail on HTML format'] = 'Postayi HTML formatinda yolla';
-$lang['Include display of recent pictures group by dates'] = 'Son resimleri tarihlerine göre gruplandirilmis görüntülenecek';
+$lang['Include display of recent photos grouped by dates'] = 'Son resimleri tarihlerine göre gruplandirilmis görüntülenecek';
$lang['Available only with HTML format'] = 'Sadece HTML formatinda kullanilabilir';
$lang['no write access'] = 'Yazma yetkisi yok';
$lang['Permissions'] = 'Izinler';
@@ -345,7 +343,6 @@ $lang['Thumbnail'] = 'Küçük resim';
$lang['title'] = 'Baslik';
$lang['Album list management'] = 'Albümler yönetimi';
$lang['Piwigo configuration'] = 'Piwigo yapilandirma';
-$lang['Piwigo administration'] = 'Piwigo yönetim';
$lang['Edit album'] = 'albüm düzenle';
$lang['Group management'] = 'Grup yönetimi';
$lang['User list'] = 'Kullanicilar listesi';
@@ -379,7 +376,7 @@ $lang['Update images informations'] = 'Resimlerin bilgilerini güncelle';
$lang['Synchronize'] = 'Senkronize';
$lang['reduce to single existing albums'] = 'mevcut albümleri küçült';
$lang['Choose an option'] = 'Bir seçenek seç';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'Ekran en fazla bilgisi (eklenen albümler resimler, silinen albümler resimler)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'Ekran en fazla bilgisi (eklenen albümler resimler, silinen albümler resimler)';
$lang['Piwigo version differs on the remote site'] = 'Piwigo sürümü uzak sitede farklı';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Uzak site ve Piwigo üzerinde create_listing_file.php sürümleri aynı olmalıdır';
$lang['listing.xml file was not found'] = 'listing.xml dosyası bulunamadı';
@@ -392,13 +389,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'Bir resim thumbnail (küçük resim) gerektirir. Thumbnail alt dizinde mevcut kategori dizinin "thumbnail" listesinde olmalıdır.Thumbnail yapılandırılmış thumbnail öneki ve uzantısı ile aşağıdaki listede arasında olmalıdır :';
$lang['missing thumbnail'] = 'thumbnail eksik';
$lang['albums deleted in the database'] = 'veri tabanından silinen albümler';
-$lang['elements deleted in the database'] = 'elemanlar veritabanında silindi';
+$lang['photos deleted from the database'] = 'elemanlar veritabanında silindi';
$lang['images candidates for metadata synchronization'] = 'metadata senkronizasyon için görüntüleri adayları';
$lang['elements informations synchronized with files metadata'] = 'elemanları bilgiler dosyaları ile metadata senkronize edildi';
$lang['errors during synchronization'] = 'Senkronizasyon sırasında hatalar';
$lang['albums added in the database'] = 'veri tabanına eklenen albümler';
-$lang['elements added in the database'] = 'elemanlar veritabanında ekledi';
-$lang['elements updated in the database'] = 'elemanlar veritabanında güncellendi';
+$lang['photos added in the database'] = 'elemanlar veritabanında ekledi';
+$lang['photos updated in the database'] = 'elemanlar veritabanında güncellendi';
$lang['Search for new images in the directories'] = 'Dizinlerde yeni resimler ara';
$lang['added'] = 'eklendi';
$lang['Metadata synchronization results'] = 'Metadata senkronizasyon sonuçları';
@@ -408,7 +405,7 @@ $lang['directories + files'] = 'dizinler + resimler';
$lang['only directories'] = 'sadece dizinler';
$lang['synchronize files structure with database'] = 'veritabanı ile dosya yapısı senkronize et';
$lang['synchronize files metadata with database elements informations'] = 'meta dosyaları ile veritabanı elemanları senkronize';
-$lang['even already synchronized elements'] = 'hatta elemanlar senkronize edildi';
+$lang['even already synchronized photos'] = 'hatta elemanlar senkronize edildi';
$lang['Used metadata'] = 'Metadata kullanıldı';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Dizin ve dosya ismi sadece harfler, rakamlardan olmalı, "-", "_" veya "."';
$lang['wrong filename'] = 'yanlış dosya';
@@ -490,11 +487,10 @@ $lang['Main "webmaster" user does not exist'] = 'Ana "Site Yöneticisi" kullanı
$lang['Main "webmaster" user status is incorrect'] = 'Ana "Site Yöneticisi" kullanıcı durumu yanlış';
$lang['User "%s" created with "%s" like password'] = 'Kullanıcı "%s" şifre "%s" ile yaratıldı';
$lang['Status of user "%s" updated'] = 'Kullanıcı "%s" durumu güncellendi';
-$lang['add new elements to caddie'] = 'Yardımcıya yeni elemanlar ekle';
+$lang['add new photos to caddie'] = 'Yardımcıya yeni elemanlar ekle';
$lang['No display'] = 'Görüntü yok';
$lang['Classic display'] = 'Klasik ekran';
$lang['Hoverbox display'] = 'Hoverbox ekran';
-$lang['Thumbnails'] = 'Küçük Resimler';
$lang['Mail address is obligatory for all users'] = 'Posta adresi tüm kullanıcılar için zorunludur';
$lang['Minimum privacy level'] = 'En az gizlilik seviyesi';
$lang['Privacy level'] = 'Gizlilik seviyesi';
@@ -569,8 +565,8 @@ $lang['Modify information'] = 'Bilgi değiştirme';
$lang['edit album'] = 'albüm bilgisini düzenle';
$lang['nothing'] = 'hiçbir şey';
$lang['overrides existing values with empty ones'] = 'boş olan değerleri geçersiz kılar';
-$lang['manage image ranks'] = 'resim rütbesini yönet';
-$lang['Manage image ranks'] = 'Resim rütbesini yönet';
+$lang['manage photo ranks'] = 'resim rütbesini yönet';
+$lang['Manage photo ranks'] = 'Resim rütbesini yönet';
$lang['Edit ranks'] = 'Rütbeleri yönet';
$lang['No element in this album'] = 'albümde eleman yok';
$lang['Images manual order was saved'] = 'Resimlerin elle sırlandırılması kayıt edildi';
diff --git a/language/vi_VN/admin.lang.php b/language/vi_VN/admin.lang.php
index 4adfeb54f..b7540d4f4 100644
--- a/language/vi_VN/admin.lang.php
+++ b/language/vi_VN/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = 'Thêm/xoá một link cố định';
$lang['Add a tag'] = 'Thêm một tag';
$lang['Add a user'] = 'Thêm một thành viên';
$lang['Add group'] = 'Thêm nhóm';
-$lang['Add selected elements to caddie'] = 'Thêm các thành phần được chọn vào caddie';
$lang['Add'] = 'Thêm';
$lang['Allow user registration'] = 'Cho phép đăng ký';
$lang['Apply to sub-albums'] = 'Áp dụng cho các đề mục nhỏ';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = 'Không làm đại diện';
$lang['Edit all picture informations'] = 'Biên tập tất cả thông tin về hình ảnh';
$lang['Edit selected tags'] = 'Biên tập các tag đã chọn';
$lang['Edit tags'] = 'Biên tập tags';
-$lang['Elements'] = 'Thành phần';
$lang['Email admins when a new user registers'] = 'Gởi email cho quản trị khi có một thành viên mới đăng ký';
$lang['Email admins when a valid comment is entered'] = 'Gởi email cho quản trị khi có một lời bình đã xác nhận được gởi lên gallery.';
$lang['Email admins when a comment requires validation'] = 'Gởi email cho quản trị khi có một mời bình cần được xác nhận';
@@ -152,7 +150,7 @@ $lang['Represents'] = 'Hình đại diện';
$lang['Save order'] = 'Lưu vị trí sắp xếp';
$lang['Save to permalink history'] = 'Lưu vào bảng ghi cố định';
$lang['Select at least one album'] = 'Chọn ít nhất một đề mục';
-$lang['Select at least one picture'] = 'Chọn ít nhất một hình ảnh';
+$lang['Select at least one photo'] = 'Chọn ít nhất một hình ảnh';
$lang['Select at least one user'] = 'Chọn ít nhất một người dùng';
$lang['Show info'] = 'Hiển thị thông tin';
$lang['Site manager'] = 'Quản lý site';
@@ -209,12 +207,12 @@ $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['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['elements 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['elements'] = 'thành phần';
$lang['High definition enabled'] = 'Bật chế độ xem hình lớn';
$lang['File'] = 'Tệp tin';
$lang['Filesize'] = 'Cỡ file';
-$lang['first element added on %s'] = 'thành phần đầu tiên đã được thêm vào %s';
+$lang['first photo added on %s'] = 'thành phần đầu tiên đã được thêm vào %s';
$lang['Forbidden'] = 'Bị cấm';
$lang['global mode'] = 'chế độ tổng thể';
$lang['group "%s" added'] = 'nhóm người dùng tên "%s" đã được thêm vào';
@@ -225,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = 'Tên của
$lang['This name is already used by another group.'] = 'Tên nhóm đã được đặt cho nhóm người dùng trước đó.';
$lang['High definition'] = 'Định dạng cao';
$lang['jump to album'] = 'nhảy đến đề mục';
-$lang['jump to image'] = 'nhảy đến hình';
+$lang['jump to photo'] = 'nhảy đến hình';
$lang['leave'] = 'để';
$lang['Lock'] = 'Khoá';
$lang['Locked'] = 'Đã khoá';
@@ -302,7 +300,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = 'Người dùng
$lang['User %s [%s] added.'] = 'Thành viên %s [%s] đã được thêm.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = 'Cảnh báo: đăng ký hoặc không đăng ký gởi email đến cho các thành viên.';
$lang['Send mail on HTML format'] = 'Gởi mail với định dạng HTML';
-$lang['Include display of recent pictures group by dates'] = 'Bao gồm cả việc hiển thị những hình ảnh gần đây được nhóm lại theo ngày tháng.';
+$lang['Include display of recent photos grouped by dates'] = 'Bao gồm cả việc hiển thị những hình ảnh gần đây được nhóm lại theo ngày tháng.';
$lang['Available only with HTML format'] = 'Chỉ dùng được với định dạng HTML';
$lang['no write access'] = 'không được phép ghi';
$lang['Permissions'] = 'Quyền truy xuất';
@@ -347,7 +345,6 @@ $lang['Thumbnail'] = 'Hình thu nhỏ';
$lang['title'] = 'Tiêu đề';
$lang['Album list management'] = 'Quản lý đề mục';
$lang['Piwigo configuration'] = 'Cấu hình Piwigo';
-$lang['Piwigo administration'] = 'Quản trị Piwigo';
$lang['Edit album'] = 'Biên tập một đề mục';
$lang['Group management'] = 'Quản lý nhóm';
$lang['User list'] = 'Danh sách thành viên';
@@ -380,7 +377,7 @@ $lang['Update images informations'] = 'Cập nhật thông tin của hình ảnh
$lang['Synchronize'] = 'Đồng bộ hóa';
$lang['reduce to single existing albums'] = 'rút gọn về đề mục đơn đang tồn tại';
$lang['Choose an option'] = 'Chọn một tùy chọn';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'hiển thi thông tin tối đa (thành phần và đề mục được thêm vào hoặc bị xóa đi)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = 'hiển thi thông tin tối đa (thành phần và đề mục được thêm vào hoặc bị xóa đi)';
$lang['Piwigo version differs on the remote site'] = 'Phiên bản Piwigo không giống với phiên bản trên site truy xuất từ xa';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = 'Phiên bản file create_listing_file.php trên site truy xuất từ xa và phiên bản Piwigo phải như nhau';
$lang['listing.xml file was not found'] = 'File listing.xml không tìm thấy';
@@ -393,13 +390,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = 'một loại file hình ảnh yêu cầu một hình thu nhỏ. Hình thu nhỏ phải có trong thư mục con có tên là "thumbnail" của thư mục đề mục. Tên của hình thu nhỏ phải bắt đầu bằng tiền tố hình thu nhỏ đã được thiết lập và phần mở rộng phải nằm trong danh sách định dạng file cho phép ';
$lang['missing thumbnail'] = 'thiếu hình thu nhỏ';
$lang['albums deleted in the database'] = 'đã xóa các đề mục trong cơ sở dữ liệu';
-$lang['elements deleted in the database'] = 'đã xóa các thành phần trong cơ sở dữ liệu';
+$lang['photos deleted from the database'] = 'đã xóa các thành phần trong cơ sở dữ liệu';
$lang['images candidates for metadata synchronization'] = 'hình ảnh được bình chọn cho việc đồng bộ hóa metadata';
$lang['elements informations synchronized with files metadata'] = 'thông tin những thành phần được đồng bộ hóa với metadata của file';
$lang['errors during synchronization'] = 'lỗi xuất hiện trong quá trình đồng bộ hóa';
$lang['albums added in the database'] = 'đề mục được thêm vào cơ sở dữ liệu';
-$lang['elements added in the database'] = 'thành phần được thêm vào cơ sở dữ liệu';
-$lang['elements updated in the database'] = 'thành phần được cập nhật vào cơ sở dữ liệu';
+$lang['photos added in the database'] = 'thành phần được thêm vào cơ sở dữ liệu';
+$lang['photos updated in the database'] = 'thành phần được cập nhật vào cơ sở dữ liệu';
$lang['Search for new images in the directories'] = 'Tìm kiếm hình mới trong thư mục';
$lang['added'] = 'đã thêm vào';
$lang['deleted'] = 'đã xóa';
@@ -410,7 +407,7 @@ $lang['directories + files'] = 'thư mục + tệp tin';
$lang['only directories'] = 'chỉ áp dụng cho các thư mục';
$lang['synchronize files structure with database'] = 'đồng bộ hóa cấu trúc file với cơ sở dữ liệu';
$lang['synchronize files metadata with database elements informations'] = 'đồng bộ hóa metadata của file với thông tin các thành phần cơ sở dữ liệu';
-$lang['even already synchronized elements'] = 'ngay cả những thành phần đã được đồng bộ hóa';
+$lang['even already synchronized photos'] = 'ngay cả những thành phần đã được đồng bộ hóa';
$lang['Used metadata'] = 'Metadata được sử dụng';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Tên thư mục và phải là chữ hoặc số, "-", "_" hoặc "."';
$lang['wrong filename'] = 'sai tên file';
@@ -494,12 +491,11 @@ $lang['Main "webmaster" user does not exist'] = 'Nhóm "webmaster chính" không
$lang['Main "webmaster" user status is incorrect'] = 'Trạng thái nhóm "webmaster chính" không đúng';
$lang['User "%s" created with "%s" like password'] = 'Người dùng "%s" được tạo ra với cùng mật khẩu "%s"';
$lang['Status of user "%s" updated'] = 'Trạng thái của người dùng "%s" đã được cập nhật';
-$lang['add new elements to caddie'] = 'thêm thành phần mới vào caddie';
+$lang['add new photos to caddie'] = 'thêm thành phần mới vào caddie';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = 'Không hiển thị';
$lang['Classic display'] = 'Hiển thị kiểu classic';
$lang['Hoverbox display'] = 'Hiển thị kiểu hoverbox';
-$lang['Thumbnails'] = 'Hình thu nhỏ';
$lang['Mail address is obligatory for all users'] = 'Địa chỉ email là thành phần bắt buộc đối với mọi nhóm người dùng';
$lang['Minimum privacy level'] = 'Mức độ riêng tư tối thiểu';
$lang['Privacy level'] = 'Mức độ riêng tư';
@@ -574,8 +570,8 @@ $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['overrides existing values with empty ones'] = 'ghi đè giá trị đang tồn tại bằng giá trị rỗng';
-$lang['manage image ranks'] = 'Quản lý xếp hạng hình ảnh';
-$lang['Manage image 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';
+$lang['Manage photo ranks'] = 'Quản lý xếp hạng hình ảnh';
$lang['Edit ranks'] = 'Biên tập xếp hạng';
$lang['No element in this album'] = 'Không có thành phần nào trong đề mục này';
$lang['Images manual order was saved'] = 'Sắp xếp hình ảnh thủ công đã được lưu';
@@ -597,7 +593,7 @@ $lang['Subscribe %s to Piwigo Announcements Newsletter'] = 'Đăng ký %s nhận
$lang['Purge search history'] = 'Dọn dẹp bản ghi tìm kiếm';
$lang['Hide'] = 'Ẩn';
$lang['Menu Management'] = 'Trình đơn';
-$lang['Processing treatment.'] = 'Đang tiến hành xử lý.';
+$lang['Operation in progress'] = 'Đang tiến hành xử lý.';
$lang['Please wait...'] = 'Vui lòng đợi...';
$lang['By rank'] = 'Theo hạng';
$lang['Manual order'] = 'Sắp xếp thủ công';
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php
index 35c3507be..55fecaaf4 100644
--- a/language/zh_CN/admin.lang.php
+++ b/language/zh_CN/admin.lang.php
@@ -52,7 +52,6 @@ $lang['Add/delete a permalink'] = '增加/删除一个固定链接';
$lang['Add a tag'] = '增加标签';
$lang['Add a user'] = '增加用户';
$lang['Add group'] = '增加组';
-$lang['Add selected elements to caddie'] = '把所选的图片放到购物篮';
$lang['Add'] = '增加';
$lang['Allow user registration'] = '允许用户注册';
$lang['Apply to sub-albums'] = '应用到子相册';
@@ -82,7 +81,6 @@ $lang['Does not represent'] = '不需描绘';
$lang['Edit all picture informations'] = '编辑修改跟本图片相关的所有信息';
$lang['Edit selected tags'] = '编辑所选标签';
$lang['Edit tags'] = '编辑标签';
-$lang['Elements'] = '成员';
$lang['Email admins when a new user registers'] = '一旦用户注册就通知管理员';
$lang['Email admins when a valid comment is entered'] = '当用户发表评论时就通知管理员';
$lang['Email admins when a comment requires validation'] = '当用户要求确认他的评论时通知管理员';
@@ -152,7 +150,7 @@ $lang['Represents'] = '代理';
$lang['Save order'] = '保存排序';
$lang['Save to permalink history'] = '保存到固定链接的历史记录中';
$lang['Select at least one album'] = '选择最后一个相册';
-$lang['Select at least one picture'] = '至少选中一张图片';
+$lang['Select at least one photo'] = '至少选中一张图片';
$lang['Select at least one user'] = '至少选中一个用户';
$lang['Show info'] = '显示所有信息';
$lang['Site manager'] = '网管';
@@ -209,12 +207,12 @@ $lang['Dissociate from album'] = '从相册里分离';
$lang['dissociate from group'] = '取消组关联';
$lang['edit album permissions'] = '修改相册权限';
$lang['Album updated successfully'] = '相册信息已上传成功.';
-$lang['elements per page'] = '每页图片';
+$lang['photos per page'] = '每页图片';
$lang['elements'] = '图';
$lang['High definition enabled'] = '激活高清功能';
$lang['File'] = '文件';
$lang['Filesize'] = '大小';
-$lang['first element added on %s'] = '于 %s 上传了第一幅图';
+$lang['first photo added on %s'] = '于 %s 上传了第一幅图';
$lang['Forbidden'] = '禁止';
$lang['global mode'] = '全局模式';
$lang['group "%s" added'] = '增加 "%s" 组';
@@ -225,7 +223,7 @@ $lang['The name of a group must not contain " or \' or be empty.'] = '组名不
$lang['This name is already used by another group.'] = '组名已存在.';
$lang['High definition'] = '高清';
$lang['jump to album'] = '跳到相册';
-$lang['jump to image'] = '跳转到图';
+$lang['jump to photo'] = '跳转到图';
$lang['leave'] = '开锁';
$lang['Lock'] = '上锁';
$lang['Locked'] = '锁定';
@@ -302,7 +300,7 @@ $lang['User %s [%s] was not added to the subscription list.'] = '用户 %s [%s]
$lang['User %s [%s] added.'] = '用户 %s [%s] 已加入.';
$lang['Warning: subscribing or unsubscribing will send mails to users'] = '注意, 注册或注销都会给相关用户发送邮件';
$lang['Send mail on HTML format'] = '以HTML格式发送邮件';
-$lang['Include display of recent pictures group by dates'] = '包括显示最近按日期分组的图片';
+$lang['Include display of recent photos grouped by dates'] = '包括显示最近按日期分组的图片';
$lang['Available only with HTML format'] = '只能以HTML格式';
$lang['no write access'] = '不能写入';
$lang['Permissions'] = '权限';
@@ -331,7 +329,6 @@ $lang['Create a new site : (give its URL to create_listing_file.php)'] = '新建
$lang['created'] = '已创建';
$lang['delete'] = '删除';
$lang['delete this site and all its attached elements'] = '删除此站点和与其相关联的所有信息';
-$lang['deleted'] = '已删除';
$lang['an error happened'] = '发生错误';
$lang['file create_listing_file.php on remote site was not found'] = '在远端站点中未发现create_listing_file.php文件';
$lang['Local'] = '本地';
@@ -347,7 +344,6 @@ $lang['Thumbnail'] = '缩略图';
$lang['title'] = '标题';
$lang['Album list management'] = '相册管理';
$lang['Piwigo configuration'] = '配置Piwigo';
-$lang['Piwigo administration'] = 'Piwigo管理员';
$lang['Edit album'] = '修改一个相册';
$lang['Group management'] = '组管理';
$lang['User list'] = '用户名单';
@@ -380,7 +376,7 @@ $lang['Update images informations'] = '更新图信息';
$lang['Synchronize'] = '同步';
$lang['reduce to single existing albums'] = '减少现有的单独相册';
$lang['Choose an option'] = '选择一个选项';
-$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = '显示最全的信息 (添加相册和相片,删除相册和相片)';
+$lang['display maximum informations (added albums and photos, deleted albums and photos)'] = '显示最全的信息 (添加相册和相片,删除相册和相片)';
$lang['Piwigo version differs on the remote site'] = '与远端站点的Piwigo版本不相同';
$lang['Version of create_listing_file.php on the remote site and Piwigo must be the same'] = '与远端站点文件create_listing_file.php版本和Piwigo版本必须相同';
$lang['listing.xml file was not found'] = '没有发现listing.xml文件';
@@ -393,13 +389,13 @@ $lang['The file or directory cannot be accessed (either it does not exist or the
$lang['a picture filetype requires a thumbnail. The thumbnail must be present in the sub-directory "thumbnail" of the album directory. The thumbnail filename must start with the configured thumbnail prefix and the extension must be among the following list :'] = '每个图片文件需要一个缩略图.缩略图应该存在于类文件夹下的子文件夹"thumbnail"中. 缩略图文件名应该以设置参数"prefix_thumbnail"开始, 扩展名为:';
$lang['missing thumbnail'] = '缺少缩略图';
$lang['albums deleted in the database'] = '相册已从数据库删除';
-$lang['elements deleted in the database'] = '图片已从数据库中删除';
+$lang['photos deleted from the database'] = '图片已从数据库中删除';
$lang['images candidates for metadata synchronization'] = '对应同步元数据的候选图片';
$lang['elements informations synchronized with files metadata'] = '附有元数据的同步图片信息informations des images synchronisées avec les méta-données';
$lang['errors during synchronization'] = '同步期间发生错误';
$lang['albums added in the database'] = '相册已添加到数据库';
-$lang['elements added in the database'] = '增加图片到数据库';
-$lang['elements updated in the database'] = '更新数据库中的图片';
+$lang['photos added in the database'] = '增加图片到数据库';
+$lang['photos updated in the database'] = '更新数据库中的图片';
$lang['Search for new images in the directories'] = '查询文件中的新图片';
$lang['added'] = '已加入';
$lang['deleted'] = '已删除';
@@ -410,7 +406,7 @@ $lang['directories + files'] = '文件夹 + 文件';
$lang['only directories'] = '只对文件夹';
$lang['synchronize files structure with database'] = '同步文件结构和数据库';
$lang['synchronize files metadata with database elements informations'] = '根据文件元数据同步数据库中的图片信息';
-$lang['even already synchronized elements'] = '包括已经同步的图片';
+$lang['even already synchronized photos'] = '包括已经同步的图片';
$lang['Used metadata'] = '已使用过的元数据';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = '文件夹和文件名称只能包含字母, 数字, "-", "_" 和 "."';
$lang['wrong filename'] = '文件名出错';
@@ -494,12 +490,11 @@ $lang['Main "webmaster" user does not exist'] = '主要网管帐户不再存在'
$lang['Main "webmaster" user status is incorrect'] = '主要网管用户状态异常';
$lang['User "%s" created with "%s" like password'] = '用户 "%s" 已创建,密码是"%s"';
$lang['Status of user "%s" updated'] = '用户 "%s" 状态已更新';
-$lang['add new elements to caddie'] = '把所有新图片放到购物篮';
+$lang['add new photos to caddie'] = '把所有新图片放到购物篮';
// --------- Starting below: New or revised $lang ---- from Butterfly
$lang['No display'] = '不显示缩略图';
$lang['Classic display'] = '正常显示';
$lang['Hoverbox display'] = '俯瞰显示';
-$lang['Thumbnails'] = '缩略图';
$lang['Mail address is obligatory for all users'] = '每个用户必须提供邮箱地址';
$lang['Minimum privacy level'] = '最小隐私等级';
$lang['Privacy level'] = '隐私等级';
@@ -574,8 +569,8 @@ $lang['Modify information'] = '修改信息';
$lang['edit album'] = '修改此相册的信息';
$lang['nothing'] = '没有内容';
$lang['overrides existing values with empty ones'] = '用空数据来删除已存在的数据';
-$lang['manage image ranks'] = '管理图片排序';
-$lang['Manage image ranks'] = '管理图片排序';
+$lang['manage photo ranks'] = '管理图片排序';
+$lang['Manage photo ranks'] = '管理图片排序';
$lang['Edit ranks'] = '修改排序方式';
$lang['No element in this album'] = '没有相片在此相册里';
$lang['Images manual order was saved'] = '图片手动排序已保存';
@@ -589,7 +584,7 @@ $lang['%d photos were deleted'] = '%d 图片被删除';
$lang['Downloads'] = '下载';
$lang['Released on'] = '发布于';
$lang['Number of downloads'] = '下载次数';
-$lang['Processing treatment.'] = '正在处理.';
+$lang['Operation in progress'] = '正在处理.';
$lang['Please wait...'] = '请稍后...';
$lang['Keep in touch with Piwigo project, subscribe to Piwigo Announcement Newsletter. You will receive emails when a new release is available (sometimes including a security bug fix, it\'s important to know and upgrade) and when major events happen to the project. Only a few emails a year.'] = '订阅 Piwigo 最新消息,与 Piwigo 项目保持联系。当有新版本发布时,您将会收到邮件通知(有时也包括安全漏洞的修复,这对于升级是很重要的)和项目里一些重要事情的发生。一年里也只有几封邮件。';
$lang['Password is missing. Please enter the password.'] = '密码没有输入,请输入密码。';
diff --git a/tools/albums.lang.php b/tools/albums.lang.php
index 80cf3ba00..2a86579be 100644
--- a/tools/albums.lang.php
+++ b/tools/albums.lang.php
@@ -46,7 +46,7 @@ $lang['Categories management'] = 'Album list management';
$lang['Edit a category'] = 'Edit album';
$lang['Update categories informations'] = 'Update albums informations';
$lang['reduce to single existing categories'] = 'reduce to single existing albums';
-$lang['display maximum informations (added categories and elements, deleted categories and elements)'] = 'display maximum informations (added albums and elements, deleted albums and elements)';
+$lang['display maximum informations (added categories and elements, deleted categories and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)';
$lang['categories deleted in the database'] = 'albums deleted in the database';
$lang['categories added in the database'] = 'albums added in the database';
$lang['Files with same name in more than one physical category'] = 'Files with same name in more than one physical album';