aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/batch_manager_unit.php2
-rw-r--r--admin/cat_modify.php4
-rw-r--r--admin/picture_modify.php2
-rw-r--r--admin/themes/default/template/cat_list.tpl2
-rw-r--r--admin/themes/default/template/cat_modify.tpl4
-rw-r--r--admin/themes/default/template/site_update.tpl4
-rw-r--r--admin/themes/default/template/thumbnail.tpl4
-rw-r--r--admin/thumbnail.php4
-rw-r--r--language/ar_SA/admin.lang.php17
-rw-r--r--language/ar_SA/common.lang.php15
-rw-r--r--language/ca_ES/admin.lang.php17
-rw-r--r--language/ca_ES/common.lang.php14
-rw-r--r--language/cs_CZ/admin.lang.php17
-rw-r--r--language/cs_CZ/common.lang.php14
-rw-r--r--language/da_DK/admin.lang.php17
-rw-r--r--language/da_DK/common.lang.php14
-rw-r--r--language/de_DE/admin.lang.php17
-rw-r--r--language/de_DE/common.lang.php15
-rw-r--r--language/en_UK/admin.lang.php22
-rw-r--r--language/en_UK/common.lang.php15
-rw-r--r--language/es_AR/common.lang.php14
-rw-r--r--language/es_ES/admin.lang.php17
-rw-r--r--language/es_ES/common.lang.php14
-rw-r--r--language/fa_IR/admin.lang.php17
-rw-r--r--language/fa_IR/common.lang.php14
-rw-r--r--language/fr_CA/admin.lang.php17
-rw-r--r--language/fr_CA/common.lang.php14
-rw-r--r--language/fr_FR/admin.lang.php18
-rw-r--r--language/fr_FR/common.lang.php14
-rw-r--r--language/he_IL/admin.lang.php17
-rw-r--r--language/he_IL/common.lang.php12
-rw-r--r--language/hr_HR/admin.lang.php17
-rw-r--r--language/hr_HR/common.lang.php15
-rw-r--r--language/hu_HU/admin.lang.php17
-rw-r--r--language/hu_HU/common.lang.php15
-rw-r--r--language/it_IT/admin.lang.php17
-rw-r--r--language/it_IT/common.lang.php14
-rw-r--r--language/ja_JP/admin.lang.php17
-rw-r--r--language/ja_JP/common.lang.php14
-rw-r--r--language/ka_GE/admin.lang.php17
-rw-r--r--language/ka_GE/common.lang.php14
-rw-r--r--language/lv_LV/admin.lang.php17
-rw-r--r--language/lv_LV/common.lang.php14
-rw-r--r--language/mk_MK/common.lang.php13
-rw-r--r--language/nl_NL/admin.lang.php17
-rw-r--r--language/nl_NL/common.lang.php14
-rw-r--r--language/no_NO/admin.lang.php17
-rw-r--r--language/no_NO/common.lang.php14
-rw-r--r--language/pl_PL/admin.lang.php17
-rw-r--r--language/pl_PL/common.lang.php14
-rw-r--r--language/pt_BR/admin.lang.php17
-rw-r--r--language/pt_BR/common.lang.php15
-rw-r--r--language/pt_PT/admin.lang.php17
-rw-r--r--language/pt_PT/common.lang.php15
-rw-r--r--language/ro_RO/common.lang.php14
-rw-r--r--language/ru_RU/admin.lang.php17
-rw-r--r--language/ru_RU/common.lang.php14
-rw-r--r--language/sh_RS/admin.lang.php17
-rw-r--r--language/sh_RS/common.lang.php15
-rw-r--r--language/sk_SK/admin.lang.php17
-rw-r--r--language/sk_SK/common.lang.php14
-rw-r--r--language/sl_SL/common.lang.php14
-rw-r--r--language/sr_RS/admin.lang.php17
-rw-r--r--language/sr_RS/common.lang.php15
-rw-r--r--language/sv_SE/admin.lang.php17
-rw-r--r--language/sv_SE/common.lang.php14
-rw-r--r--language/tr_TR/admin.lang.php17
-rw-r--r--language/tr_TR/common.lang.php14
-rw-r--r--language/vi_VN/admin.lang.php17
-rw-r--r--language/vi_VN/common.lang.php14
-rw-r--r--language/zh_CN/admin.lang.php17
-rw-r--r--language/zh_CN/common.lang.php14
-rw-r--r--themes/default/template/menubar_categories.tpl7
-rw-r--r--tools/photos.lang.php22
74 files changed, 247 insertions, 806 deletions
diff --git a/admin/batch_manager_unit.php b/admin/batch_manager_unit.php
index d0bb2f182..be107f689 100644
--- a/admin/batch_manager_unit.php
+++ b/admin/batch_manager_unit.php
@@ -122,7 +122,7 @@ SELECT id, date_creation
$datas
);
- array_push($page['infos'], l10n('Picture informations updated'));
+ array_push($page['infos'], l10n('Photo informations updated'));
}
// +-----------------------------------------------------------------------+
diff --git a/admin/cat_modify.php b/admin/cat_modify.php
index 4c0504428..adce08bd2 100644
--- a/admin/cat_modify.php
+++ b/admin/cat_modify.php
@@ -152,7 +152,7 @@ elseif (isset($_POST['submitAdd']))
array_push(
$page['infos'],
sprintf(
- l10n('Album elements associated to the following albums: %s'),
+ l10n('Album photos associated to the following albums: %s'),
'<ul><li>'
.get_cat_display_name_from_id($output_create['id'])
.'</li></ul>'
@@ -181,7 +181,7 @@ elseif (isset($_POST['submitDestinations'])
array_push(
$page['infos'],
sprintf(
- l10n('Album elements associated to the following albums: %s'),
+ l10n('Album photos associated to the following albums: %s'),
'<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
)
);
diff --git a/admin/picture_modify.php b/admin/picture_modify.php
index db776c6d3..b14f419d5 100644
--- a/admin/picture_modify.php
+++ b/admin/picture_modify.php
@@ -118,7 +118,7 @@ if (isset($_POST['submit']) and count($page['errors']) == 0)
}
set_tags($tag_ids, $_GET['image_id']);
- array_push($page['infos'], l10n('Picture informations updated'));
+ array_push($page['infos'], l10n('Photo informations updated'));
}
// associate the element to other categories than its storage category
if (isset($_POST['associate'])
diff --git a/admin/themes/default/template/cat_list.tpl b/admin/themes/default/template/cat_list.tpl
index 1a41344cd..0990258e5 100644
--- a/admin/themes/default/template/cat_list.tpl
+++ b/admin/themes/default/template/cat_list.tpl
@@ -70,7 +70,7 @@ jQuery(document).ready(function(){ldelim}
{/if}
<li><a href="{$category.U_EDIT}" title="{'edit album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_edit.png" class="button" alt="{'edit'|@translate}"></a></li>
{if isset($category.U_MANAGE_ELEMENTS) }
- <li><a href="{$category.U_MANAGE_ELEMENTS}" title="{'manage album elements'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'elements'|@translate}"></a></li>
+ <li><a href="{$category.U_MANAGE_ELEMENTS}" title="{'manage album photos'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'Photos'|@translate}"></a></li>
{/if}
<li><a href="{$category.U_CHILDREN}" title="{'manage sub-albums'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_children.png" class="button" alt="{'sub-albums'|@translate}"></a></li>
{if isset($category.U_MANAGE_PERMISSIONS) }
diff --git a/admin/themes/default/template/cat_modify.tpl b/admin/themes/default/template/cat_modify.tpl
index dbc3f4380..4c6ebe7fb 100644
--- a/admin/themes/default/template/cat_modify.tpl
+++ b/admin/themes/default/template/cat_modify.tpl
@@ -13,7 +13,7 @@
<li><a href="{$U_JUMPTO}" title="{'jump to album'|@translate}"><img src="{$themeconf.admin_icon_dir}/category_jump-to.png" class="button" alt="{'jump to album'|@translate}"></a></li>
{/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_ELEMENTS}" title="{'manage album photos'|@translate}"><img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_elements.png" class="button" alt="{'Photos'|@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>
@@ -122,7 +122,7 @@
{if isset($representant.picture) }
<a href="{$representant.picture.URL}"><img src="{$representant.picture.SRC}" alt="" class="miniature"></a>
{else}
- <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_representant_random.png" class="button" alt="{'Random picture'|@translate}" class="miniature">
+ <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_representant_random.png" class="button" alt="{'Random photo'|@translate}" class="miniature">
{/if}
</td>
<td>
diff --git a/admin/themes/default/template/site_update.tpl b/admin/themes/default/template/site_update.tpl
index a4ee630d5..d8826f127 100644
--- a/admin/themes/default/template/site_update.tpl
+++ b/admin/themes/default/template/site_update.tpl
@@ -20,7 +20,7 @@
{if isset($metadata_result)}
<h3>{$L_RESULT_METADATA}</h3>
<ul>
- <li>{$metadata_result.NB_ELEMENTS_DONE} {'elements informations synchronized with files metadata'|@translate}</li>
+ <li>{$metadata_result.NB_ELEMENTS_DONE} {'photos informations synchronized with files metadata'|@translate}</li>
<li>{$metadata_result.NB_ELEMENTS_CANDIDATES} {'photos candidates for metadata synchronization'|@translate}</li>
<li>{'Used metadata'|@translate} : {$METADATA_LIST}</li>
</ul>
@@ -76,7 +76,7 @@
</fieldset>
<fieldset id="syncMetadata">
- <legend>{'synchronize files metadata with database elements informations'|@translate}</legend>
+ <legend>{'synchronize files metadata with database photos informations'|@translate}</legend>
<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>
diff --git a/admin/themes/default/template/thumbnail.tpl b/admin/themes/default/template/thumbnail.tpl
index a01585df9..1981671ed 100644
--- a/admin/themes/default/template/thumbnail.tpl
+++ b/admin/themes/default/template/thumbnail.tpl
@@ -28,7 +28,7 @@
<td colspan="2">{'General statistics'|@translate}</td>
</tr>
<tr>
- <td>{'number of miniaturized pictures'|@translate}</td>
+ <td>{'number of miniaturized photos'|@translate}</td>
<td style="text-align:center;">{$results.TN_NB}</td>
</tr>
<tr>
@@ -97,7 +97,7 @@
{/if} {*isset params*}
{if !empty($remainings) }
-<div class="admin">{$TOTAL_NB_REMAINING} {'pictures without thumbnail (jpeg and png only)'|@translate}</div>
+<div class="admin">{$TOTAL_NB_REMAINING} {'photos without thumbnail (jpeg and png only)'|@translate}</div>
<table style="width:100%;">
<tr class="throw">
<td>&nbsp;</td>
diff --git a/admin/thumbnail.php b/admin/thumbnail.php
index 87223ca00..cb876175b 100644
--- a/admin/thumbnail.php
+++ b/admin/thumbnail.php
@@ -142,8 +142,8 @@ function RatioResizeImg($info, $path, $newWidth, $newHeight, $tn_ext)
// error
else
{
- echo l10n('Picture unreachable or no support')." ";
- if ( isset( $extenstion ) )
+ echo l10n('Photo unreachable or no support')." ";
+ if ( isset( $extension ) )
{
echo l10n('for the file format').' '.$extension;
}
diff --git a/language/ar_SA/admin.lang.php b/language/ar_SA/admin.lang.php
index d408f390b..ae6dace0d 100644
--- a/language/ar_SA/admin.lang.php
+++ b/language/ar_SA/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'ادارة السلة';
$lang['Caddie'] = 'السلة';
$lang['Albums authorized thanks to group associations'] = 'تم المصادقة عى الألبومات ، شكرا لله';
$lang['Album manual order was saved'] = 'طلب الألبومات اليدوية تم حفظه';
-$lang['Album elements associated to the following albums: %s'] = 'تنصيف العناصر المرتبطة الى الفئات التالية: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'لم يتم التحدث لاسباب غير معروفه.';
$lang['Check for upgrade'] = 'التأكد من التحديثات';
$lang['Comments for all'] = 'يسمح للجميع بالتعليق دون استثناء و دون طائفية :)';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'الروابط الدائمة';
$lang['Permission denied'] = 'تصريح مرفوض';
$lang['Permission granted thanks to a group'] = 'تم التصريح مع الشكر للمجموعه';
$lang['Permission granted'] = 'منح التصريح';
-$lang['Picture informations updated'] = 'تم تحديث معلومات الصورة';
+$lang['Photo informations updated'] = 'تم تحديث معلومات الصورة';
$lang['Plugins'] = 'الاضافات';
$lang['Position'] = 'المـوقع';
$lang['Preferences'] = 'التفضبلات';
$lang['Properties'] = 'الخصائص';
-$lang['Random picture'] = 'صورة عشوائية';
+$lang['Random photo'] = 'صورة عشوائية';
$lang['Rate date'] = 'تاريخ التقييم';
$lang['Rating by guests'] = 'امكانية التقييم للضيوف';
$lang['Rating'] = 'تقييم';
@@ -208,7 +207,6 @@ $lang['dissociate from group'] = 'فصل من المجموعه';
$lang['edit album permissions'] = 'تحرير تصاريح الألبوم';
$lang['Album updated successfully'] = 'تم تحديث معلومات الألبومات بنجاح منقط النظير.';
$lang['photos per page'] = 'عدد في كل صفحة';
-$lang['elements'] = 'عناصر';
$lang['High definition enabled'] = 'تمكين ابعاد الارتفاع';
$lang['File'] = 'ملف';
$lang['Filesize'] = 'حجم الملف';
@@ -352,12 +350,12 @@ $lang['Edit photo information'] = 'تعديل معلومات عن الصورة';
$lang['Thumbnail creation'] = 'إنشاء المصغرات';
$lang['Database synchronization with files'] = 'قاعدة بيانت المزامنة مع الملفات';
$lang['all'] = 'الكل';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'صور بدون مصغرات(jpeg و png فقط)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'صور بدون مصغرات(jpeg و png فقط)';
$lang['height must be a number superior to'] = 'يجب عن يكون عدد الارتفاع يتعدى';
$lang['width must be a number superior to'] = 'يجب ان يكون عدد العرض يتعدى';
$lang['for the file format'] = 'لتنسيق الملف';
$lang['No missing thumbnail'] = 'لا حاجة لاعادة صنع مصغرات في الوقت الحالي';
-$lang['Picture unreachable or no support'] = 'صور لا يمكن الوصول لها او لم تدعم';
+$lang['Photo unreachable or no support'] = 'صور لا يمكن الوصول لها او لم تدعم';
$lang['GD version'] = 'GD أصدار';
$lang['Miniaturization parameters'] = 'تصغير البارامترات';
$lang['generated in'] = 'إنشأت في ..';
@@ -366,7 +364,7 @@ $lang['General statistics'] = 'الاحصائيات العامة';
$lang['max time'] = 'الوقت الاقصى';
$lang['average time'] = 'متوسط الوقت';
$lang['min time'] = 'الوقت الأساسي';
-$lang['number of miniaturized pictures'] = 'عدد الصور المصغرة';
+$lang['number of miniaturized photos'] = 'عدد الصور المصغرة';
$lang['total time'] = 'الوقت الكلي';
$lang['for this file format'] = 'لتنسيق هذا الملف';
$lang['unit mode'] = 'نمط موحد';
@@ -392,7 +390,7 @@ $lang['missing thumbnail'] = 'مصغرات مفقودة';
$lang['albums deleted in the database'] = 'الألبومات محذوفة من قاعدة البيانات';
$lang['photos deleted from the database'] = 'الصور محذوفة من قاعدة البيانات';
$lang['photos candidates for metadata synchronization'] = 'تزامن المعلومات التفصيلة للصور المرشحه';
-$lang['elements informations synchronized with files metadata'] = 'ملعومات الصور متزامنة مع المعلومات التفصيلة للصور';
+$lang['photos informations synchronized with files metadata'] = 'ملعومات الصور متزامنة مع المعلومات التفصيلة للصور';
$lang['errors during synchronization'] = 'أخطاء اثناء التزامن';
$lang['albums added in the database'] = 'ألبومات اضيفت في قاعدة البيانات';
$lang['photos added in the database'] = 'صور اضيفت في قاعدة البيانات';
@@ -406,7 +404,7 @@ $lang['[Simulation]'] = '[محاكات]';
$lang['directories + files'] = 'مجلدات + ملفات';
$lang['only directories'] = 'فقط المجلدات';
$lang['synchronize files structure with database'] = 'مزامنة الملفات مع هيكل قاعدة البيانات';
-$lang['synchronize files metadata with database elements informations'] = 'مزامنة الملعومات التفصيلة مع الصور الموجودة في قاعدة البيانات';
+$lang['synchronize files metadata with database photos informations'] = 'مزامنة الملعومات التفصيلة مع الصور الموجودة في قاعدة البيانات';
$lang['even already synchronized photos'] = 'سبق التزامن مع الصور';
$lang['Used metadata'] = 'معومات التفصيلة مُـستخدمة';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = '
@@ -431,7 +429,6 @@ $lang['Year'] = 'سنة';
$lang['Month'] = 'شهر';
$lang['Day'] = 'يوم';
$lang['Pages seen'] = 'صفحة مشاهده';
-$lang['Pictures'] = 'الصور';
$lang['Time'] = 'الوقت';
$lang['IP'] = 'IP';
$lang['Element'] = 'عنصر';
diff --git a/language/ar_SA/common.lang.php b/language/ar_SA/common.lang.php
index 1d60ca20e..8d6f24d8a 100644
--- a/language/ar_SA/common.lang.php
+++ b/language/ar_SA/common.lang.php
@@ -297,19 +297,7 @@ $lang['A comment on your site'] = 'استفسار مهم';
$lang['today'] = 'اليوم';
$lang['Update your rating'] = 'تحديث تقييمك';
$lang['wrong filename'] = 'اسم الملف غير صحيح';
-$lang['the filesize of the picture must not exceed :'] = 'حجم الملف يجب ان لا يتجاوز : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'يجب ان يكون متداد الصور jpg, أو png';
-$lang['the height of the picture must not exceed :'] = 'الحد الاعلى لرتفاع الصورة ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'تم تحميل الصورة ،، يمكنك اختيار صورة مصغره لها ( غير مهم )';
-$lang['the width of the picture must not exceed :'] = 'الحد الاعلى لرتفاع الصورة: ';
-$lang['can\'t upload the picture on the server'] = 'تستطيع\'t تحميل الصورعلى الخادم';
$lang['the username must be given'] = 'اسم المستخدم ضروري';
-$lang['A picture\'s name already used'] = 'الصورة\'s الاسم موجود مسبقا';
-$lang['You must choose a picture fileformat for the image'] = 'يجب ان تختار نسق او متداد الصورة';
-$lang['Name of the picture'] = 'اسم الصورة';
-$lang['Upload a picture'] = 'تحمـيل صورة جـديدة';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'تم تحميل الصورة ، و سيتم عرضها في اسرع وقت بعد اطلاع الادارة عليها';
-$lang['Upload a picture'] = 'تحميل الصورة';
$lang['useful when password forgotten'] = ' ضرورية في حال نسيانك كلمة المرور';
$lang['Quick search'] = 'بحث سريع';
$lang['Connected user: %s'] = 'الاتصال بالمستخدم: %s';
@@ -323,8 +311,6 @@ $lang['Email: %s'] = 'البريد الالكتروني: %s';
$lang['Admin: %s'] = 'المدير: %s';
$lang['Registration of %s'] = 'تسجيل %s';
$lang['Album: %s'] = 'الألبوم: %s';
-$lang['Picture name: %s'] = 'اسم الصورة: %s';
-$lang['Creation date: %s'] = 'التاريخ الاصلي للصورة: %s';
$lang['Picture uploaded by %s'] = 'حملت الصورة بواسطة %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'وضغ سيئ للضيف "ضيف", استخدم الحالة الافرتاضية. يرجى ابلاغ المسؤول عن الموقع.';
$lang['Administrator, webmaster and special user cannot use this method'] = 'خاصية للادارة فقط لايمكنك استخدامها';
@@ -347,7 +333,6 @@ $lang['%d photo is also linked to current tags'] = '%d صورة لها ارتب
$lang['%d photos are also linked to current tags'] = '%d صور لها اتباط بــ';
$lang['display photos linked to this tag'] = 'شاهد الصورة التي لها اتباط بالكلمات الدلائلية ';
$lang['photos posted during the last %d days'] = 'صور الايــ%dــام الاخيرة ';
-$lang['Choose an image'] = 'اختر الصورة';
$lang['Piwigo Help'] = 'الدعم الفني ';
$lang['Rank'] = 'الألبوم';
$lang['group by letters'] = 'عرض الكلمات في مجموعات';
diff --git a/language/ca_ES/admin.lang.php b/language/ca_ES/admin.lang.php
index b245d1e27..c9d753f65 100644
--- a/language/ca_ES/admin.lang.php
+++ b/language/ca_ES/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Gestió del carret';
$lang['Caddie'] = 'Carret';
$lang['Albums authorized thanks to group associations'] = 'Categories authorized thanks to group associations';
$lang['Album manual order was saved'] = 'Categories manual order was saved';
-$lang['Album elements associated to the following albums: %s'] = 'Category elements associated to the following categories: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Check for upgrade failed for unknown reasons.';
$lang['Check for upgrade'] = 'Comprova si hi ha actualitzacions';
$lang['Comments for all'] = 'Comentaris per a tots';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Enllaços permanents';
$lang['Permission denied'] = 'Permís denegat';
$lang['Permission granted thanks to a group'] = 'Permís atorgat gràcies al grup';
$lang['Permission granted'] = 'Permís atorgat';
-$lang['Picture informations updated'] = 'Informació de la imatge actualitzada';
+$lang['Photo informations updated'] = 'Informació de la imatge actualitzada';
$lang['Plugins'] = 'Connectors';
$lang['Position'] = 'Posició';
$lang['Preferences'] = 'Preferències';
$lang['Properties'] = 'Propietats';
-$lang['Random picture'] = 'Imatge aleatòria';
+$lang['Random photo'] = 'Imatge aleatòria';
$lang['Rate date'] = 'Data valoració';
$lang['Rating by guests'] = 'Valoració pels invitats';
$lang['Rating'] = 'Valoració';
@@ -208,7 +207,6 @@ $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['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';
@@ -356,12 +354,12 @@ $lang['Edit photo information'] = 'Modifica la informació sobre una imatge';
$lang['Thumbnail creation'] = 'Creació de miniatures';
$lang['Database synchronization with files'] = 'Sincronització de la base de dades amb fitxers';
$lang['all'] = 'totes';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'imatges sense miniatura (només jpeg i png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'imatges sense miniatura (només jpeg i png)';
$lang['height must be a number superior to'] = 'l\'alçada ha de ser un número superior a';
$lang['width must be a number superior to'] = 'l\'amplada ha de ser un número superior a';
$lang['for the file format'] = 'per al format de fitxer';
$lang['No missing thumbnail'] = 'No missing thumbnail';
-$lang['Picture unreachable or no support'] = 'Imatge inaccessible o no soportada';
+$lang['Photo unreachable or no support'] = 'Imatge inaccessible o no soportada';
$lang['GD version'] = 'versió GD';
$lang['Miniaturization parameters'] = 'Paràmetres de miniaturització';
$lang['generated in'] = 'generat en';
@@ -370,7 +368,7 @@ $lang['General statistics'] = 'Estadístiques generals';
$lang['max time'] = 'temps màxim';
$lang['average time'] = 'temps mitjà';
$lang['min time'] = 'temps mínim';
-$lang['number of miniaturized pictures'] = 'número d\'imatges miniaturitzades';
+$lang['number of miniaturized photos'] = 'número d\'imatges miniaturitzades';
$lang['total time'] = 'temps total';
$lang['for this file format'] = 'per aquest format de fitxer';
$lang['unit mode'] = 'mode unit';
@@ -396,7 +394,7 @@ $lang['missing thumbnail'] = 'falta la miniatura';
$lang['albums deleted in the database'] = 'categories eliminades de la base de dades';
$lang['photos deleted from the database'] = 'elements eliminats de la base de dades';
$lang['photos 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['photos 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['photos added in the database'] = 'elements afegits a la base de dades';
@@ -410,7 +408,7 @@ $lang['[Simulation]'] = '[Simulació]';
$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['synchronize files metadata with database photos informations'] = 'sincronitza els fitxers de metadades amb els elements d\'informació de la base de dades';
$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 "."';
@@ -435,7 +433,6 @@ $lang['Year'] = 'Any';
$lang['Month'] = 'Mes';
$lang['Day'] = 'Dia';
$lang['Pages seen'] = 'Pàgines vistes';
-$lang['Pictures'] = 'Imatges';
$lang['Time'] = 'Hora';
$lang['User'] = 'Usuari';
$lang['IP'] = 'IP';
diff --git a/language/ca_ES/common.lang.php b/language/ca_ES/common.lang.php
index 4fde75c35..99da9bf13 100644
--- a/language/ca_ES/common.lang.php
+++ b/language/ca_ES/common.lang.php
@@ -290,19 +290,8 @@ $lang['A comment on your site'] = 'A comment on your site';
$lang['today'] = 'avui';
$lang['Update your rating'] = 'Actualitzeu les vostres valoracions';
$lang['wrong filename'] = 'nom del fitxer erroni';
-$lang['the filesize of the picture must not exceed :'] = 'la mida del fitxer de la imatge no pot excedir :';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'la imatge ha de ser en format de fitxer jpg, gif o png';
-$lang['the height of the picture must not exceed :'] = 'l\'alçada de la imatge no pot excedir :';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, però es recomanat : esculliu una miniatura per associar-la a';
-$lang['the width of the picture must not exceed :'] = 'l\'amplada de la imatge no pot excedir :';
$lang['Author'] = 'Autor';
-$lang['can\'t upload the picture on the server'] = 'no es pot carregar la imatge al servidor';
$lang['the username must be given'] = 's\'ha d\'indicar el nom d\'usuari';
-$lang['A picture\'s name already used'] = 'Un nom d\'imatge ja està en ús';
-$lang['You must choose a picture fileformat for the image'] = 'Heu d\'escollir un format de fitxer d\'imatge per la imatge';
-$lang['Name of the picture'] = 'Nom de la imatge';
-$lang['Upload a picture'] = 'Carrega una imatge';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'La imatge s\'ha carregat amb èxit, un administrador la validarà tan aviat com sigui possible';
$lang['useful when password forgotten'] = 'útil quan s\'ha oblidat la contrasenya';
$lang['Quick search'] = 'Quick search';
$lang['Connected user: %s'] = 'Usuari connectat: %s';
@@ -316,8 +305,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Registrat de %s';
$lang['Album: %s'] = 'Categoria: %s';
-$lang['Picture name: %s'] = 'Nom de la imatge: %s';
-$lang['Creation date: %s'] = 'Data de creació: %s';
$lang['Picture uploaded by %s'] = 'Imatge carregada per %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Estat erroni de l\'usuari "invitat", s\'està utilitzant l\'estat predeterminat. Si us plau informeu-ho a l\'administrador de la web.';
@@ -342,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d imatge també ha estat en
$lang['%d photos are also linked to current tags'] = '%d imatges també han estat enllaçades amb aquestes etiquetes';
$lang['display photos linked to this tag'] = 'Veure imatges enllaçades amb aquesta etiqueta solament';
$lang['photos posted during the last %d days'] = 'imatges publicades durant els últims %d dies';
-$lang['Choose an image'] = 'Esculliu una imatge';
$lang['Piwigo Help'] = 'Ajuda del Piwigo';
$lang['Rank'] = 'Rànquing';
$lang['group by letters'] = 'agrupa per lletres';
diff --git a/language/cs_CZ/admin.lang.php b/language/cs_CZ/admin.lang.php
index f04bb23a8..4f270b2ea 100644
--- a/language/cs_CZ/admin.lang.php
+++ b/language/cs_CZ/admin.lang.php
@@ -64,7 +64,6 @@ $lang['Caddie management'] = 'Správa košíku';
$lang['Caddie'] = 'Košík';
$lang['Albums authorized thanks to group associations'] = 'Alba autorizována díky skupinovému sloučení';
$lang['Album manual order was saved'] = 'Alba s ručním vyběrem byla uložena';
-$lang['Album elements associated to the following albums: %s'] = 'Fotky alb přiřazeny k následujícím albům: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Zjištění možnosti aktualizace se nezdařilo';
$lang['Check for upgrade'] = 'Zjistit možnost aktualizace';
$lang['Comments for all'] = 'Komentáře pro všechny';
@@ -135,12 +134,12 @@ $lang['Permalinks'] = 'Pernamentní spojení';
$lang['Permission denied'] = 'Přístup zamítnut';
$lang['Permission granted thanks to a group'] = 'Přístup povolen díky skupině';
$lang['Permission granted'] = 'Přístup povolen';
-$lang['Picture informations updated'] = 'Informace o fotografiích aktualizovány';
+$lang['Photo informations updated'] = 'Informace o fotografiích aktualizovány';
$lang['Plugins'] = 'Doplňky';
$lang['Position'] = 'Pozice';
$lang['Preferences'] = 'Nastavení';
$lang['Properties'] = 'Vlastnosti';
-$lang['Random picture'] = 'Náhodná fotografie';
+$lang['Random photo'] = 'Náhodná fotografie';
$lang['Rate date'] = 'Datum hodnocení';
$lang['Rating by guests'] = 'Hodnocení hosty';
$lang['Rating'] = 'Hodnocení';
@@ -210,7 +209,6 @@ $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['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';
@@ -354,12 +352,12 @@ $lang['Edit photo information'] = 'Upravit informace o fotografii';
$lang['Thumbnail creation'] = 'Vytvořit náhledy';
$lang['Database synchronization with files'] = 'Synchronizace databáze se soubory';
$lang['all'] = 'Vše';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'Fotografie bez náhledu (pouze jpeg nebo png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'Fotografie bez náhledu (pouze jpeg nebo png)';
$lang['height must be a number superior to'] = 'Výška musí být větší než';
$lang['width must be a number superior to'] = 'Šířka musí být větší než';
$lang['for the file format'] = 'pro formát souboru';
$lang['No missing thumbnail'] = 'Nechybí žádný náhled';
-$lang['Picture unreachable or no support'] = 'Fotografie není dostupná nebo podporovaná';
+$lang['Photo unreachable or no support'] = 'Fotografie není dostupná nebo podporovaná';
$lang['GD version'] = 'Verze GD knihovny';
$lang['Miniaturization parameters'] = 'Parametry miniaturizace';
$lang['generated in'] = 'generováno během';
@@ -368,7 +366,7 @@ $lang['General statistics'] = 'Celková statistika';
$lang['max time'] = 'nejdelší čas';
$lang['average time'] = 'průměrný čas';
$lang['min time'] = 'nejkratší čas';
-$lang['number of miniaturized pictures'] = 'počet miniaturizovaných fotografií';
+$lang['number of miniaturized photos'] = 'počet miniaturizovaných fotografií';
$lang['total time'] = 'celkový čas';
$lang['for this file format'] = 'pro tento formát souboru';
$lang['unit mode'] = 'jednotlivě';
@@ -394,7 +392,7 @@ $lang['missing thumbnail'] = 'žádný náhled';
$lang['albums deleted in the database'] = 'alba odstraněna v databázi';
$lang['photos deleted from the database'] = 'položek odstraněno z databáze';
$lang['photos candidates for metadata synchronization'] = 'fotografií pro synchronizaci metadat';
-$lang['elements informations synchronized with files metadata'] = 'informace synchronizované z metadat souborů';
+$lang['photos 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['photos added in the database'] = 'položek přidáno do databáze';
@@ -408,7 +406,7 @@ $lang['[Simulation]'] = '[Simulace]';
$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['synchronize files metadata with database photos informations'] = 'synchronizovat metadata souborů s databází';
$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 "."';
@@ -432,7 +430,6 @@ $lang['Year'] = 'Rok';
$lang['Month'] = 'Měsíc';
$lang['Day'] = 'Den';
$lang['Pages seen'] = 'Prohlédnuto stránek';
-$lang['Pictures'] = 'Fotografie';
$lang['Time'] = 'čas';
$lang['IP'] = 'IP';
$lang['Element'] = 'Fotografie';
diff --git a/language/cs_CZ/common.lang.php b/language/cs_CZ/common.lang.php
index 66c1ce7b8..37d5012c6 100644
--- a/language/cs_CZ/common.lang.php
+++ b/language/cs_CZ/common.lang.php
@@ -296,18 +296,7 @@ $lang['A comment on your site'] = 'komentář v Vašim stránkám';
$lang['today'] = 'dnes';
$lang['Update your rating'] = 'Aktualizovat hodnocení';
$lang['wrong filename'] = 'chybný název souboru';
-$lang['the filesize of the picture must not exceed :'] = 'velikost fotografie na disku nesmí být větší než : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'fotografie musí být ve formátu jpg, gif, nebo png';
-$lang['the height of the picture must not exceed :'] = 'výška fotografie nesmí být větší než : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Volitelné (doporučeno) : přiřadit náhled k ';
-$lang['the width of the picture must not exceed :'] = 'šířka fotografie nesmí být větší než : ';
-$lang['can\'t upload the picture on the server'] = 'Nelze nahrát fotografii na server';
$lang['the username must be given'] = 'Je nutné zadat uživatelské jméno';
-$lang['A picture\'s name already used'] = 'Fotografie s tímto názvem již existuje';
-$lang['You must choose a picture fileformat for the image'] = 'Je nutné zvolit typ souboru fotografie';
-$lang['Name of the picture'] = 'Název fotografie';
-$lang['Upload a picture'] = 'Nahrát fotografii';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Fotografie byla úspěšně přidána, zobrazí se po schválení administrátorem';
$lang['useful when password forgotten'] = 'užitečné při zapomenutí hesla';
$lang['Quick search'] = 'Rychlé hledání';
$lang['Connected user: %s'] = 'Připojený uživatel: %s';
@@ -321,8 +310,6 @@ $lang['Email: %s'] = 'E-mail: %s';
$lang['Admin: %s'] = 'Administrátor: %s';
$lang['Registration of %s'] = 'Registrace %s';
$lang['Album: %s'] = 'Album: %s';
-$lang['Picture name: %s'] = '*Název fotografie: %s';
-$lang['Creation date: %s'] = 'Datum vytvoření: %s';
$lang['Picture uploaded by %s'] = 'Fotografie nahrána %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Špatný stav pro uživatele "host", bude použit výchozí stav. Prosím informujte administrátora.';
@@ -347,7 +334,6 @@ $lang['%d photo is also linked to current tags'] = '%d fotografie je také spoje
$lang['%d photos are also linked to current tags'] = '%d fotografií je také spojeno s aktuálními klíčovými slovy';
$lang['display photos linked to this tag'] = 'Ukázat pouze fotografie spojené s aktuálním klíčovým slovem';
$lang['photos posted during the last %d days'] = 'fotografie vložené za posledních %d dnů';
-$lang['Choose an image'] = 'Vybrat fotografii';
$lang['Piwigo Help'] = 'Nápověda Piwigo';
$lang['Rank'] = 'Hodnotit';
$lang['group by letters'] = 'Seskupit podle písmen';
diff --git a/language/da_DK/admin.lang.php b/language/da_DK/admin.lang.php
index bf3726f2b..1b768338d 100644
--- a/language/da_DK/admin.lang.php
+++ b/language/da_DK/admin.lang.php
@@ -63,7 +63,6 @@ $lang['Caddie management'] = 'Caddie forvaltning';
$lang['Caddie'] = 'Caddie';
$lang['Albums authorized thanks to group associations'] = 'Kategorier tilladelse takket være gruppe tilknytninger';
$lang['Album manual order was saved'] = 'Kategorier manual ordre er blevet gemt';
-$lang['Album elements associated to the following albums: %s'] = 'Kategori elementer i tilknytning til følgende kategorier:% s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Check for opgradering mislykkedes af ukendte årsager.';
$lang['Check for upgrade'] = 'Tjek efter opgradering';
$lang['Comments for all'] = 'Kommentarer til alle';
@@ -134,12 +133,12 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Nægtet Tilladelse';
$lang['Permission granted thanks to a group'] = 'Tilladelse givet takket være en Gruppe';
$lang['Permission granted'] = 'Tilladelse givet';
-$lang['Picture informations updated'] = 'Billed information opdateret';
+$lang['Photo informations updated'] = 'Billed information opdateret';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Position';
$lang['Preferences'] = 'Indstillinger';
$lang['Properties'] = 'Egenskaber';
-$lang['Random picture'] = 'Random billede';
+$lang['Random photo'] = 'Random billede';
$lang['Rate date'] = 'Rating dato';
$lang['Rating by guests'] = 'Bedømmelse af gæster';
$lang['Rating'] = 'Rating';
@@ -209,7 +208,6 @@ $lang['dissociate from group'] = 'Adskille fra Gruppe';
$lang['edit album permissions'] = 'Edit Kategori tilladelser';
$lang['Album updated successfully'] = 'Kategori informationer opdateret.';
$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';
@@ -354,12 +352,12 @@ $lang['Edit photo information'] = 'Rediger billede information';
$lang['Thumbnail creation'] = 'Thumbnail oprettelse';
$lang['Database synchronization with files'] = 'Database synkronisering med filer';
$lang['all'] = 'Alle';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'Billeder uden thumbnail (jpeg og png only)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'Billeder uden thumbnail (jpeg og png only)';
$lang['height must be a number superior to'] = 'Højde skal være et tal større end';
$lang['width must be a number superior to'] = 'Bredde skal være et tal større end';
$lang['for the file format'] = 'For filformatet';
$lang['No missing thumbnail'] = 'Ingen manglende thumbnail';
-$lang['Picture unreachable or no support'] = 'Picture utilgængelig eller ikke understøttet format';
+$lang['Photo unreachable or no support'] = 'Picture utilgængelig eller ikke understøttet format';
$lang['GD version'] = 'GD version';
$lang['Miniaturization parameters'] = 'Miniaturisering parametre';
$lang['generated in'] = 'Genereret i';
@@ -368,7 +366,7 @@ $lang['General statistics'] = 'General statistikker';
$lang['max time'] = 'Max tid';
$lang['average time'] = 'Gennemsnitlige tid';
$lang['min time'] = 'Min tid';
-$lang['number of miniaturized pictures'] = 'Antal skabte thumbnails';
+$lang['number of miniaturized photos'] = 'Antal skabte thumbnails';
$lang['total time'] = 'Total tid';
$lang['for this file format'] = 'For denne fil format';
$lang['unit mode'] = 'Single-mode';
@@ -394,7 +392,7 @@ $lang['missing thumbnail'] = 'Manglende thumbnail';
$lang['albums deleted in the database'] = 'Kategorier slettet i databasen';
$lang['photos deleted from the database'] = 'Elementer slettet i databasen';
$lang['photos candidates for metadata synchronization'] = 'Billeder kandidater til metadata synkronisering';
-$lang['elements informations synchronized with files metadata'] = 'Elementer informationer synkroniseret med filer metadata';
+$lang['photos 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['photos added in the database'] = 'Elementer tilføjet i databasen';
@@ -408,7 +406,7 @@ $lang['[Simulation]'] = '[Simulation]';
$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['synchronize files metadata with database photos informations'] = 'Synkronisere database elementer med filer metadata';
$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 \'.\'';
@@ -432,7 +430,6 @@ $lang['Year'] = 'År';
$lang['Month'] = 'Måned';
$lang['Day'] = 'Dag';
$lang['Pages seen'] = 'Sider set';
-$lang['Pictures'] = 'Billeder';
$lang['Time'] = 'Tid';
$lang['IP'] = 'IP';
$lang['Element'] = 'Element';
diff --git a/language/da_DK/common.lang.php b/language/da_DK/common.lang.php
index 43b955079..98878d4eb 100644
--- a/language/da_DK/common.lang.php
+++ b/language/da_DK/common.lang.php
@@ -292,18 +292,7 @@ $lang['A comment on your site'] = 'En kommentar på din side';
$lang['today'] = 'i dag';
$lang['Update your rating'] = 'Opdater din bedømmelse';
$lang['wrong filename'] = 'forket filnavn';
-$lang['the filesize of the picture must not exceed :'] = 'filestørrelsen må ikke overstige : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'filformatet skal være i jpg, gif eller png';
-$lang['the height of the picture must not exceed :'] = 'højden af fotoet må ikke overstige : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Valgfri men anbefalet: Vælg en tilknyttet "thumbnail"';
-$lang['the width of the picture must not exceed :'] = 'bredden af fotoet må ikke overstige : ';
-$lang['can\'t upload the picture on the server'] = 'Kan ikke uploade fotoet til serveren';
$lang['the username must be given'] = 'brugernavn skal være angivet';
-$lang['A picture\'s name already used'] = 'Fotos navn er allerede brugt';
-$lang['You must choose a picture fileformat for the image'] = 'Du skal vælget et fotoformat til fotoet';
-$lang['Name of the picture'] = 'Navn på fotoet';
-$lang['Upload a picture'] = 'Upload et foto';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Fotoet er uploaded, en administrator vil validere det hurtigst muligt';
$lang['useful when password forgotten'] = 'nyttigt ved glemt password';
$lang['Quick search'] = 'Hurtig søg';
$lang['Connected user: %s'] = 'Tilsluttede bruger: %s';
@@ -317,8 +306,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Registrering af %s';
$lang['Album: %s'] = 'kategori: %s';
-$lang['Picture name: %s'] = 'Foto navn: %s';
-$lang['Creation date: %s'] = 'Oprettelses dag: %s';
$lang['Picture uploaded by %s'] = 'Foto uploaded af %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Forket status for gæste bruger. Kontakt webmaster.';
@@ -343,7 +330,6 @@ $lang['%d photo is also linked to current tags'] = '%d foto er også linked til
$lang['%d photos are also linked to current tags'] = '%d fotos er også linked til disse tags';
$lang['display photos linked to this tag'] = 'Se fotos linked kun til dette tag';
$lang['photos posted during the last %d days'] = 'fotos oprettet de sidste %d dage';
-$lang['Choose an image'] = 'Vælg et foto';
$lang['Piwigo Help'] = 'Piwigo Hjælp';
$lang['Rank'] = 'Rank';
$lang['group by letters'] = 'alfabetiske grupper';
diff --git a/language/de_DE/admin.lang.php b/language/de_DE/admin.lang.php
index 43571b9c5..12cede744 100644
--- a/language/de_DE/admin.lang.php
+++ b/language/de_DE/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Sammelkorb verwalten';
$lang['Caddie'] = 'Sammelkorb';
$lang['Albums authorized thanks to group associations'] = 'Für Alben freigeschaltet durch Gruppenzugehörigkeit';
$lang['Album manual order was saved'] = 'Albumreihenfolgen wurde gespeichert';
-$lang['Album elements associated to the following albums: %s'] = 'Albumelemente zu folgenden Alben zugeordnet: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Suche nach einem Upgrade nicht möglich.';
$lang['Check for upgrade'] = 'Prüfe ob eine neue Version der Bildergalerie verfügbar ist.';
$lang['Comments for all'] = 'Kommentare für alle erlaubt';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Zugriff verweigern';
$lang['Permission granted thanks to a group'] = 'Benutzern durch Zugehörigkeit in einer Gruppe Zugriff erlaubt';
$lang['Permission granted'] = 'Zugriff erlaubt';
-$lang['Picture informations updated'] = 'Elementinformationen aktualisiert';
+$lang['Photo informations updated'] = 'Elementinformationen aktualisiert';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Position';
$lang['Preferences'] = 'Einstellungen';
$lang['Properties'] = 'Eigenschaften';
-$lang['Random picture'] = 'zufälliges Bild';
+$lang['Random photo'] = 'zufälliges Bild';
$lang['Rate date'] = 'Bewertungsdatum';
$lang['Rating by guests'] = 'Erlaube Bewertung(en) durch Gäste';
$lang['Rating'] = 'Bewertungen';
@@ -207,7 +206,6 @@ $lang['dissociate from group'] = 'Von Gruppe abtrennen';
$lang['edit album permissions'] = 'Albumberechtigungen bearbeiten';
$lang['Album updated successfully'] = 'Informationen des Albums wurden erfolgreich aktualisiert.';
$lang['photos per page'] = 'Elemente pro Seite';
-$lang['elements'] = 'Elemente';
$lang['High definition enabled'] = 'High definition eingeschaltet';
$lang['File'] = 'Datei';
$lang['Filesize'] = 'Dateigröße';
@@ -348,12 +346,12 @@ $lang['Edit photo information'] = 'ändern der Informationen eines Bildes';
$lang['Thumbnail creation'] = 'Erstellung von Miniaturansichten';
$lang['Database synchronization with files'] = 'Synchronisierung der Datenbank';
$lang['all'] = 'alle';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'Bilder ohne Thumbnail (JPEG-und PNG-only)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'Bilder ohne Thumbnail (JPEG-und PNG-only)';
$lang['height must be a number superior to'] = 'die Höhe muss größer sein als';
$lang['width must be a number superior to'] = 'die Breite muss größer sein als';
$lang['for the file format'] = 'für das Format der Datei';
$lang['No missing thumbnail'] = 'Keine Miniaturansicht fehlt';
-$lang['Picture unreachable or no support'] = 'Bild nicht verfügbar oder wird nicht unterstützt';
+$lang['Photo unreachable or no support'] = 'Bild nicht verfügbar oder wird nicht unterstützt';
$lang['GD version'] = 'Version von GD Library';
$lang['Miniaturization parameters'] = 'Einstellung der Miniaturisierung';
$lang['generated in'] = 'generiert in';
@@ -362,7 +360,7 @@ $lang['General statistics'] = 'Allgemeine Statistiken';
$lang['max time'] = 'max Zeit';
$lang['average time'] = 'durchschnittliche Zeit';
$lang['min time'] = 'min Zeit';
-$lang['number of miniaturized pictures'] = 'Anzahl verkleinerter Bilder';
+$lang['number of miniaturized photos'] = 'Anzahl verkleinerter Bilder';
$lang['total time'] = 'Gesamtzeit';
$lang['for this file format'] = 'für dieses Dateiformat';
$lang['unit mode'] = 'Einzelmodus';
@@ -388,7 +386,7 @@ $lang['missing thumbnail'] = 'Fehlendes Thumbnail';
$lang['albums deleted in the database'] = 'Alben von der Datenbank entfernt';
$lang['photos deleted from the database'] = 'Elemente in der Datenbank gelöscht';
$lang['photos candidates for metadata synchronization'] = 'Elemente , deren Metadaten vorhanden sind';
-$lang['elements informations synchronized with files metadata'] = 'Elemente mit der Meta-Datenbank syncronisiert';
+$lang['photos 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['photos added in the database'] = 'Elemente in der Datenbank hinzugefügt';
@@ -402,7 +400,7 @@ $lang['[Simulation]'] = '[Simulation]';
$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['synchronize files metadata with database photos informations'] = 'Syncronisiere Metadaten mit den Informationen in der Datenbank';
$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';
@@ -426,7 +424,6 @@ $lang['Year'] = 'Jahr';
$lang['Month'] = 'Monat';
$lang['Day'] = 'Tag';
$lang['Pages seen'] = 'Seitenzugriffe';
-$lang['Pictures'] = 'Bilder';
$lang['Time'] = 'Zeit';
$lang['IP'] = 'IP';
$lang['Element'] = 'Bilder';
diff --git a/language/de_DE/common.lang.php b/language/de_DE/common.lang.php
index 4f2cdbb79..eef82f050 100644
--- a/language/de_DE/common.lang.php
+++ b/language/de_DE/common.lang.php
@@ -292,19 +292,7 @@ $lang['A comment on your site'] = 'Ein Kommentar auf der Website';
$lang['today'] = 'heute';
$lang['Update your rating'] = 'Aktualisieren Ihre Bewertung';
$lang['wrong filename'] = 'ungültiger Verzeichnisname';
-$lang['the filesize of the picture must not exceed :'] = 'die Datei darf nicht größer sein als: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'das Bild muss im Dateiformat JPG, GIF, oder PNG sein';
-$lang['the height of the picture must not exceed :'] = 'die maximale Bildhöhe darf nicht überschritten werden: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optional, aber empfohlen: Wählen Sie ein Miniaturbild, um zu ';
-$lang['the width of the picture must not exceed :'] = 'die Breite des Bildes darf nicht überschreiten: ';
-$lang['can\'t upload the picture on the server'] = 'Das Bild kann nicht hochgeladen werden';
$lang['the username must be given'] = 'Nutzername fehlt';
-$lang['A picture\'s name already used'] = 'Diese Datei existiert bereits';
-$lang['You must choose a picture fileformat for the image'] = 'das Format der Datei entspricht nicht dem Bild';
-$lang['Name of the picture'] = 'Name des Bildes';
-$lang['Upload a picture'] = 'Ein Bild hochladen';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Bild erfolgreich hinzugefügt, ein Administrator wird ihr Bild überprüfen und freischalten';
-$lang['Upload a picture'] = 'Ein Bild hinzufügen';
$lang['useful when password forgotten'] = 'nützlich, wenn Sie ihr Passwort vergessen';
$lang['Quick search'] = 'Schnellsuche';
$lang['Connected user: %s'] = 'Connected Benutzer : %s';
@@ -318,8 +306,6 @@ $lang['Email: %s'] = 'E-Mail: %s';
$lang['Admin: %s'] = 'Verwaltung: %s';
$lang['Registration of %s'] = 'Registrierung von %s';
$lang['Album: %s'] = 'Album: %s';
-$lang['Picture name: %s'] = 'Name des Bildes: %s';
-$lang['Creation date: %s'] = 'Erstellungsdatum: %d';
$lang['Picture uploaded by %s'] = 'Bild hochgeladen von %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status der Benutzer "guest" nicht entspricht, Verwendung des Standard. Bitte kontaktieren Sie den Webmaster.';
@@ -344,7 +330,6 @@ $lang['%d photo is also linked to current tags'] = '%d Element ist auch mit weit
$lang['%d photos are also linked to current tags'] = '%d Elemente sind auch mit weiteren Tags markiert';
$lang['display photos linked to this tag'] = 'Zeige nur Bilder die mit diesem Tag markiert sind';
$lang['photos posted during the last %d days'] = 'Bilder hinzugefügt während der letzten %d Tage';
-$lang['Choose an image'] = 'Wählen Sie ein Bild';
$lang['Piwigo Help'] = 'Hilfe Piwigo';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'Gruppieren nach Buchstaben';
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php
index efd52a80c..a7575e22e 100644
--- a/language/en_UK/admin.lang.php
+++ b/language/en_UK/admin.lang.php
@@ -121,7 +121,7 @@ $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 photos associated to the following albums: %s'] = "Album photos 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';
@@ -252,14 +252,13 @@ $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 photo information'] = "Modify picture information";
+$lang['Edit photo information'] = "Edit photo information";
$lang['Edit ranks'] = "Edit ranks";
$lang['Edit selected tags'] = "Edit selected tags";
$lang['Edit tags'] = "Edit tags";
$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['photos informations synchronized with files metadata'] = "photos informations synchronized with files metadata";
$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";
@@ -400,7 +399,7 @@ $lang['Main'] = "Main";
$lang['Maintenance'] = "Maintenance";
$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 album photos'] = "manage album photos";
$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\"";
@@ -455,7 +454,7 @@ $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 miniaturized photos'] = "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';
@@ -504,10 +503,9 @@ $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['Photo informations updated'] = "Photo informations updated";
+$lang['Photo unreachable or no support'] = "Photo unreachable or unsupported format";
+$lang['photos without thumbnail (jpeg and png only)'] = "photos without thumbnail (jpeg and png only)";
$lang['Piwigo Administration'] = "Piwigo Administration";
$lang['Piwigo Announcements Newsletter'] = "Piwigo Announcement Newsletter";
$lang['Piwigo configuration'] = "Piwigo configuration";
@@ -543,7 +541,7 @@ $lang['Purge never used notification feeds'] = "Purge never used notification fe
$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['Random photo'] = "Random photo";
$lang['randomly represented'] = "random representative";
$lang['ranks'] = "ranks";
$lang['Rate date'] = "Rating date";
@@ -628,7 +626,7 @@ $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 metadata with database photos informations'] = "synchronize database photos with files metadata";
$lang['synchronize files structure with database'] = "synchronize files structure with database";
$lang['synchronize metadata'] = "synchronize metadata";
$lang['Synchronize'] = "Synchronize";
diff --git a/language/en_UK/common.lang.php b/language/en_UK/common.lang.php
index 698e9ff10..1efb73881 100644
--- a/language/en_UK/common.lang.php
+++ b/language/en_UK/common.lang.php
@@ -290,18 +290,7 @@ $lang['A comment on your site'] = "A comment on your site";
$lang['today'] = "today";
$lang['Update your rating'] = "Update your rating";
$lang['wrong filename'] = "wrong filename";
-$lang['the filesize of the picture must not exceed :'] = "the picture filesize must not exceed :";
-$lang['the picture must be to the fileformat jpg, gif or png'] = "the picture fileformat must be jpg, gif or png";
-$lang['the height of the picture must not exceed :'] = "the picture height must not exceed :";
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = "Optional, but recommended : choose a thumbnail to associate to";
-$lang['the width of the picture must not exceed :'] = "the width of the picture must not exceed :";
-$lang['can\'t upload the picture on the server'] = "the picture cannot be uploaded onto the server";
$lang['the username must be given'] = "the username is required";
-$lang['A picture\'s name already used'] = "this picture name is already used";
-$lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image";
-$lang['Name of the picture'] = "Picture name";
-$lang['Upload a picture'] = "Upload a picture";
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "Picture uploaded with success, an administrator will validate it as soon as possible";
$lang['useful when password forgotten'] = "useful in case password is forgotten";
$lang['Quick search'] = "Quick search";
$lang['Connected user: %s'] = "Connected user: %s";
@@ -315,9 +304,6 @@ $lang['Email: %s'] = "Email: %s";
$lang['Admin: %s'] = "Admin: %s";
$lang['Registration of %s'] = "Registration of %s";
$lang['Album: %s'] = "Album: %s";
-$lang['Picture name: %s'] = "Picture name: %s";
-$lang['Creation date: %s'] = "Creation date: %s";
-$lang['Picture uploaded by %s'] = "Picture uploaded by %s";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Bad status for user \"guest\", default status will be used. Please notify the webmaster.";
$lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster and special user cannot use this method";
$lang['this email address is already in use'] = "this email address is already in use";
@@ -339,7 +325,6 @@ $lang['%d photo is also linked to current tags'] = "%d photo is also linked to c
$lang['%d photos are also linked to current tags'] = "%d photos are also linked to current tags";
$lang['display photos linked to this tag'] = "display photos linked to this tag";
$lang['photos posted during the last %d days'] = "photos posted during the last %d days";
-$lang['Choose an image'] = "Choose an image";
$lang['Piwigo Help'] = "Piwigo help";
$lang['Rank'] = "Rank";
$lang['group by letters'] = "group by letters";
diff --git a/language/es_AR/common.lang.php b/language/es_AR/common.lang.php
index eb2d7ed14..6dc1a2ccd 100644
--- a/language/es_AR/common.lang.php
+++ b/language/es_AR/common.lang.php
@@ -291,18 +291,7 @@ $lang['A comment on your site'] = 'Hay un comentario en el sitio';
$lang['today'] = 'hoy';
$lang['Update your rating'] = 'Actualizar su calificación';
$lang['wrong filename'] = 'nombre de carpeta incorrecto';
-$lang['the filesize of the picture must not exceed :'] = 'el tamaño de la imagen debe ser inferior o igual a: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'formatos aceptados: jpg, png o gif únicamente';
-$lang['the height of the picture must not exceed :'] = 'la altura de la imagen debe ser inferior o igual a: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'No es obligatorio pero se recomienda: elegir una diapositiva asociada ';
-$lang['the width of the picture must not exceed :'] = 'el ancho de la imagen debe ser inferior o igual a: ';
-$lang['can\'t upload the picture on the server'] = 'fue imposible subir el archivo al servidor';
$lang['the username must be given'] = 'falta el nombre de usuario';
-$lang['A picture\'s name already used'] = 'este archivo ya existe';
-$lang['You must choose a picture fileformat for the image'] = 'el formato del archivo no es un formato de imagen reconocido';
-$lang['Name of the picture'] = 'Título de la imagen';
-$lang['Upload a picture'] = 'Agregar una imagen';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagen agregada con éxito. Un administrador debe aprobarla para que los usuarios puedan verla';
$lang['useful when password forgotten'] = 'útil en caso de contraseña olvidada';
$lang['Quick search'] = 'Búsqueda rápida';
$lang['Connected user: %s'] = 'Usuario conectado: %s';
@@ -316,8 +305,6 @@ $lang['Email: %s'] = 'Correo electrónico: %s';
$lang['Admin: %s'] = 'Administración: %s';
$lang['Registration of %s'] = 'Registro de %s';
$lang['Album: %s'] = 'Categoría: %s';
-$lang['Picture name: %s'] = 'Nombre de la imagen: %s';
-$lang['Creation date: %s'] = 'Fecha de creación: %d';
$lang['Picture uploaded by %s'] = 'Imagen subida por %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'El estatuto de usuario "huésped" no corresponde, se utilizará el estatuto por defecto. Por favor avísele al webmaster.';
@@ -342,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d imagen también está rel
$lang['%d photos are also linked to current tags'] = '%d imágenes también están relacionadas con los tags actuales';
$lang['display photos linked to this tag'] = 'Ver únicamente las imágenes relacionadas a ese tag';
$lang['photos posted during the last %d days'] = 'imágenes agregadas los últimos días';
-$lang['Choose an image'] = 'Elegir una imagen para agregar';
$lang['Piwigo Help'] = 'Ayuda de Piwigo';
$lang['Rank'] = 'Rango';
$lang['group by letters'] = 'reagrupar por letras';
diff --git a/language/es_ES/admin.lang.php b/language/es_ES/admin.lang.php
index 6dcaa6ff2..0eb89f42b 100644
--- a/language/es_ES/admin.lang.php
+++ b/language/es_ES/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Gestión de la cesta';
$lang['Caddie'] = 'Cesta';
$lang['Albums authorized thanks to group associations'] = 'Álbum disponible por partenecer al grupo';
$lang['Album manual order was saved'] = 'El orden manual de los albumes se guardo con exito';
-$lang['Album elements associated to the following albums: %s'] = 'Les fotos del àlbum fueron asociados a los àlbumes siguientes : %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'La comprobación de la última versión sobre el servidor fue suspendida por una razón desconocida.';
$lang['Check for upgrade'] = 'Última versión';
$lang['Comments for all'] = 'Comentarios para todos';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Enlaces permanentes';
$lang['Permission denied'] = 'Acceso prohibido';
$lang['Permission granted thanks to a group'] = 'Acceso autorizado gracias a la pertenencia a los grupos';
$lang['Permission granted'] = 'Acceso autorizado';
-$lang['Picture informations updated'] = 'Informaciones actualizada de la imagen';
+$lang['Photo informations updated'] = 'Informaciones actualizada de la imagen';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Posición';
$lang['Preferences'] = 'Preferencias';
$lang['Properties'] = 'Propiedades';
-$lang['Random picture'] = 'Al azar';
+$lang['Random photo'] = 'Al azar';
$lang['Rate date'] = 'Fecha de notación';
$lang['Rating by guests'] = 'Notación por los visitantes';
$lang['Rating'] = 'Notación';
@@ -207,7 +206,6 @@ $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['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';
@@ -349,12 +347,12 @@ $lang['Edit photo information'] = 'Modificar las informaciones de una imagen';
$lang['Thumbnail creation'] = 'Creación de las miniaturas';
$lang['Database synchronization with files'] = 'Sincronización de la base de datos a partir de los ficheros';
$lang['all'] = 'todo';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'imagen sin miniatura (jpeg y png únicamente)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'imagen sin miniatura (jpeg y png únicamente)';
$lang['height must be a number superior to'] = 'La altura debe ser un entero superior a';
$lang['width must be a number superior to'] = 'La ancho debe ser un entero superior a';
$lang['for the file format'] = 'para el tamaño de fichero';
$lang['No missing thumbnail'] = 'No falta ninguna miniatura';
-$lang['Picture unreachable or no support'] = 'Imagen inaccesible o no soportada';
+$lang['Photo unreachable or no support'] = 'Imagen inaccesible o no soportada';
$lang['GD version'] = 'versión de GD';
$lang['Miniaturization parameters'] = 'Parámetro de miniaturización';
$lang['generated in'] = 'generada en';
@@ -363,7 +361,7 @@ $lang['General statistics'] = 'Estadísticas generales';
$lang['max time'] = 'El tiempo máximo';
$lang['average time'] = 'El tiempo medio';
$lang['min time'] = 'El tiempo mínimo';
-$lang['number of miniaturized pictures'] = 'número de miniaturas creadas';
+$lang['number of miniaturized photos'] = 'número de miniaturas creadas';
$lang['total time'] = 'el tiempo total';
$lang['for this file format'] = 'para este tamaño de fichero';
$lang['unit mode'] = 'modo unitario';
@@ -389,7 +387,7 @@ $lang['missing thumbnail'] = 'falta la miniatura ';
$lang['albums deleted in the database'] = 'àlbumes borrados de la base de datos';
$lang['photos deleted from the database'] = 'Elementos suprimidos de la base de datos';
$lang['photos 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['photos 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['photos added in the database'] = 'elementos añadidos a la base de datos';
@@ -403,7 +401,7 @@ $lang['[Simulation]'] = '[Simulación]';
$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['synchronize files metadata with database photos 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 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 "."';
@@ -427,7 +425,6 @@ $lang['Year'] = 'Año';
$lang['Month'] = 'Mes';
$lang['Day'] = 'Día';
$lang['Pages seen'] = 'Páginas visitadas';
-$lang['Pictures'] = 'Imágenes';
$lang['Time'] = 'Hora';
$lang['IP'] = 'IP';
$lang['Element'] = 'Imágenes';
diff --git a/language/es_ES/common.lang.php b/language/es_ES/common.lang.php
index a8e90a085..65096748d 100644
--- a/language/es_ES/common.lang.php
+++ b/language/es_ES/common.lang.php
@@ -291,18 +291,7 @@ $lang['A comment on your site'] = 'Una opinión sobre esta pagina';
$lang['today'] = 'hoy';
$lang['Update your rating'] = 'Actualizar la valoración';
$lang['wrong filename'] = 'Nombre de directorio incorrecto';
-$lang['the filesize of the picture must not exceed :'] = 'El tamaño de la imagen no debe sobrepasar los: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'El tipo de archivo de la imagen debe ser jpg, png o gif';
-$lang['the height of the picture must not exceed :'] = 'La altura de la imagen no debe sobrepasar los: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, pero recomendado: escoger una miniatura para asociar ';
-$lang['the width of the picture must not exceed :'] = 'La ancho de la imagen no debe sobrepasar los: ';
-$lang['can\'t upload the picture on the server'] = 'Imposible trasladar el fichero sobre el servidor';
$lang['the username must be given'] = 'Indique el nombre de usuario';
-$lang['A picture\'s name already used'] = 'Ya existe otra imagen con el mismo nombre';
-$lang['You must choose a picture fileformat for the image'] = 'Indique el formato de archivo de la imagen';
-$lang['Name of the picture'] = 'Nombre de la imagen';
-$lang['Upload a picture'] = 'Agregar una imagen';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagen agregada; podrá visualizarse una vez la apruebe el administrador';
$lang['useful when password forgotten'] = 'Útil en caso de que olvideis la contraseña';
$lang['Quick search'] = 'Búsqueda rápida';
$lang['Connected user: %s'] = 'Usuario conectado: %s';
@@ -316,8 +305,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Administración: %s';
$lang['Registration of %s'] = 'Registro de %s';
$lang['Album: %s'] = 'Album : %s';
-$lang['Picture name: %s'] = 'Nombre de la imagen: %s';
-$lang['Creation date: %s'] = 'Fecha de creación: %d';
$lang['Picture uploaded by %s'] = 'Imagen cargada por %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'El estatus del usuario "guest" no es conforme, se utilizará el estatus por defecto. Por favor, informe al administrador del sitio.';
@@ -342,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d imagen es también vincul
$lang['%d photos are also linked to current tags'] = '%d imagenes son igualmente vinculadas a los tags corrientes';
$lang['display photos linked to this tag'] = 'Ver las imágenes relacionadas únicamente a este tag';
$lang['photos posted during the last %d days'] = 'esta imagen tiene menos de %d dias';
-$lang['Choose an image'] = 'Elegir una imagen';
$lang['Piwigo Help'] = 'Ayuda de Piwigo';
$lang['Rank'] = 'Fila';
$lang['group by letters'] = 'Reagrupar por letras';
diff --git a/language/fa_IR/admin.lang.php b/language/fa_IR/admin.lang.php
index 0696f6529..767fda65a 100644
--- a/language/fa_IR/admin.lang.php
+++ b/language/fa_IR/admin.lang.php
@@ -63,7 +63,6 @@ $lang['Caddie management'] = "مدیریت سبد";
$lang['Caddie'] = "سبد";
$lang['Albums authorized thanks to group associations'] = "Categories authorized thanks to group associations";
$lang['Album manual order was saved'] = "ترتيب دستي دسته‌ها با موفقيت ذخيره شد";
-$lang['Album elements associated to the following albums: %s'] = "Category elements associated to the following categories: %s";
$lang['Check for upgrade failed for unknown reasons.'] = "Check for upgrade failed for unknown reasons.";
$lang['Check for upgrade'] = "چک براي بروزرساني";
$lang['Comments for all'] = "يادداشت براي همه";
@@ -134,12 +133,12 @@ $lang['Permalinks'] = "لینک‌های‌ثابت";
$lang['Permission denied'] = "شما مجوز دسترسی را ندارید";
$lang['Permission granted thanks to a group'] = "Permission granted thanks to a group";
$lang['Permission granted'] = "Permission granted";
-$lang['Picture informations updated'] = "اطلاعات تصویر بروز رسانی شد";
+$lang['Photo informations updated'] = "اطلاعات تصویر بروز رسانی شد";
$lang['Plugins'] = "پلاگین‌ها";
$lang['Position'] = "موقعیت";
$lang['Preferences'] = "تنظیمات";
$lang['Properties'] = "خواص";
-$lang['Random picture'] = "تصاویر تصادفی";
+$lang['Random photo'] = "تصاویر تصادفی";
$lang['Rate date'] = "تاریخ امتیازدهی";
$lang['Rating by guests'] = "دادن امتیاز توسط میهمان";
$lang['Rating'] = "امتیازدهی";
@@ -209,7 +208,6 @@ $lang['dissociate from group'] = "جدا کردن از گروه";
$lang['edit album permissions'] = "ویرایش مجوزهای دسته";
$lang['Album updated successfully'] = "اطلاعات دسته با موفقیت به‌روزرسانی شد.";
$lang['photos per page'] = "تعداد آیتم‌ها در صفحه";
-$lang['elements'] = "اشیا";
$lang['High definition enabled'] = "High definition enabled";
$lang['File'] = "فایل";
$lang['Filesize'] = "اندازه‌فایل";
@@ -355,12 +353,12 @@ $lang['Edit photo information'] = "تغییر اطلاعات تصویر";
$lang['Thumbnail creation'] = "ایجاد عکس‌ریزه(Thumbnail)";
$lang['Database synchronization with files'] = "همگام‌سازی پایگاه‌داده با فایل‌ها";
$lang['all'] = "همه";
-$lang['pictures without thumbnail (jpeg and png only)'] = "تصاویر بدون عکس‌ریزه(thumbnail) (فقط jpeg و png)";
+$lang['photos without thumbnail (jpeg and png only)'] = "تصاویر بدون عکس‌ریزه(thumbnail) (فقط jpeg و png)";
$lang['height must be a number superior to'] = "طول باید عددی بزرگتر از";
$lang['width must be a number superior to'] = "عرض باید عددی بزرگتر از";
$lang['for the file format'] = "برای نوع فایل(file format)";
$lang['No missing thumbnail'] = "No missing thumbnail";
-$lang['Picture unreachable or no support'] = "تصاویر غیرقابل دسترسی یا بدون پشتیبانی سیستم";
+$lang['Photo unreachable or no support'] = "تصاویر غیرقابل دسترسی یا بدون پشتیبانی سیستم";
$lang['GD version'] = "نصخه GD";
$lang['Miniaturization parameters'] = "پارامترهای کوچک کردن";
$lang['generated in'] = "تولید در";
@@ -369,7 +367,7 @@ $lang['General statistics'] = "آمار عمومی";
$lang['max time'] = "حداکثر زمان";
$lang['average time'] = "زمان متوسط";
$lang['min time'] = "کمترین زمان";
-$lang['number of miniaturized pictures'] = "تعداد عکس‌ریزه‌های(thumbnails) ایجاد شده";
+$lang['number of miniaturized photos'] = "تعداد عکس‌ریزه‌های(thumbnails) ایجاد شده";
$lang['total time'] = "تمام زمان";
$lang['for this file format'] = "برای این نوع فایل (file format)";
$lang['unit mode'] = "حالت تکی";
@@ -395,7 +393,7 @@ $lang['missing thumbnail'] = "عکس‌ریزه(thumbnail) موجود نیست."
$lang['albums deleted in the database'] = "دسته‌ها از پایگاه داده حذف شدند";
$lang['photos deleted from the database'] = "اشیا از پایگاه داده حذف شدند";
$lang['photos candidates for metadata synchronization'] = "تصاویری که می‌خواهند ابرداده(metadata) خودر را همگام‌سازی کنند";
-$lang['elements informations synchronized with files metadata'] = "اشیائی کهاطلاعات آن‌ها با فایل‌های ابرداده(metadata) همگام‌سازی شدند";
+$lang['photos informations synchronized with files metadata'] = "اشیائی کهاطلاعات آن‌ها با فایل‌های ابرداده(metadata) همگام‌سازی شدند";
$lang['errors during synchronization'] = "خطا در همگام‌سازی";
$lang['albums added in the database'] = "دسته‌ها در پایگاه‌داده اضافه شدند";
$lang['photos added in the database'] = "اشیا در پایگاه‌داده اضافه شدند";
@@ -409,7 +407,7 @@ $lang['[Simulation]'] = "[شبیه‌سازی]";
$lang['directories + files'] = "دایرکتوری + فایل‌ها";
$lang['only directories'] = "فقط دایرکتوری‌ها";
$lang['synchronize files structure with database'] = "همگام‌سازی ساختار(structure) فایل‌ها با پایگاه‌داده";
-$lang['synchronize files metadata with database elements informations'] = "همگام‌سازی اشیا پایگاه‌داده با استفاده از فایل ابرداده(metadata)";
+$lang['synchronize files metadata with database photos informations'] = "همگام‌سازی اشیا پایگاه‌داده با استفاده از فایل ابرداده(metadata)";
$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 "."'] = "نام دایرکتوری‌ها و فایل‌ها فقط می تواند شامل اعداد ، حروف و \"-\" ، \"_\" یا \".\" باشد.";
@@ -433,7 +431,6 @@ $lang['Year'] = "سال";
$lang['Month'] = "ماه";
$lang['Day'] = "روز";
$lang['Pages seen'] = "صفحات دیده شده";
-$lang['Pictures'] = "تصاویر";
$lang['Time'] = "دفعه";
$lang['IP'] = "IP";
$lang['Element'] = "اشیا";
diff --git a/language/fa_IR/common.lang.php b/language/fa_IR/common.lang.php
index 159a2edf2..e2e4bfe5a 100644
--- a/language/fa_IR/common.lang.php
+++ b/language/fa_IR/common.lang.php
@@ -290,18 +290,7 @@ $lang['A comment on your site'] = "یادداشتی روی سایت شما";
$lang['today'] = "امروز";
$lang['Update your rating'] = "بروزرسانی امتیاز";
$lang['wrong filename'] = "نام‌فایل استباه است";
-$lang['the filesize of the picture must not exceed :'] = "اندازه تصویر نباید از این مقدار بیشتر باشد:";
-$lang['the picture must be to the fileformat jpg, gif or png'] = "فرمت تصویر باید jpg ، gif یا png باشد.";
-$lang['the height of the picture must not exceed :'] = "ارتفاع تصویر نباید بیشتر از این مقدار باشد:";
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = "اختیاری ، اما بهتر است که یک عکس‌ریزه(Thumbnail) برای مربوط ساختن انتخاب کنید.";
-$lang['the width of the picture must not exceed :'] = "عرض تصاویر نباید بیشتر از این مقدار باشد:";
-$lang['can\'t upload the picture on the server'] = "تصاویر را نمی‌توان روی سرور آپلود کرد!";
$lang['the username must be given'] = "نام کاربری ضرور است";
-$lang['A picture\'s name already used'] = "نام‌تصویر در سیستم موجود است";
-$lang['You must choose a picture fileformat for the image'] = "شما باید یک فرمت برای تصویر معین نمایید.";
-$lang['Name of the picture'] = "نام تصویر";
-$lang['Upload a picture'] = "آپلود یک تصویر";
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "تصویر با موفقیت آپلود شد؛ زمانی که مدیر تصویر شما را تایید کرد، تصویر شما نمایش داده می‌شود.";
$lang['useful when password forgotten'] = "قابل استفاده برای گذرواژه فراموش شده";
$lang['Quick search'] = "جستجوی سریع";
$lang['Connected user: %s'] = "کاربرهای متصل شده به سیستم: %s";
@@ -315,8 +304,6 @@ $lang['Email: %s'] = "Email: %s";
$lang['Admin: %s'] = "Admin: %s";
$lang['Registration of %s'] = "Registration of %s";
$lang['Album: %s'] = "Category: %s";
-$lang['Picture name: %s'] = "نام تصویر: %s";
-$lang['Creation date: %s'] = "تاریخ گرفتن تصویر: %s";
$lang['Picture uploaded by %s'] = "تصویر توسط %s آپلود شده";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "وضعیت بد برای کاربر \"میهمان\" ، وضعیت پیش‌فرض . لطفا این موضوع را با وبمستر(مدیر‌سایت) در میان بگذارید.";
$lang['Administrator, webmaster and special user cannot use this method'] = "مدیر ، وب‌مستر و کاربر ویژه نمی‌توانند از این متد استفاده نمایند.";
@@ -339,7 +326,6 @@ $lang['%d photo is also linked to current tags'] = "%d تصویر هم به ای
$lang['%d photos are also linked to current tags'] = "%d تصویر هم به این برچسب مربوط هستند.";
$lang['display photos linked to this tag'] = "نمایش تصاویری که مربوط به این برچسب هستند";
$lang['photos posted during the last %d days'] = "تصاویری که در %d روز گذشته ارسال شدهخ‌اند.";
-$lang['Choose an image'] = "انتخاب یک تصویر";
$lang['Piwigo Help'] = "Piwigo help";
$lang['Rank'] = "امتیاز";
$lang['group by letters'] = "گروه حروف";
diff --git a/language/fr_CA/admin.lang.php b/language/fr_CA/admin.lang.php
index feaab4f32..1307febde 100644
--- a/language/fr_CA/admin.lang.php
+++ b/language/fr_CA/admin.lang.php
@@ -63,7 +63,6 @@ $lang['Caddie management'] = "Gestion du panier";
$lang['Caddie'] = "Panier";
$lang['Albums authorized thanks to group associations'] = "Catégories accessibles grâce à l'appartenance aux groupes";
$lang['Album manual order was saved'] = "L'ordre manuel des catégories a été sauvegardé";
-$lang['Album elements associated to the following albums: %s'] = "Les éléments de la catégorie ont été associés aux catégories suivantes : %s";
$lang['Check for upgrade failed for unknown reasons.'] = "La vérification de la dernière version sur le serveur a échouée pour une raison inconnue.";
$lang['Check for upgrade'] = "Dernière version ?";
$lang['Comments for all'] = "Commentaires pour tous";
@@ -134,12 +133,12 @@ $lang['Permalinks'] = "Liens permanents";
$lang['Permission denied'] = "Accès interdit";
$lang['Permission granted thanks to a group'] = "Accès autorisé grâce à l'appartenance aux groupes";
$lang['Permission granted'] = "Accès autorisé";
-$lang['Picture informations updated'] = "Informations de l'image mises à jour";
+$lang['Photo informations updated'] = "Informations de l'image mises à jour";
$lang['Plugins'] = "Plugins";
$lang['Position'] = "Position";
$lang['Preferences'] = "Préférences";
$lang['Properties'] = "Propriétés";
-$lang['Random picture'] = "Image au hasard";
+$lang['Random photo'] = "Image au hasard";
$lang['Rate date'] = "Date de notation";
$lang['Rating by guests'] = "Notation par les invités";
$lang['Rating'] = "Notation";
@@ -209,7 +208,6 @@ $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['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";
@@ -357,12 +355,12 @@ $lang['Edit photo information'] = "Modifier les informations d'une image";
$lang['Thumbnail creation'] = "Création des miniatures";
$lang['Database synchronization with files'] = "Synchronisation de la base à partir des fichiers de";
$lang['all'] = "Tout";
-$lang['pictures without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
+$lang['photos without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
$lang['height must be a number superior to'] = "la hauteur doit un entier supérieur à";
$lang['width must be a number superior to'] = "la largeur doit être un entier supérieur à";
$lang['for the file format'] = "pour le format de fichier";
$lang['No missing thumbnail'] = "Aucune miniature ne manque";
-$lang['Picture unreachable or no support'] = "Image inaccessible ou format non supporté";
+$lang['Photo unreachable or no support'] = "Image inaccessible ou format non supporté";
$lang['GD version'] = "version de GD";
$lang['Miniaturization parameters'] = "Paramètre de miniaturisation";
$lang['generated in'] = "générée en";
@@ -371,7 +369,7 @@ $lang['General statistics'] = "Statistiques générales";
$lang['max time'] = "temps maximal";
$lang['average time'] = "temps moyen";
$lang['min time'] = "temps minimal";
-$lang['number of miniaturized pictures'] = "nombre de miniatures créées";
+$lang['number of miniaturized photos'] = "nombre de miniatures créées";
$lang['total time'] = "temps total";
$lang['for this file format'] = "pour ce format de fichier";
$lang['unit mode'] = "Mode unitaire";
@@ -397,7 +395,7 @@ $lang['missing thumbnail'] = "miniature manquante";
$lang['albums deleted in the database'] = "catégories supprimées de la base de données";
$lang['photos deleted from the database'] = "éléments supprimés de la base de données";
$lang['photos 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['photos 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['photos added in the database'] = "éléments ajoutés dans la base de données";
@@ -411,7 +409,7 @@ $lang['[Simulation]'] = "[Simulation]";
$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['synchronize files metadata with database photos 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 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 \".\"";
@@ -436,7 +434,6 @@ $lang['Year'] = "Année";
$lang['Month'] = "Mois";
$lang['Day'] = "Jour";
$lang['Pages seen'] = "Pages vues";
-$lang['Pictures'] = "Images";
$lang['Time'] = "Heure";
$lang['User'] = "Utilisateur";
$lang['IP'] = "IP";
diff --git a/language/fr_CA/common.lang.php b/language/fr_CA/common.lang.php
index 5d4c7c9ca..a78ba1dfb 100644
--- a/language/fr_CA/common.lang.php
+++ b/language/fr_CA/common.lang.php
@@ -292,19 +292,8 @@ $lang['A comment on your site'] = 'Un commentaire sur le site';
$lang['today'] = 'aujourd\'hui';
$lang['Update your rating'] = 'Mettre à jour votre note';
$lang['wrong filename'] = 'mauvais nom de fichier';
-$lang['the filesize of the picture must not exceed :'] = 'le poids de l\'image ne doit pas dépasser : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'le format de l\'image doit être jpg, png ou gif';
-$lang['the height of the picture must not exceed :'] = 'la hauteur de l\'image ne doit pas dépasser : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optionnel, mais recommandé : choisir une miniature à associer ';
-$lang['the width of the picture must not exceed :'] = 'la largeur de l\'image ne doit pas dépasser : ';
$lang['Author'] = 'Auteur';
-$lang['can\'t upload the picture on the server'] = 'impossible de transférer le fichier sur le serveur';
$lang['the username must be given'] = 'le nom d\'utilisateur doit être indiqué';
-$lang['A picture\'s name already used'] = 'ce fichier existe déjà';
-$lang['You must choose a picture fileformat for the image'] = 'Le format du fichier doit être un format d\'image';
-$lang['Name of the picture'] = 'Nom de l\'image';
-$lang['Upload a picture'] = 'Ajouter une image';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Image ajoutée avec succès, un administrateur la validera dès que possible';
$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
$lang['Quick search'] = 'Recherche rapide';
$lang['Connected user: %s'] = 'Utilisateur connecté : %s';
@@ -318,8 +307,6 @@ $lang['Email: %s'] = 'Courriel : %s';
$lang['Admin: %s'] = 'Administration : %s';
$lang['Registration of %s'] = 'Enregistrement de %s';
$lang['Album: %s'] = 'Catégorie : %s';
-$lang['Picture name: %s'] = 'Nom de l\'image : %s';
-$lang['Creation date: %s'] = 'Date de création : %d';
$lang['Picture uploaded by %s'] = 'Image téléchargée par %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.';
@@ -344,7 +331,6 @@ $lang['%d photo is also linked to current tags'] = '%d image est également lié
$lang['%d photos are also linked to current tags'] = '%d photos sont également liées aux mots clés courants';
$lang['display photos linked to this tag'] = 'Voir les images liées uniquement à ce mot clé';
$lang['photos posted during the last %d days'] = 'images ajoutées au cours des %d derniers jours';
-$lang['Choose an image'] = 'Choisir une image à ajouter';
$lang['Piwigo Help'] = 'Aide de Piwigo';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'regrouper par lettres';
diff --git a/language/fr_FR/admin.lang.php b/language/fr_FR/admin.lang.php
index 9b4c3bfa3..7289991c0 100644
--- a/language/fr_FR/admin.lang.php
+++ b/language/fr_FR/admin.lang.php
@@ -63,7 +63,7 @@ $lang['Caddie management'] = "Gestion du panier";
$lang['Caddie'] = "Panier";
$lang['Albums authorized thanks to group associations'] = 'Albums accessibles grâce à l\'appartenance aux groupes';
$lang['Album manual order was saved'] = 'L\'ordre manuel des albums a été sauvegardé';
-$lang['Album elements associated to the following albums: %s'] = 'Les photos de l\'album ont été associés aux albums suivants : %s';
+$lang['Album photos associated to the following albums: %s'] = 'Les photos de l\'album ont été associées aux albums suivants : %s';
$lang['Check for upgrade failed for unknown reasons.'] = "La vérification de la dernière version sur le serveur a échouée pour une raison inconnue.";
$lang['Check for upgrade'] = "Dernière version ?";
$lang['Comments for all'] = "Commentaires pour tous";
@@ -134,12 +134,12 @@ $lang['Permalinks'] = "Liens permanents";
$lang['Permission denied'] = "Accès interdit";
$lang['Permission granted thanks to a group'] = "Accès autorisé grâce à l'appartenance aux groupes";
$lang['Permission granted'] = "Accès autorisé";
-$lang['Picture informations updated'] = "Informations de l'image mises à jour";
+$lang['Photo informations updated'] = "Informations de l'image mises à jour";
$lang['Plugins'] = "Plugins";
$lang['Position'] = "Position";
$lang['Preferences'] = "Préférences";
$lang['Properties'] = "Propriétés";
-$lang['Random picture'] = "Image au hasard";
+$lang['Random photo'] = "Image au hasard";
$lang['Rate date'] = "Date de notation";
$lang['Rating by guests'] = "Notation par les invités";
$lang['Rating'] = "Notation";
@@ -209,7 +209,6 @@ $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['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";
@@ -353,12 +352,12 @@ $lang['Edit photo information'] = "Modifier les informations d'une image";
$lang['Thumbnail creation'] = "Création des miniatures";
$lang['Database synchronization with files'] = "Synchronisation de la base à partir des fichiers de";
$lang['all'] = "Tout";
-$lang['pictures without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
+$lang['photos without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
$lang['height must be a number superior to'] = "la hauteur doit un entier supérieur à";
$lang['width must be a number superior to'] = "la largeur doit être un entier supérieur à";
$lang['for the file format'] = "pour le format de fichier";
$lang['No missing thumbnail'] = "Aucune miniature ne manque";
-$lang['Picture unreachable or no support'] = "Image inaccessible ou format non supporté";
+$lang['Photo unreachable or no support'] = "Image inaccessible ou format non supporté";
$lang['GD version'] = "version de GD";
$lang['Miniaturization parameters'] = "Paramètre de miniaturisation";
$lang['generated in'] = "générée en";
@@ -367,7 +366,7 @@ $lang['General statistics'] = "Statistiques générales";
$lang['max time'] = "temps maximal";
$lang['average time'] = "temps moyen";
$lang['min time'] = "temps minimal";
-$lang['number of miniaturized pictures'] = "nombre de miniatures créées";
+$lang['number of miniaturized photos'] = "nombre de miniatures créées";
$lang['total time'] = "temps total";
$lang['for this file format'] = "pour ce format de fichier";
$lang['unit mode'] = "Mode unitaire";
@@ -393,7 +392,7 @@ $lang['missing thumbnail'] = "miniature manquante";
$lang['albums deleted in the database'] = 'albums 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['photos 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['photos 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['photos added in the database'] = "éléments ajoutés dans la base de données";
@@ -407,7 +406,7 @@ $lang['[Simulation]'] = "[Simulation]";
$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['synchronize files metadata with database photos 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 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 \".\"";
@@ -431,7 +430,6 @@ $lang['Year'] = "Année";
$lang['Month'] = "Mois";
$lang['Day'] = "Jour";
$lang['Pages seen'] = "Pages vues";
-$lang['Pictures'] = "Images";
$lang['Time'] = "Heure";
$lang['IP'] = "IP";
$lang['Element'] = "Elément";
diff --git a/language/fr_FR/common.lang.php b/language/fr_FR/common.lang.php
index c5f541593..a14823bb4 100644
--- a/language/fr_FR/common.lang.php
+++ b/language/fr_FR/common.lang.php
@@ -290,18 +290,7 @@ $lang['A comment on your site'] = 'Un commentaire sur le site';
$lang['today'] = 'aujourd\'hui';
$lang['Update your rating'] = 'Mettre à jour votre note';
$lang['wrong filename'] = 'mauvais nom de fichier';
-$lang['the filesize of the picture must not exceed :'] = 'le poids de l\'image ne doit pas dépasser : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'le format de l\'image doit être jpg, png ou gif';
-$lang['the height of the picture must not exceed :'] = 'la hauteur de l\'image ne doit pas dépasser : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optionnel, mais recommandé : choisir une miniature à associer ';
-$lang['the width of the picture must not exceed :'] = 'la largeur de l\'image ne doit pas dépasser : ';
-$lang['can\'t upload the picture on the server'] = 'impossible de transférer le fichier sur le serveur';
$lang['the username must be given'] = 'le nom d\'utilisateur doit être indiqué';
-$lang['A picture\'s name already used'] = 'ce fichier existe déjà';
-$lang['You must choose a picture fileformat for the image'] = 'Le format du fichier doit être un format d\'image';
-$lang['Name of the picture'] = 'Nom de l\'image';
-$lang['Upload a picture'] = 'Ajouter une image';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Image ajoutée avec succès, un administrateur la validera dès que possible';
$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
$lang['Quick search'] = 'Recherche rapide';
$lang['Connected user: %s'] = 'Utilisateur connecté : %s';
@@ -315,8 +304,6 @@ $lang['Email: %s'] = 'Email : %s';
$lang['Admin: %s'] = 'Administration : %s';
$lang['Registration of %s'] = 'Enregistrement de %s';
$lang['Album: %s'] = 'Album : %s';
-$lang['Picture name: %s'] = 'Nom de l\'image : %s';
-$lang['Creation date: %s'] = 'Date de création : %d';
$lang['Picture uploaded by %s'] = 'Image téléchargée par %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statut de l\'utilisateur "guest" non conforme, utilisation du statut par défaut. Veuillez prévenir le webmestre.';
@@ -341,7 +328,6 @@ $lang['%d photo is also linked to current tags'] = '%d image est également lié
$lang['%d photos are also linked to current tags'] = '%d photos sont également liées aux tags courants';
$lang['display photos linked to this tag'] = 'Voir les images liées uniquement à ce tag';
$lang['photos posted during the last %d days'] = 'images ajoutées au cours des %d derniers jours';
-$lang['Choose an image'] = 'Choisir une image à ajouter';
$lang['Piwigo Help'] = 'Aide de Piwigo';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'regrouper par lettres';
diff --git a/language/he_IL/admin.lang.php b/language/he_IL/admin.lang.php
index def2de4c3..bd72a980b 100644
--- a/language/he_IL/admin.lang.php
+++ b/language/he_IL/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'ניהול סל';
$lang['Caddie'] = 'סל';
$lang['Albums authorized thanks to group associations'] = 'הקטגוריה מאושרת אודות לקבוצת האסוציאציות';
$lang['Album manual order was saved'] = 'סדר הקטגוריות נשמר';
-$lang['Album elements associated to the following albums: %s'] = 'הפריטים בקטגוריה משוייכים לקטגוריה "%s"';
$lang['Check for upgrade failed for unknown reasons.'] = 'בדוק אם השדרוג נכשל מסיבות לא ידועות.';
$lang['Check for upgrade'] = 'חפש עדכונים שדרוגים';
$lang['Comments for all'] = 'תגובות עבור כל';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'קישורים מפנים';
$lang['Permission denied'] = 'ההרשאה נדחתה';
$lang['Permission granted thanks to a group'] = 'ההרשאה ניתנה בזכות הקבוצה';
$lang['Permission granted'] = 'ניתנה הרשאה';
-$lang['Picture informations updated'] = 'מידע עבור התמונות הועלה';
+$lang['Photo informations updated'] = 'מידע עבור התמונות הועלה';
$lang['Plugins'] = 'תוספים';
$lang['Position'] = 'מיקום';
$lang['Preferences'] = 'העדפות';
$lang['Properties'] = 'נכסים';
-$lang['Random picture'] = 'תמונה אקראית';
+$lang['Random photo'] = 'תמונה אקראית';
$lang['Rate date'] = 'תאריך דירוג';
$lang['Rating by guests'] = 'דירוג על ידי אורחים';
$lang['Rating'] = 'דירוג';
@@ -207,7 +206,6 @@ $lang['dissociate from group'] = 'נתק מהקבוצה';
$lang['edit album permissions'] = 'ערוך הרשאות לקטגוריה';
$lang['Album updated successfully'] = 'מידע על הקטגוריה עודכן בהצלחה.';
$lang['photos per page'] = 'פריטים בעמוד';
-$lang['elements'] = 'פריטים';
$lang['High definition enabled'] = 'איכות גבוהה מופעלת';
$lang['File'] = 'קובץ';
$lang['Filesize'] = 'גודל הקובץ';
@@ -352,12 +350,12 @@ $lang['Edit photo information'] = 'שינוי פרטים בתמונה';
$lang['Thumbnail creation'] = 'יצירת תמונה';
$lang['Database synchronization with files'] = 'מסד נתונים לסינכרון עם קבצים';
$lang['all'] = 'כל';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'תמונות ללא תמונה (JPEG ו-PNG בלבד)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'תמונות ללא תמונה (JPEG ו-PNG בלבד)';
$lang['height must be a number superior to'] = 'גובה חייב להיות מספר גדול יותר';
$lang['width must be a number superior to'] = 'רוחב חייב להיות מספר גדול יותר';
$lang['for the file format'] = 'עבור פורמט קובץ';
$lang['No missing thumbnail'] = 'אין תמונה חסר';
-$lang['Picture unreachable or no support'] = 'תמונה בפורמט נגיש או נתמך';
+$lang['Photo unreachable or no support'] = 'תמונה בפורמט נגיש או נתמך';
$lang['GD version'] = 'גרסת ה ';
$lang['Miniaturization parameters'] = 'המזעור הפרמטרים';
$lang['generated in'] = 'נוצר ב';
@@ -366,7 +364,7 @@ $lang['General statistics'] = 'סטטיסטיקה';
$lang['max time'] = 'זמן מקסימום';
$lang['average time'] = 'הזמן הממוצע';
$lang['min time'] = 'בפעם דקות';
-$lang['number of miniaturized pictures'] = 'מספר תמונות ממוזערות נוצר';
+$lang['number of miniaturized photos'] = 'מספר תמונות ממוזערות נוצר';
$lang['total time'] = 'זמן מסך';
$lang['for this file format'] = 'עבור פורמט קובץ זה';
$lang['unit mode'] = 'מצב יחיד';
@@ -392,7 +390,7 @@ $lang['missing thumbnail'] = 'חסר תמונה';
$lang['albums deleted in the database'] = 'קטגוריות שנמחקו באתר';
$lang['photos deleted from the database'] = 'אלמנטים שנמחקו באתר';
$lang['photos candidates for metadata synchronization'] = 'תמונות המועמדים לסינכרון מטה';
-$lang['elements informations synchronized with files metadata'] = 'אלמנטים ידיעות מסונכרן עם metadata קבצים';
+$lang['photos informations synchronized with files metadata'] = 'אלמנטים ידיעות מסונכרן עם metadata קבצים';
$lang['errors during synchronization'] = 'טעויות במהלך הסנכרון';
$lang['albums added in the database'] = 'הקטגוריות הוסיף באתר';
$lang['photos added in the database'] = 'רכיבים נוספים באתר';
@@ -406,7 +404,7 @@ $lang['[Simulation]'] = '[הדמיה]';
$lang['directories + files'] = 'תמונות + תקיות';
$lang['only directories'] = 'תקיות בלבד';
$lang['synchronize files structure with database'] = 'לסנכרן מבנה קבצים עם מסד נתונים';
-$lang['synchronize files metadata with database elements informations'] = 'לסנכרן אלמנטים מסד נתונים עם metadata קבצים';
+$lang['synchronize files metadata with database photos informations'] = 'לסנכרן אלמנטים מסד נתונים עם metadata קבצים';
$lang['even already synchronized photos'] = 'אפילו פריטים שסונכרנו כבר';
$lang['Used metadata'] = 'Metadata בשימוש';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'השם של תיקיות וקבצים חייב לכלול רק אותיות, מספרים, " - ", " _ "או " "';
@@ -430,7 +428,6 @@ $lang['Year'] = 'שנה';
$lang['Month'] = 'חודש';
$lang['Day'] = 'יום';
$lang['Pages seen'] = 'דפים שניצפו';
-$lang['Pictures'] = 'תמונות';
$lang['Time'] = 'זמן';
$lang['IP'] = 'אי פי';
$lang['Element'] = 'מרכיב';
diff --git a/language/he_IL/common.lang.php b/language/he_IL/common.lang.php
index 4ff2db881..f732316ce 100644
--- a/language/he_IL/common.lang.php
+++ b/language/he_IL/common.lang.php
@@ -290,18 +290,9 @@ $lang['A comment on your site'] = "תגובה באתר שלך";
$lang['today'] = "היום";
$lang['Update your rating'] = "עדכן את הדירוג שלך";
$lang['wrong filename'] = "שם קובץ שגוי";
-$lang['the filesize of the picture must not exceed :'] = "גודל התמונה חורג מהמותר :";
-$lang['the picture must be to the fileformat jpg, gif or png'] = "פורמט התמונה חייב להיות jpg, gif או png";
-$lang['the height of the picture must not exceed :'] = "גובהה התמונה חורג מהמותר :";
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = "אופטימלי, אבל מומלץ : לשייך תמונה ממוזערת";
-$lang['the width of the picture must not exceed :'] = "רוחב התמונה חורג מהמותר :";
$lang["can't upload the picture on the server"] = "לא ניתן להעלות את התמונה לשרת";
$lang['the username must be given'] = "דרוש שם משתמש";
$lang["A picture's name already used"] = "שם תמונה זה כבר נמצא בשימוש";
-$lang['You must choose a picture fileformat for the image'] = "אתה חייב לבחור את הפורמט של התמונה";
-$lang['Name of the picture'] = "שם התמונה";
-$lang['Upload a picture'] = "העלה תמונה";
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "התמונה הועלתה בהצלחה, מנהל האתר יבחן זאת בזמן הקרוב";
$lang['useful when password forgotten'] = "שימושי במקרה ששכחת את הסיסמה";
$lang['Quick search'] = "חיפוש מהיר";
$lang['Connected user: %s'] = "משתמש מחובר: %s";
@@ -315,8 +306,6 @@ $lang['Email: %s'] = "דואר אלקטרוני: %s";
$lang['Admin: %s'] = "מנהל: %s";
$lang['Registration of %s'] = "רישום של %s";
$lang['Album: %s'] = "קטגוריה: %s";
-$lang['Picture name: %s'] = "שם התמונה: %s";
-$lang['Creation date: %s'] = "תאריך יצירה: %s";
$lang['Picture uploaded by %s'] = "התמונה הועלתה על ידי %s";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'מצב לא טוב עבור המשתמש "האורח", השתמש במצב ברירת מחדל. עדכן בבקשה את מנהל האתר.';
$lang['Administrator, webmaster and special user cannot use this method'] = "מנהל ראשי, מנהל האתר ו ומשתמשים מסויימים לא יכולים להשתמש בmethod הזה";
@@ -339,7 +328,6 @@ $lang['%d photo is also linked to current tags'] = "%d התמונוה כבר מ
$lang['%d photos are also linked to current tags'] = "%d התמונה כבר מקושרת לתוויות אלה";
$lang['display photos linked to this tag'] = "הראה תמונות המקושרות לתווית זאת בלבד";
$lang['photos posted during the last %d days'] = "תמונות שפורסמו במשך %d ימים אחרונים";
-$lang['Choose an image'] = "בחר תמונה";
$lang['Piwigo Help'] = "עזרת Piwigo";
$lang['Rank'] = "דירוג";
$lang['group by letters'] = "קבוצה לפי אותיות";
diff --git a/language/hr_HR/admin.lang.php b/language/hr_HR/admin.lang.php
index d70d16fd9..8b4045a88 100644
--- a/language/hr_HR/admin.lang.php
+++ b/language/hr_HR/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Uprava ladice';
$lang['Caddie'] = 'Ladica';
$lang['Albums authorized thanks to group associations'] = 'Skupine ovjerene zahvaljujući grupnoj povezanosti';
$lang['Album manual order was saved'] = 'Stvarni redoslijed skupina je pohranjen';
-$lang['Album elements associated to the following albums: %s'] = 'Stavke skupine povezane su sa slijedećim skupinama: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Provjera nadogradnje neuspješna iz nepoznatog razloga.';
$lang['Check for upgrade'] = 'Provjera nadogradnje';
$lang['Comments for all'] = 'Komentari za sve';
@@ -131,12 +130,12 @@ $lang['Permalinks'] = 'Stalne poveznice';
$lang['Permission denied'] = 'Dozvola uskraćena';
$lang['Permission granted thanks to a group'] = 'Dozvola odobrena zahvaljujući grupi';
$lang['Permission granted'] = 'Dozvola odobrena';
-$lang['Picture informations updated'] = 'Podaci o slikama obnovljeni';
+$lang['Photo informations updated'] = 'Podaci o slikama obnovljeni';
$lang['Plugins'] = 'Dodaci';
$lang['Position'] = 'Položaj';
$lang['Preferences'] = 'Postavke';
$lang['Properties'] = 'Svojstva';
-$lang['Random picture'] = 'Slika slučajnog odabira';
+$lang['Random photo'] = 'Slika slučajnog odabira';
$lang['Rate date'] = 'Nadnevak ocjene';
$lang['Rating by guests'] = 'Ocjene gostiju';
$lang['Rating'] = 'Ocjenjivanje';
@@ -206,7 +205,6 @@ $lang['dissociate from group'] = 'odspoji od grupe';
$lang['edit album permissions'] = 'uredi ovlasti skupine';
$lang['Album updated successfully'] = 'Podaci skupine uspješno obnovljeni.';
$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';
@@ -347,12 +345,12 @@ $lang['Edit photo information'] = 'Promjena podataka o slici';
$lang['Thumbnail creation'] = 'Izrada poveznij sličica';
$lang['Database synchronization with files'] = 'Usklađivanje baze podataka sa zapisima';
$lang['all'] = 'sve';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
$lang['height must be a number superior to'] = 'visina mora biti broj veći od ';
$lang['width must be a number superior to'] = 'širina mora biti broj veći od';
$lang['for the file format'] = 'za zapisni oblik';
$lang['No missing thumbnail'] = 'Nema nedostajućih poveznih sličica';
-$lang['Picture unreachable or no support'] = 'Slika nedohvatna ili bez podrške';
+$lang['Photo unreachable or no support'] = 'Slika nedohvatna ili bez podrške';
$lang['GD version'] = 'GD inačica';
$lang['Miniaturization parameters'] = 'Postavke umanjivanja';
$lang['generated in'] = 'izrađena u';
@@ -361,7 +359,7 @@ $lang['General statistics'] = 'Glavna statistika';
$lang['max time'] = 'najveće vrijeme';
$lang['average time'] = 'prosječno vrijeme';
$lang['min time'] = 'najmanje vrijeme';
-$lang['number of miniaturized pictures'] = 'broj umanjenih slika';
+$lang['number of miniaturized photos'] = 'broj umanjenih slika';
$lang['total time'] = 'sveukupno vrijeme';
$lang['for this file format'] = 'za ovu vrstu zapisa';
$lang['unit mode'] = 'jedinični način';
@@ -387,7 +385,7 @@ $lang['missing thumbnail'] = 'nedostajuće povezne sličice';
$lang['albums deleted in the database'] = 'skupine izbrisane iz baze podataka';
$lang['photos deleted from the database'] = 'stavke izbrisane iz baze podataka';
$lang['photos 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['photos 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['photos added in the database'] = 'stavaka dodano u bazu podataka';
@@ -401,7 +399,7 @@ $lang['[Simulation]'] = '[Oponašanje]';
$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['synchronize files metadata with database photos informations'] = 'uskladi meta podatke zapisa sa podacima stavki baze podataka';
$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 "."';
@@ -425,7 +423,6 @@ $lang['Year'] = 'Godina';
$lang['Month'] = 'Mjesec';
$lang['Day'] = 'Dan';
$lang['Pages seen'] = 'Stranica viđeno';
-$lang['Pictures'] = 'Slika';
$lang['Time'] = 'Vrijeme';
$lang['IP'] = 'IP';
$lang['Element'] = 'Stavka';
diff --git a/language/hr_HR/common.lang.php b/language/hr_HR/common.lang.php
index 57e628384..ad6880929 100644
--- a/language/hr_HR/common.lang.php
+++ b/language/hr_HR/common.lang.php
@@ -291,19 +291,7 @@ $lang['A comment on your site'] = 'Komentar na vašem web mjestu';
$lang['today'] = 'danas';
$lang['Update your rating'] = 'Obnovite svoju ocjenu';
$lang['wrong filename'] = 'krivi naziv zapisa';
-$lang['the filesize of the picture must not exceed :'] = 'veličina slikovnog zapisa ne smije prijeći : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'slika mora biti oblika jpg, gif ili png';
-$lang['the height of the picture must not exceed :'] = 'visina slike ne smije prijeći : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Izborno, ali preporučljivo : codaberite poveznu sličicu za vezu na ';
-$lang['the width of the picture must not exceed :'] = 'Širina slike ne smije prijeći : ';
-$lang['can\'t upload the picture on the server'] = 'ne mogu prebaciti sliku na poslužitelj';
$lang['the username must be given'] = 'mora se upisati korisničko ime';
-$lang['A picture\'s name already used'] = 'Naziv slike već postoji';
-$lang['You must choose a picture fileformat for the image'] = 'Morate odabrati oblik zapisa za sliku';
-$lang['Name of the picture'] = 'Naziv slike';
-$lang['Upload a picture'] = 'Prebaci sliku';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Slika uspješno prebačena, upravitelj će ovjeriti prebačaj uskoro';
-$lang['Upload a picture'] = 'Prebačaj slika';
$lang['useful when password forgotten'] = 'korisno kada se zaboravi zaporka';
$lang['Quick search'] = 'Brzo pretraživanje';
$lang['Connected user: %s'] = 'Spojeni korisnik: %s';
@@ -317,8 +305,6 @@ $lang['Email: %s'] = 'E-mail: %s';
$lang['Admin: %s'] = 'Upravitelj: %s';
$lang['Registration of %s'] = 'Upis od %s';
$lang['Album: %s'] = 'Skupina: %s';
-$lang['Picture name: %s'] = 'Naziv slike: %s';
-$lang['Creation date: %s'] = 'Nadnevak izrade: %s';
$lang['Picture uploaded by %s'] = 'Sliku prebacio %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Loš status za korisnika "guest", koristi se pretpostavljeni status. Molimo obavjestite webmaster-a.';
@@ -343,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d slika također povezana s
$lang['%d photos are also linked to current tags'] = '%d slike također povezana sa trenutnim tagovima';
$lang['display photos linked to this tag'] = 'Pregledaj slike povezane samo sa ovim tag-om';
$lang['photos posted during the last %d days'] = 'slike objavljene tijekon zadnjih %d dana';
-$lang['Choose an image'] = 'Odaberite sliku';
$lang['Piwigo Help'] = 'Piwigo Pomoć';
$lang['Rank'] = 'Redoslijed';
$lang['group by letters'] = 'složeno po slovima';
diff --git a/language/hu_HU/admin.lang.php b/language/hu_HU/admin.lang.php
index 31de208ba..cb668c911 100644
--- a/language/hu_HU/admin.lang.php
+++ b/language/hu_HU/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Kosár kezelése';
$lang['Caddie'] = 'Kosár';
$lang['Albums authorized thanks to group associations'] = 'Az albumok csoport tagsága';
$lang['Album manual order was saved'] = 'Albumok sorrendjének mentése megtörtént';
-$lang['Album elements associated to the following albums: %s'] = 'Az album elemeinek a következő albumhoz rendelése: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'A program frissítése ismeretlen okból nem sikerült.';
$lang['Check for upgrade'] = 'Frissítés keresése';
$lang['Comments for all'] = 'Bárki hozzászólhat';
@@ -133,12 +132,12 @@ $lang['Permalinks'] = 'Közvetlen linkek';
$lang['Permission denied'] = 'Hozzáférés megtagadva';
$lang['Permission granted thanks to a group'] = 'Hozzáférés engedélyezve, köszöntünk a csoportban';
$lang['Permission granted'] = 'Hozzáférés engedélyezve';
-$lang['Picture informations updated'] = 'Kép információi frissítve';
+$lang['Photo informations updated'] = 'Kép információi frissítve';
$lang['Plugins'] = 'Bővítmények';
$lang['Position'] = 'Pozíció';
$lang['Preferences'] = 'Beállítások';
$lang['Properties'] = 'Tulajdonságok';
-$lang['Random picture'] = 'Véletlen kép';
+$lang['Random photo'] = 'Véletlen kép';
$lang['Rate date'] = 'Értékelés időpontja';
$lang['Rating by guests'] = 'Vendégek által értékelhető';
$lang['Rating'] = 'Értékelés';
@@ -207,7 +206,6 @@ $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['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';
@@ -350,12 +348,12 @@ $lang['Edit photo information'] = 'Képinformációk módosítása';
$lang['Thumbnail creation'] = 'Bélyegképek létrehozása';
$lang['Database synchronization with files'] = 'Adatbázis szinkronizálása ezzel a mappával';
$lang['all'] = 'összes';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'csak bélyegkép nélküli képek (jpeg és png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'csak bélyegkép nélküli képek (jpeg és png)';
$lang['height must be a number superior to'] = 'a magasságnak ennél nagyobbnak kell lennie:';
$lang['width must be a number superior to'] = 'a szélességnek ennél nagyobbnak kell lennie:';
$lang['for the file format'] = 'fájl formátum';
$lang['No missing thumbnail'] = 'Nincs (hiányzó) bélyegkép';
-$lang['Picture unreachable or no support'] = 'Kép nem elérhető, vagy formátuma nem támogatott';
+$lang['Photo unreachable or no support'] = 'Kép nem elérhető, vagy formátuma nem támogatott';
$lang['GD version'] = 'GD verzió';
$lang['Miniaturization parameters'] = 'Kicsinyítési paraméterek';
$lang['generated in'] = 'létrehozva';
@@ -364,7 +362,7 @@ $lang['General statistics'] = 'Általános statisztika';
$lang['max time'] = 'max idő';
$lang['average time'] = 'átlagos idő';
$lang['min time'] = 'min idő';
-$lang['number of miniaturized pictures'] = 'kicsinyített képek száma';
+$lang['number of miniaturized photos'] = 'kicsinyített képek száma';
$lang['total time'] = 'teljes idő';
$lang['for this file format'] = 'formátum';
$lang['unit mode'] = 'Képenként';
@@ -390,7 +388,7 @@ $lang['missing thumbnail'] = 'bélyegkép hiányzik';
$lang['albums deleted in the database'] = 'album törölve az adatbázisból';
$lang['photos deleted from the database'] = 'adatbázisból törölt elem';
$lang['photos 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['photos 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['photos added in the database'] = 'elem hozzáadva az adatbázishoz';
@@ -404,7 +402,7 @@ $lang['[Simulation]'] = '[Szimuláció]';
$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['synchronize files metadata with database photos informations'] = 'Fájlok meta adatainak szinkronizálása az adatbázissal';
$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';
@@ -428,7 +426,6 @@ $lang['Year'] = 'Év';
$lang['Month'] = 'Hónap';
$lang['Day'] = 'Nap';
$lang['Pages seen'] = 'Megtekintett oldalak';
-$lang['Pictures'] = 'Képek';
$lang['Time'] = 'Idő';
$lang['IP'] = 'IP cím';
$lang['Element'] = 'Elem';
diff --git a/language/hu_HU/common.lang.php b/language/hu_HU/common.lang.php
index 335e369e5..fd7961fe4 100644
--- a/language/hu_HU/common.lang.php
+++ b/language/hu_HU/common.lang.php
@@ -292,19 +292,7 @@ $lang['A comment on your site'] = 'Komment az oldalon';
$lang['today'] = 'Mai';
$lang['Update your rating'] = 'Értékelés frissítése';
$lang['wrong filename'] = 'Hibás a fájlnév';
-$lang['the filesize of the picture must not exceed :'] = 'A képméret nem lehet nagyobb, mint: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'A képformátum csak a köv. lehet: JPG, GIF vagy PNG';
-$lang['the height of the picture must not exceed :'] = 'A képmagasság nem lehet nagyobb, mint: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Nem kötelező, csak ajánlott: válassz hozzá bélyegképet ';
-$lang['the width of the picture must not exceed :'] = 'A képszélesség nem lehet nagyobb, mint: ';
-$lang['can\'t upload the picture on the server'] = 'Nem tudom a képet feltölteni a szerverre';
$lang['the username must be given'] = 'Felhasználói nevet meg kell adni';
-$lang['A picture\'s name already used'] = 'Ilyen képnév már van';
-$lang['You must choose a picture fileformat for the image'] = 'Ki kell választani egy képet a megfelelő fájlformátummal';
-$lang['Name of the picture'] = 'A kép neve';
-$lang['Upload a picture'] = 'Kép feltöltése';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Kép feltöltése sikerült, a rendszergazda jóváhagyja a lehető legrövidebb időn belül';
-$lang['Upload a picture'] = 'Kép hozzáadása';
$lang['useful when password forgotten'] = 'hasznos, ha elfelejted a jelszavadat';
$lang['Quick search'] = 'Gyors-keresés';
$lang['Connected user: %s'] = 'Kapcsolódás Felhasználó: %s';
@@ -318,8 +306,6 @@ $lang['Email: %s'] = 'E-Mail: %s';
$lang['Admin: %s'] = 'Adminisztrátor: %s';
$lang['Registration of %s'] = 'Bejegyezte: %s';
$lang['Album: %s'] = 'Album: %s';
-$lang['Picture name: %s'] = 'Kép neve: %s';
-$lang['Creation date: %s'] = 'Létrehozás dátuma: %d';
$lang['Picture uploaded by %s'] = 'A képet feltöltötte: %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Rossz felhasználói állapot "vendég", az alapértelmezett állapot. Kérjük, küldjön értesítést a webmesternek.';
@@ -344,7 +330,6 @@ $lang['%d photo is also linked to current tags'] = '%d kép kapcsolódik a címk
$lang['%d photos are also linked to current tags'] = '%d kép kapcsolódik a címkéhez';
$lang['display photos linked to this tag'] = 'A címkéhez kapcsolódó képek';
$lang['photos posted during the last %d days'] = 'Képek az elmúlt %d napban';
-$lang['Choose an image'] = 'Válassz egy képet';
$lang['Piwigo Help'] = 'Piwigo segítség';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'Betűrendben';
diff --git a/language/it_IT/admin.lang.php b/language/it_IT/admin.lang.php
index 6a234a233..15531a095 100644
--- a/language/it_IT/admin.lang.php
+++ b/language/it_IT/admin.lang.php
@@ -63,7 +63,6 @@ $lang['Caddie management'] = 'Gestione del cestino';
$lang['Caddie'] = 'Cestino';
$lang['Albums authorized thanks to group associations'] = 'Album accessibili grazie all\'appartenenza ai gruppi';
$lang['Album manual order was saved'] = 'L\'ordinamento manuale degli album è stato salvato';
-$lang['Album elements associated to the following albums: %s'] = 'Gli elementi degli album sono stati associati alle categorie seguenti : %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'La verifica dell\'ultima versione sul server è fallita per le ragioni sconosciute.';
$lang['Check for upgrade'] = 'Controllo aggiornamenti';
$lang['Comments for all'] = 'Commenti per tutti';
@@ -135,12 +134,12 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Accesso non autorizzato';
$lang['Permission granted thanks to a group'] = 'Accesso autorizzato grazie al\'appartenenza ai gruppi';
$lang['Permission granted'] = 'Accesso autorizzato';
-$lang['Picture informations updated'] = 'Le informazioni dell\'immagine sono state aggiornate';
+$lang['Photo informations updated'] = 'Le informazioni dell\'immagine sono state aggiornate';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Posizione';
$lang['Preferences'] = 'Preferenze';
$lang['Properties'] = 'Proprietà ';
-$lang['Random picture'] = 'Immagine a caso';
+$lang['Random photo'] = 'Immagine a caso';
$lang['Rate date'] = 'Data del voto';
$lang['Rating by guests'] = 'Voti degli ospiti';
$lang['Rating'] = 'Voto';
@@ -210,7 +209,6 @@ $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['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';
@@ -355,12 +353,12 @@ $lang['Edit photo information'] = 'Modificare le informazioni dell\'immagine';
$lang['Thumbnail creation'] = 'Creazione delle miniature';
$lang['Database synchronization with files'] = 'Sincronizzazione database con i files';
$lang['all'] = 'Tutto';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'immagini senza miniature (solo jpeg e png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'immagini senza miniature (solo jpeg e png)';
$lang['height must be a number superior to'] = 'l\'altezza deve essere un numero superiore a';
$lang['width must be a number superior to'] = 'la larghezza deve essere un numero superiore a';
$lang['for the file format'] = 'per il formato del file';
$lang['No missing thumbnail'] = 'Nessuna miniatura mancante';
-$lang['Picture unreachable or no support'] = 'Immagine non trovata o non supportata';
+$lang['Photo unreachable or no support'] = 'Immagine non trovata o non supportata';
$lang['GD version'] = 'versione GD';
$lang['Miniaturization parameters'] = 'Parametri di miniaturizzazione';
$lang['generated in'] = 'generata in';
@@ -369,7 +367,7 @@ $lang['General statistics'] = 'Statistiche generali';
$lang['max time'] = 'tempo massimo';
$lang['average time'] = 'tempo medio';
$lang['min time'] = 'tempo minimo';
-$lang['number of miniaturized pictures'] = 'numero di foto miniaturizzate';
+$lang['number of miniaturized photos'] = 'numero di foto miniaturizzate';
$lang['total time'] = 'tempo totale';
$lang['for this file format'] = 'per questo formato di file';
$lang['unit mode'] = 'Modalità singolo';
@@ -395,7 +393,7 @@ $lang['missing thumbnail'] = 'miniature mancanti';
$lang['albums deleted in the database'] = 'Gli album sono stati eliminati dal database';
$lang['photos deleted from the database'] = 'elementi eliminati dal database';
$lang['photos 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['photos 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['photos added in the database'] = 'elementi aggiunti nel database';
@@ -409,7 +407,7 @@ $lang['[Simulation]'] = '[Simulazione]';
$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['synchronize files metadata with database photos informations'] = 'Sincronizzare i metadati dei files con le informazioni degli elementi del database';
$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 "."';
@@ -433,7 +431,6 @@ $lang['Year'] = 'Anno';
$lang['Month'] = 'Mese';
$lang['Day'] = 'Giorno';
$lang['Pages seen'] = 'Pagine viste';
-$lang['Pictures'] = 'Immagini';
$lang['Time'] = 'Ora';
$lang['IP'] = 'IP';
$lang['Element'] = 'Elemento';
diff --git a/language/it_IT/common.lang.php b/language/it_IT/common.lang.php
index a75767ad8..a45466861 100644
--- a/language/it_IT/common.lang.php
+++ b/language/it_IT/common.lang.php
@@ -290,18 +290,7 @@ $lang['A comment on your site'] = 'Un commento sul sito';
$lang['today'] = 'Oggi';
$lang['Update your rating'] = 'Aggiorna il tuo voto';
$lang['wrong filename'] = 'nome della directory errata';
-$lang['the filesize of the picture must not exceed :'] = 'La dimensione del file immagine non deve eccedere: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'L\'immagine deve essere in formato jpg, png o gif';
-$lang['the height of the picture must not exceed :'] = 'L\'altezza dell\'immagine non deve eccedere: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opzionale ma raccomandato: scegliere una miniatura da associare a ';
-$lang['the width of the picture must not exceed :'] = 'La larghezza dell\'immagine non deve eccedere: ';
-$lang['can\'t upload the picture on the server'] = 'non è stato possibile caricare il file sul server';
$lang['the username must be given'] = 'nome utente obbligatorio';
-$lang['A picture\'s name already used'] = 'file già esistente';
-$lang['You must choose a picture fileformat for the image'] = 'il formato del file non è un formato immagine';
-$lang['Name of the picture'] = 'Nome dell\'immagine';
-$lang['Upload a picture'] = 'Caricare un\'immagine';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Immagine caricata con successo. Un amministratore convaliderà l\'operazione il più presto possibile';
$lang['useful when password forgotten'] = 'utile se si dimentica la password';
$lang['Quick search'] = 'Ricerca rapida';
$lang['Connected user: %s'] = 'Utente(i) connesso(i): %s';
@@ -315,8 +304,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Amministrazione: %s';
$lang['Registration of %s'] = 'Registrazione di %s';
$lang['Album: %s'] = 'Album: %s';
-$lang['Picture name: %s'] = 'Nome dell\'immagine: %s';
-$lang['Creation date: %s'] = 'Data di creazione: %d';
$lang['Picture uploaded by %s'] = 'Immagine caricata da %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Lo status dell\'utente "guest" non è conforme, viene usato lo status di default. Per favore avvisa il webmaster.';
@@ -341,7 +328,6 @@ $lang['%d photo is also linked to current tags'] = '%d immagine è anche conness
$lang['%d photos are also linked to current tags'] = '%d immagini sono anche connesse ai tag correnti';
$lang['display photos linked to this tag'] = 'Mostrare le immagini connesse solo a questo tag';
$lang['photos posted during the last %d days'] = 'immagini aggiunte durante gli ultimi %d giorni';
-$lang['Choose an image'] = 'Scegliere un immagine da aggiungere';
$lang['Piwigo Help'] = 'Help di Piwigo';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'ragruppare per lettera';
diff --git a/language/ja_JP/admin.lang.php b/language/ja_JP/admin.lang.php
index 263468c2a..1c7948174 100644
--- a/language/ja_JP/admin.lang.php
+++ b/language/ja_JP/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'キャディ管理';
$lang['Caddie'] = 'キャディ';
$lang['Albums authorized thanks to group associations'] = 'グループの関連付けによりカテゴリが許可されました。';
$lang['Album manual order was saved'] = 'カテゴリの手動順が保存されました。';
-$lang['Album elements associated to the following albums: %s'] = '以下のカテゴリに関連するカテゴリエレメント: %s';
$lang['Check for upgrade failed for unknown reasons.'] = '不明な理由により、アップグレードのチェックが失敗しました。';
$lang['Check for upgrade'] = 'アップグレードをチェックする';
$lang['Comments for all'] = 'すべてのユーザにコメントを許可する';
@@ -133,12 +132,12 @@ $lang['Permalinks'] = 'パーマリンク';
$lang['Permission denied'] = 'パーミッション拒否';
$lang['Permission granted thanks to a group'] = 'グループにパーミッションが付与されました。';
$lang['Permission granted'] = 'パーミッション付与';
-$lang['Picture informations updated'] = '写真情報が更新されました。';
+$lang['Photo informations updated'] = '写真情報が更新されました。';
$lang['Plugins'] = 'プラグイン';
$lang['Position'] = 'ポジション';
$lang['Preferences'] = 'プリファレンス';
$lang['Properties'] = 'プロパティ';
-$lang['Random picture'] = 'ランダム写真';
+$lang['Random photo'] = 'ランダム写真';
$lang['Rate date'] = '評価日';
$lang['Rating by guests'] = 'ゲストによる評価';
$lang['Rating'] = '評価';
@@ -207,7 +206,6 @@ $lang['dissociate from group'] = 'グループから関連付けを解除する'
$lang['edit album permissions'] = 'カテゴリパーミッションを編集する';
$lang['Album updated successfully'] = 'カテゴリ情報が正常に更新されました。';
$lang['photos per page'] = '1ページあたりのエレメント';
-$lang['elements'] = 'エレメント';
$lang['High definition enabled'] = '高解像度を有効にする';
$lang['File'] = 'ファイル';
$lang['Filesize'] = 'ファイルサイズ';
@@ -352,12 +350,12 @@ $lang['Edit photo information'] = '写真情報を修正する';
$lang['Thumbnail creation'] = 'サムネイル作成';
$lang['Database synchronization with files'] = 'ファイルおよびデータベースの同期化';
$lang['all'] = 'すべて';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'サムネイルなしの写真 (jpegおよびpngのみ)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'サムネイルなしの写真 (jpegおよびpngのみ)';
$lang['height must be a number superior to'] = '高さは、次の値より大きくしてください:';
$lang['width must be a number superior to'] = '幅は、次の値より大きくしてください:';
$lang['for the file format'] = 'ファイルフォーマット';
$lang['No missing thumbnail'] = '不明なサムネイルはありません。';
-$lang['Picture unreachable or no support'] = '写真にアクセスできないか、次の内容がサポートされていません:';
+$lang['Photo unreachable or no support'] = '写真にアクセスできないか、次の内容がサポートされていません:';
$lang['GD version'] = 'GDバージョン';
$lang['Miniaturization parameters'] = '縮小化パラメータ';
$lang['generated in'] = '生成時間';
@@ -366,7 +364,7 @@ $lang['General statistics'] = '一般統計';
$lang['max time'] = '最大時間';
$lang['average time'] = '平均時間';
$lang['min time'] = '最小時間';
-$lang['number of miniaturized pictures'] = '縮小化された写真数';
+$lang['number of miniaturized photos'] = '縮小化された写真数';
$lang['total time'] = '合計時間';
$lang['for this file format'] = 'このファイルフォーマット';
$lang['unit mode'] = 'ユニットモード';
@@ -392,7 +390,7 @@ $lang['missing thumbnail'] = 'サムネイルがありません。';
$lang['albums deleted in the database'] = 'カテゴリがデータベースから削除されました。';
$lang['photos deleted from the database'] = 'エレメントがデータベースから削除されました。';
$lang['photos candidates for metadata synchronization'] = 'メタデータ同期化候補のイメージ';
-$lang['elements informations synchronized with files metadata'] = 'ファイルメタデータに同期化されたエレメント情報';
+$lang['photos informations synchronized with files metadata'] = 'ファイルメタデータに同期化されたエレメント情報';
$lang['errors during synchronization'] = '同期化中にエラーが発生しました。';
$lang['albums added in the database'] = 'カテゴリがデータベースに追加されました。';
$lang['photos added in the database'] = 'データベースにエレメントが追加されました。';
@@ -406,7 +404,7 @@ $lang['[Simulation]'] = '[シミュレーション]';
$lang['directories + files'] = 'ディレクトリ + ファイル';
$lang['only directories'] = 'ディレクトリのみ';
$lang['synchronize files structure with database'] = 'ファイル構造とデータベースを同期化する';
-$lang['synchronize files metadata with database elements informations'] = 'ファイルメタデータとデータベースエレメント情報を同期化する';
+$lang['synchronize files metadata with database photos informations'] = 'ファイルメタデータとデータベースエレメント情報を同期化する';
$lang['even already synchronized photos'] = 'すでに同期化されているエレメントも同期化する';
$lang['Used metadata'] = '使用済みメタデータ';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'ディレクトリ名およびファイル名は、文字および記号「-」「_」「.」で構成される必要があります。';
@@ -430,7 +428,6 @@ $lang['Year'] = '年';
$lang['Month'] = '月';
$lang['Day'] = '日';
$lang['Pages seen'] = 'ページ閲覧回数';
-$lang['Pictures'] = '写真';
$lang['Time'] = '時間';
$lang['IP'] = 'IP';
$lang['Element'] = '';
diff --git a/language/ja_JP/common.lang.php b/language/ja_JP/common.lang.php
index 1275251c1..5047d6d8b 100644
--- a/language/ja_JP/common.lang.php
+++ b/language/ja_JP/common.lang.php
@@ -291,18 +291,7 @@ $lang['A comment on your site'] = 'あなたのサイトのコメント';
$lang['today'] = '今日';
$lang['Update your rating'] = 'あなたの評価を更新する';
$lang['wrong filename'] = 'ファイル名が正しくありません。';
-$lang['the filesize of the picture must not exceed :'] = '許可された写真のファイルサイズを超えないでください : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = '写真のフォーマットは、jpg、gif、pngを使用してください。';
-$lang['the height of the picture must not exceed :'] = '許可された写真の高さを超えないでください : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = '任意ですが推奨します : 関連付けるサムネイルを選択してください。 ';
-$lang['the width of the picture must not exceed :'] = '許可された写真の幅を超えないでください : ';
-$lang['can\'t upload the picture on the server'] = 'サーバに写真をアップロードできません。';
$lang['the username must be given'] = 'ユーザ名を入力してください。';
-$lang['A picture\'s name already used'] = 'すでに同じ写真名が使用されています。';
-$lang['You must choose a picture fileformat for the image'] = 'イメージの写真ファイルフォーマットを選択してください。';
-$lang['Name of the picture'] = '写真名';
-$lang['Upload a picture'] = '写真をアップロードする';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '写真が正常にアップロードされました。管理者が早急に写真を承認します。';
$lang['useful when password forgotten'] = 'パスワードを忘れたときに便利です。';
$lang['Quick search'] = 'クイックサーチ';
$lang['Connected user: %s'] = '接続ユーザ: %s';
@@ -316,8 +305,6 @@ $lang['Email: %s'] = 'メールアドレス: %s';
$lang['Admin: %s'] = '管理者: %s';
$lang['Registration of %s'] = '%s の登録';
$lang['Album: %s'] = 'カテゴリ: %s';
-$lang['Picture name: %s'] = '写真名: %s';
-$lang['Creation date: %s'] = '作成日: %s';
$lang['Picture uploaded by %s'] = '%s によりアップロードされた写真';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'デフォルトステータスの使用に関して、ユーザ「ゲスト」は正しくないステータスです。ウェブマスタにご連絡ください。';
@@ -342,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d イメージも現在の
$lang['%d photos are also linked to current tags'] = '%d イメージも現在のタグにリンクされました。';
$lang['display photos linked to this tag'] = 'このタグのみにリンクされているイメージを表示する';
$lang['photos posted during the last %d days'] = '直近 %d 日に投稿されたイメージ';
-$lang['Choose an image'] = 'イメージを選択する';
$lang['Piwigo Help'] = 'Piwigoヘルプ';
$lang['Rank'] = 'ランク';
$lang['group by letters'] = '文字でグループ化する';
diff --git a/language/ka_GE/admin.lang.php b/language/ka_GE/admin.lang.php
index 6502f2915..67cba864c 100644
--- a/language/ka_GE/admin.lang.php
+++ b/language/ka_GE/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'კალათის მართვა';
$lang['Caddie'] = 'კალათა';
$lang['Albums authorized thanks to group associations'] = 'კატეგორიები, რომლებიც დაშვებულია ჯგუფთან კავშირის გამო';
$lang['Album manual order was saved'] = 'კატეგორიების განსაკუთრებული წყობა შენახულია';
-$lang['Album elements associated to the following albums: %s'] = 'ფოტოების კატეგორიები დაკავშირებულია შემდეგ კატეგორიებთან: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'განახლების შემოწმება უცნობი მიზეზების გამო არ შესრულდა.';
$lang['Check for upgrade'] = 'განახლების შემოწმება';
$lang['Comments for all'] = 'კომენტარები ყველასათვის';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'მუდმივი მისამართი';
$lang['Permission denied'] = 'დაშვება აკრძალულია';
$lang['Permission granted thanks to a group'] = 'ჯგუფისთვის დაშვება შესაძლებელია';
$lang['Permission granted'] = 'დაშვება შესაძლებელია';
-$lang['Picture informations updated'] = 'ინფორმაცია ფოტოსთვის განახლებულია';
+$lang['Photo informations updated'] = 'ინფორმაცია ფოტოსთვის განახლებულია';
$lang['Plugins'] = 'პლაგინები';
$lang['Position'] = 'ნომერი';
$lang['Preferences'] = 'გასწორება';
$lang['Properties'] = 'თვისებები';
-$lang['Random picture'] = 'შემთხვევითი ფოტო';
+$lang['Random photo'] = 'შემთხვევითი ფოტო';
$lang['Rate date'] = 'თარიღი';
$lang['Rating by guests'] = 'სტუმრების შეფასება';
$lang['Rating'] = 'შეფასება';
@@ -205,7 +204,6 @@ $lang['dissociate from group'] = 'მოვაშოროთ ჯგუფს';
$lang['edit album permissions'] = 'კატეგორიის უფლებების რედაქტირება';
$lang['Album updated successfully'] = 'ინფორმაცია კატეგორიაზე წარმატებით განახლებულია.';
$lang['photos per page'] = 'მინიატურები გვერდზე';
-$lang['elements'] = 'ელემენტები';
$lang['High definition enabled'] = 'არსებობს დიდი გაფართოებით';
$lang['File'] = 'ფაილი';
$lang['Filesize'] = 'ფაილის ზომა';
@@ -352,12 +350,12 @@ $lang['Edit photo information'] = 'შევცვალოთ ინფორ
$lang['Thumbnail creation'] = 'მინიატურების შექმნა';
$lang['Database synchronization with files'] = 'მონაცემთა ბაზის სინქრონიზაცია ფაილებთან';
$lang['all'] = 'ყველა';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'ფოტოები მინიატურების გარეშე (მხოლოდ jpeg და png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'ფოტოები მინიატურების გარეშე (მხოლოდ jpeg და png)';
$lang['height must be a number superior to'] = 'სიმაღლე უნდა იყოს მეტი რიცხვი';
$lang['width must be a number superior to'] = 'სიგანე უნდა იყოს მეტი რიცხვი';
$lang['for the file format'] = 'ფაილის ფორმატისათვის';
$lang['No missing thumbnail'] = 'მინიატურები აქვს ყველა ფოტოს';
-$lang['Picture unreachable or no support'] = 'ფოტო მიუწვდომელია ან არ არის მისი ფორმატის მხარდაჭერა';
+$lang['Photo unreachable or no support'] = 'ფოტო მიუწვდომელია ან არ არის მისი ფორმატის მხარდაჭერა';
$lang['GD version'] = 'ვერსია GD';
$lang['Miniaturization parameters'] = 'მინიატურიზაციის პარამეტრები';
$lang['generated in'] = 'გენერირებულია';
@@ -366,7 +364,7 @@ $lang['General statistics'] = 'საერთო სტატისტიკა
$lang['max time'] = 'მაქსიმალური დრო';
$lang['average time'] = 'საშუალო დრო';
$lang['min time'] = 'მინიმალური დრო';
-$lang['number of miniaturized pictures'] = 'შემცირებული ფოტოების რაოდენობა';
+$lang['number of miniaturized photos'] = 'შემცირებული ფოტოების რაოდენობა';
$lang['total time'] = 'საერთო დრო';
$lang['for this file format'] = 'ამ ფაილის ფორმატისათვის';
$lang['unit mode'] = 'ერთეული რეჟიმი';
@@ -392,7 +390,7 @@ $lang['missing thumbnail'] = 'მინიატურები არ არი
$lang['albums deleted in the database'] = 'კატეგორია წაშლილია მონაცემთა ბაზიდან';
$lang['photos deleted from the database'] = 'ელემენტი წაშლილია მონაცემთა ბაზიდან';
$lang['photos candidates for metadata synchronization'] = 'სურათი მეტამონაცემების სინქრონიზაციისათვის';
-$lang['elements informations synchronized with files metadata'] = 'ინფორმაცია ელემენტებზე სინქრონირებულია ფაილების მეტამონაცემებთან';
+$lang['photos informations synchronized with files metadata'] = 'ინფორმაცია ელემენტებზე სინქრონირებულია ფაილების მეტამონაცემებთან';
$lang['errors during synchronization'] = 'სინქრონიზაციის შეცდომები';
$lang['albums added in the database'] = 'კატეგორიები დამატებულია მონაცემთა ბაზაში';
$lang['photos added in the database'] = 'ელემენტები დამატებულია მონაცემთა ბაზაში';
@@ -406,7 +404,7 @@ $lang['[Simulation]'] = '[ტესტი]';
$lang['directories + files'] = 'ფაილები და ფოლდერები';
$lang['only directories'] = 'მხოლოდ ფოლდერები';
$lang['synchronize files structure with database'] = 'ფაილების სტრუქტურის სინქრონიზაცია მონაცემთა ბაზასთან';
-$lang['synchronize files metadata with database elements informations'] = 'ფაილების მეტამონაცემების სინქრონიზაცია მონაცემთა ბაზასთან';
+$lang['synchronize files metadata with database photos informations'] = 'ფაილების მეტამონაცემების სინქრონიზაცია მონაცემთა ბაზასთან';
$lang['even already synchronized photos'] = 'ყველა, ადრე სინქრონიზებულის ჩათვლით';
$lang['Used metadata'] = 'გამოYენებული მეტამონაცემები';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'ფაილების ან ფოლდერების სახელი უნდა შედგებოდეს ასოების,ციფრების "-", "_" და "." სგან';
@@ -431,7 +429,6 @@ $lang['Year'] = 'წელი';
$lang['Month'] = 'თვე';
$lang['Day'] = 'დღე';
$lang['Pages seen'] = 'გვერდია ნანახი';
-$lang['Pictures'] = 'ფოტოები';
$lang['Time'] = 'დრო';
$lang['User'] = 'მომხმარებელი';
$lang['IP'] = 'IP';
diff --git a/language/ka_GE/common.lang.php b/language/ka_GE/common.lang.php
index 613f5cfa4..b3e3196c2 100644
--- a/language/ka_GE/common.lang.php
+++ b/language/ka_GE/common.lang.php
@@ -294,19 +294,8 @@ $lang['A comment on your site'] = 'კომენტარები თქვ
$lang['today'] = 'დღეს';
$lang['Update your rating'] = 'განვაახლოთ შეფასება';
$lang['wrong filename'] = 'ფაილის არასწორი სახელი';
-$lang['the filesize of the picture must not exceed :'] = 'ფაილის ზომა არ უნდა აჭარბებდეს: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'ფოტო უნდა იყოს jpg, gif ან png ფორმატში';
-$lang['the height of the picture must not exceed :'] = 'ფოტოს სიმაღლე არ უნდა აჭარბებდეს: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'რეკომენდირებულია დღის მინიატურების გარკვევა ';
-$lang['the width of the picture must not exceed :'] = 'ფოტოს სიგანე არ უნდა აჭარბებდეს: ';
$lang['Author'] = 'ავტორი';
-$lang['can\'t upload the picture on the server'] = 'შეუძლებელია ფოტოს სერვერზე ატვირთვა';
$lang['the username must be given'] = 'მომხმარებლის სახელი უნდა არსებობდეს';
-$lang['A picture\'s name already used'] = 'ფოტოს ასეთი სახელი უკვე არსებობს';
-$lang['You must choose a picture fileformat for the image'] = 'თქვენ უნდა აირჩიოთ ფოტოს ფორმატი';
-$lang['Name of the picture'] = 'ფოტოს სახელი';
-$lang['Upload a picture'] = 'ფოტოების ატვირთვა';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'ფოტოები ატვირთულია, ადმინისტრატორი დაადასტურებს რაც შეიძლება მალე';
$lang['useful when password forgotten'] = 'დაკარგული პაროლის აღსადგენად';
$lang['Quick search'] = 'ჩქარი ძიება';
$lang['Connected user: %s'] = 'დაკავშირებული მომხმარებლები: %s';
@@ -320,8 +309,6 @@ $lang['Email: %s'] = 'მისამართი: %s';
$lang['Admin: %s'] = 'ადმინისტრატორი: %s';
$lang['Registration of %s'] = 'რეგისტრაცია %s';
$lang['Album: %s'] = 'კატეგორია: %s';
-$lang['Picture name: %s'] = 'სახელი: %s';
-$lang['Creation date: %s'] = 'გადაღების დრო: %s';
$lang['Picture uploaded by %s'] = 'ფოტო ატვირთულია %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'მომხმარებლის არასწორი სტატუსი "სტუმარი", გამოიყენეთ ძირითადი სტატუსი. გთხოვთ შეატყობინოთ ადმინისტრატორს.';
@@ -346,7 +333,6 @@ $lang['%d photo is also linked to current tags'] = '%d ფოტო ასევ
$lang['%d photos are also linked to current tags'] = '%d ფოტოები ასევე დაკავშირებულია ამ სიტყვებთან';
$lang['display photos linked to this tag'] = 'ვნახოთ ფოტოები დაკავშირებული მხოლოდ ამ სიტყვასთან';
$lang['photos posted during the last %d days'] = 'ფოტოები გამოქვეყნებული ბოლო %d დღეში';
-$lang['Choose an image'] = 'აირჩიეთ ფოტო';
$lang['Piwigo Help'] = 'დახმარება';
$lang['Rank'] = 'წყობა';
$lang['group by letters'] = 'დავაჯგუფოთ ასოებით';
diff --git a/language/lv_LV/admin.lang.php b/language/lv_LV/admin.lang.php
index f28d4f4e8..42f3899da 100644
--- a/language/lv_LV/admin.lang.php
+++ b/language/lv_LV/admin.lang.php
@@ -59,7 +59,6 @@ $lang['Caddie management'] = 'Groza pārvaldīšana';
$lang['Caddie'] = 'Grozs';
$lang['Albums authorized thanks to group associations'] = 'Albūmi autorizēti dēļ grupu apvienībēm';
$lang['Album manual order was saved'] = 'Albūmu kārtība saglabāta';
-$lang['Album elements associated to the following albums: %s'] = 'Albūma attēli saistīti ar sekojošiem albūmiem: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Pārbaude pēc uzlabojuma nezināmu iemeslu dēļ nav izdevusies.';
$lang['Check for upgrade'] = 'Pārbaudīt uzlabojumu';
$lang['Comments for all'] = 'Komentāri visiem';
@@ -130,12 +129,12 @@ $lang['Permalinks'] = 'Pamatsaites';
$lang['Permission denied'] = 'Piekļuve liegta';
$lang['Permission granted thanks to a group'] = 'Piekļuve atļauta pateicoties grupai';
$lang['Permission granted'] = 'Piekļuve atļauta';
-$lang['Picture informations updated'] = 'Informācija par attēlu atjaunota';
+$lang['Photo informations updated'] = 'Informācija par attēlu atjaunota';
$lang['Plugins'] = 'Spraudņi';
$lang['Position'] = 'Pozīcijas';
$lang['Preferences'] = 'Iestatījumi';
$lang['Properties'] = 'Īpašības';
-$lang['Random picture'] = 'Gadījuma bilde';
+$lang['Random photo'] = 'Gadījuma bilde';
$lang['Rate date'] = 'Vērtēšanas datums';
$lang['Rating by guests'] = 'Viesu novērtējums';
$lang['Rating'] = 'Vērtējums';
@@ -205,7 +204,6 @@ $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['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';
@@ -349,12 +347,12 @@ $lang['Edit photo information'] = 'Izmainīt informnāciju par attēlu ';
$lang['Thumbnail creation'] = 'Piktogrammu izveide';
$lang['Database synchronization with files'] = 'Datu bāzes sinhronizācija ar failiem';
$lang['all'] = 'viss';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'attēli bez piktogrammām ( tikai jpeg and png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'attēli bez piktogrammām ( tikai jpeg and png)';
$lang['height must be a number superior to'] = 'augstuman jābūt skaitlim lielākam par';
$lang['width must be a number superior to'] = 'platumam jābūt skaitlim lielākam par';
$lang['for the file format'] = 'faila formātam';
$lang['No missing thumbnail'] = 'Piktogrammas ir visiem attēliem';
-$lang['Picture unreachable or no support'] = 'Attēls nav pieejams vai neatbalsītā formātā';
+$lang['Photo unreachable or no support'] = 'Attēls nav pieejams vai neatbalsītā formātā';
$lang['GD version'] = 'GD versija';
$lang['Miniaturization parameters'] = 'Miniaturizēšanas parametri';
$lang['generated in'] = 'uzģenerēts ';
@@ -363,7 +361,7 @@ $lang['General statistics'] = 'Vispārējā statistika';
$lang['max time'] = 'maksimālais laiks';
$lang['average time'] = 'vidējais laiks';
$lang['min time'] = 'minimālais laiks';
-$lang['number of miniaturized pictures'] = 'Izveidoto piktogrammu skaits';
+$lang['number of miniaturized photos'] = 'Izveidoto piktogrammu skaits';
$lang['total time'] = 'kopējais laiks';
$lang['for this file format'] = 'šim faila formātam';
$lang['unit mode'] = 'mono režīms';
@@ -389,7 +387,7 @@ $lang['missing thumbnail'] = 'iztrūkst piktogramma';
$lang['albums deleted in the database'] = 'no datu bāzes izdzēsti albūmi';
$lang['photos deleted from the database'] = 'no datu bāzes izdzēsti elementi';
$lang['photos 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['photos 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['photos added in the database'] = 'elementu pievienots datu bāzei';
@@ -402,7 +400,7 @@ $lang['[Simulation]'] = '[Simulācija]';
$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['synchronize files metadata with database photos informations'] = 'sinhronizēt failu metadatus ar informāciju datubāzē';
$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 "."';
@@ -426,7 +424,6 @@ $lang['Year'] = 'Gads';
$lang['Month'] = 'Mēnesis';
$lang['Day'] = 'Diena';
$lang['Pages seen'] = 'Lapas apskatītas';
-$lang['Pictures'] = 'Attēli';
$lang['Time'] = 'Laiks';
$lang['IP'] = 'IP';
$lang['Element'] = 'Elements';
diff --git a/language/lv_LV/common.lang.php b/language/lv_LV/common.lang.php
index 5ae06ca11..00ec9cc02 100644
--- a/language/lv_LV/common.lang.php
+++ b/language/lv_LV/common.lang.php
@@ -290,18 +290,7 @@ $lang['A comment on your site'] = "Komentārijs no jūsu vietnes";
$lang['today'] = "špdien";
$lang['Update your rating'] = "Atjaunojiet savu vērtējumu";
$lang['wrong filename'] = "nepareizs faila vārds";
-$lang['the filesize of the picture must not exceed :'] = "attēla faila izmērs nedrīkst pārsniegt :";
-$lang['the picture must be to the fileformat jpg, gif or png'] = "attēla formātam jābūt jpg, gif or png";
-$lang['the height of the picture must not exceed :'] = "attēla augstums nedrīkst pārsniegt :";
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = "Pēc izvēles, bet ieteicams: izvēlēties sīkbildi ar ko saistīt lai";
-$lang['the width of the picture must not exceed :'] = "attēla platums nedrīkst pārsniegt :";
-$lang['can\'t upload the picture on the server'] = "attēlu nav iespējam augšupielādēt";
$lang['the username must be given'] = "nepieciešams lietotāja vārds";
-$lang['A picture\'s name already used'] = "šis attēla vārds jau tiek lietots";
-$lang['You must choose a picture fileformat for the image'] = "Jums jāizvēlas attēla faila formāts";
-$lang['Name of the picture'] = "attēla vārds";
-$lang['Upload a picture'] = "Augšupielādēt attēlu";
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "Attēls veiksmīgi augšupielādēts un administrātors to apstiprinās pēc iespējas ātrāk";
$lang['useful when password forgotten'] = "derīgi, ja aizmirsta parole";
$lang['Quick search'] = "Ātrā meklēšana";
$lang['Connected user: %s'] = "Pievienotais lietotājs: %s";
@@ -315,8 +304,6 @@ $lang['Email: %s'] = "E-pasts: %s";
$lang['Admin: %s'] = "Admins: %s";
$lang['Registration of %s'] = "Reģistrācija %s";
$lang['Album: %s'] = 'Albūms: %s';
-$lang['Picture name: %s'] = "Attēla vārds: %s";
-$lang['Creation date: %s'] = "Izveides datums: %s";
$lang['Picture uploaded by %s'] = "Attēlu augšupielādējis %s";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Lietotāja \"viesis\" nepareizs satuss, lietojiet statusu pēc noklusējuma. Lūdzu informējiet webmasteru.";
$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrātors, webmāsters un īpašais lietotājs var izmantot šo metodi';
@@ -339,7 +326,6 @@ $lang['%d photo is also linked to current tags'] = "%d attēls ir arī saistīts
$lang['%d photos are also linked to current tags'] = "%d iattēli ir arī saistīti ar patrreizējiem tagiem";
$lang['display photos linked to this tag'] = "Skatīt attēlus, kas saistīti tikai ar šo tagu";
$lang['photos posted during the last %d days'] = "attēli, kas publicēti %d dienas";
-$lang['Choose an image'] = "Izvēlieties attēlu";
$lang['Piwigo Help'] = "Piwigo palīgs";
$lang['Rank'] = "Rinda";
$lang['group by letters'] = "grupēt pēc burtiem";
diff --git a/language/mk_MK/common.lang.php b/language/mk_MK/common.lang.php
index 8f78700d9..2044ee019 100644
--- a/language/mk_MK/common.lang.php
+++ b/language/mk_MK/common.lang.php
@@ -302,18 +302,7 @@ $lang['A comment on your site'] = 'Коментар на твојата стра
$lang['today'] = 'денес';
$lang['Update your rating'] = 'Обнови ја твојата оценка';
$lang['wrong filename'] = 'погрешно име на датотека';
-$lang['the filesize of the picture must not exceed :'] = 'големината на фотографијата не смее да биде поголема од ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'дозволените типови на фотографија се jpg, gif и png';
-$lang['the height of the picture must not exceed :'] = 'висината на фотографијата не смее да биде поголема од ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Фотографијата беше успешно прикачена. Доколку сакате, можете да прикачете и соодветна сликичка (thumbnail) која ќе кореспондира со Вашата фотографија. Доколку немате сликичка и сакате да завршите со прикачувањето, притиснете <a href="http://galerija.avijacija.com.mk">тука.</a> ';
-$lang['the width of the picture must not exceed :'] = 'ширината на фотографијата не смее да биде поголема од ';
-$lang['can\'t upload the picture on the server'] = 'Не можам да ја прикачам фотографијата на серверот.';
$lang['the username must be given'] = 'корисничкото име мора да биде наведено';
-$lang['A picture\'s name already used'] = 'Името на фотографијата веќе постои во системот. Ве молиме променете го и обидете се со друго.';
-$lang['You must choose a picture fileformat for the image'] = 'Мора да избереш формат на фотографијата која сакаш да ја прикачиш.';
-$lang['Name of the picture'] = 'Тип на воздухоплов';
-$lang['Upload a picture'] = 'Додај фотографија';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Фотографијата беше успешно прикачена за серверот, следи прегледување од администратор.';
$lang['useful when password forgotten'] = 'Внесете постоечка и валидна e-mail адреса';
$lang['Quick search'] = 'Брзо пребарување';
$lang['Connected user: %s'] = 'Приклучен корисник: %s';
@@ -326,8 +315,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Registration of %s';
$lang['Album: %s'] = 'Категорија: %s';
-$lang['Picture name: %s'] = 'Име на фотографијата: %s';
-$lang['Creation date: %s'] = 'Дата на создавање: %s';
$lang['Picture uploaded by %s'] = 'Фотографијата е прикачена од %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Грешка при најавувањето како гостин.';
$lang['Submit'] = 'Поднесува';
diff --git a/language/nl_NL/admin.lang.php b/language/nl_NL/admin.lang.php
index 7ac075e74..603c53741 100644
--- a/language/nl_NL/admin.lang.php
+++ b/language/nl_NL/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Winkelmandje management';
$lang['Caddie'] = 'Winkelmandje';
$lang['Albums authorized thanks to group associations'] = 'Categorieën geautoriseerd dankzij groepassociaties';
$lang['Album manual order was saved'] = 'Categorieën handmatig gesorteerd is opgeslagen';
-$lang['Album elements associated to the following albums: %s'] = 'Categorie afbeeldingen gelinkt aan de volgende categorieën: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Upgradecontrole is door onbekende reden niet (goed) uitgevoerd.';
$lang['Check for upgrade'] = 'Upgradecontrole';
$lang['Comments for all'] = 'Iedereen mag commentaar geven (ook gasten)';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Toegang gewijgerd';
$lang['Permission granted thanks to a group'] = 'Rechten toegekend door een groep';
$lang['Permission granted'] = 'Toegang toegestaan';
-$lang['Picture informations updated'] = 'Afbeeldings-informatie bijgewerkt';
+$lang['Photo informations updated'] = 'Afbeeldings-informatie bijgewerkt';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Positie';
$lang['Preferences'] = 'Voorkeuren';
$lang['Properties'] = 'Eigenschappen';
-$lang['Random picture'] = 'Willekeurig plaatje';
+$lang['Random photo'] = 'Willekeurig plaatje';
$lang['Rate date'] = 'Waarderingsdatum';
$lang['Rating by guests'] = 'Ook gasten kunnen waarderen';
$lang['Rating'] = 'Waardering';
@@ -207,7 +206,6 @@ $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['photos per page'] = 'Afbeeldingen per pagina';
-$lang['elements'] = 'Afbeeldingen';
$lang['High definition enabled'] = 'Hoge kwaliteit ingeschakeld';
$lang['File'] = 'Bestand';
$lang['Filesize'] = 'Bestandsgrootte';
@@ -349,12 +347,12 @@ $lang['Edit photo information'] = 'Verander de informatie van een plaatje';
$lang['Thumbnail creation'] = 'Mini-afbeeldingen maken';
$lang['Database synchronization with files'] = 'Database synchronisatie met bestanden';
$lang['all'] = 'Allen';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'afbeeldingen zonder mini-afbeelding (alleen jpeg en png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'afbeeldingen zonder mini-afbeelding (alleen jpeg en png)';
$lang['height must be a number superior to'] = 'Hoogte moet groter zijn dan';
$lang['width must be a number superior to'] = 'Breedte moet groter zijn dan';
$lang['for the file format'] = 'voor het bestandsformaat';
$lang['No missing thumbnail'] = 'Geen ontbrekende mini-afbeelding';
-$lang['Picture unreachable or no support'] = 'Afbeelding is niet bereikbaar of er is geen support';
+$lang['Photo unreachable or no support'] = 'Afbeelding is niet bereikbaar of er is geen support';
$lang['GD version'] = 'GD versie';
$lang['Miniaturization parameters'] = 'Miniatuur parameters';
$lang['generated in'] = 'gegenereerd in';
@@ -363,7 +361,7 @@ $lang['General statistics'] = 'Algemene statistieken';
$lang['max time'] = 'maximale tijd';
$lang['average time'] = 'gemiddelde tijd';
$lang['min time'] = 'minimale tijd';
-$lang['number of miniaturized pictures'] = 'aantal verkleinde afbeeldingen';
+$lang['number of miniaturized photos'] = 'aantal verkleinde afbeeldingen';
$lang['total time'] = 'totale tijd';
$lang['for this file format'] = 'voor dit bestandsformaat';
$lang['unit mode'] = 'Uitgebreid overzicht';
@@ -389,7 +387,7 @@ $lang['missing thumbnail'] = 'ontbrekende mini-afbeelding';
$lang['albums deleted in the database'] = 'categorieën verwijderd uit de database';
$lang['photos deleted from the database'] = 'afbeeldingen verwijderd uit de database';
$lang['photos 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['photos 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['photos added in the database'] = 'afbeeldingen toegevoegd aan de database';
@@ -403,7 +401,7 @@ $lang['[Simulation]'] = '[Simulatie]';
$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['synchronize files metadata with database photos informations'] = 'Synchroniseer bestandsmetadata met de database afbeeldings-informatie';
$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 "."';
@@ -427,7 +425,6 @@ $lang['Year'] = 'Jaar';
$lang['Month'] = 'Maand';
$lang['Day'] = 'Dag';
$lang['Pages seen'] = 'Pagina\'s bekeken';
-$lang['Pictures'] = 'Afbeeldingen';
$lang['Time'] = 'tijd';
$lang['IP'] = 'IP';
$lang['Element'] = '';
diff --git a/language/nl_NL/common.lang.php b/language/nl_NL/common.lang.php
index d4c9a75fa..4727fc8f0 100644
--- a/language/nl_NL/common.lang.php
+++ b/language/nl_NL/common.lang.php
@@ -292,17 +292,7 @@ $lang['A comment on your site'] = 'Commentaar op uw site';
$lang['today'] = 'vandaag';
$lang['Update your rating'] = 'Werk uw waardering bij';
$lang['wrong filename'] = 'verkeerde bestandsnaam';
-$lang['the filesize of the picture must not exceed :'] = 'het bestandsformaat mag niet te groot zijn : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'de afbeelding moet een extensie hebbben die eindigt op jpg, gif of png';
-$lang['the height of the picture must not exceed :'] = 'de hoogte van de afbeelding mag niet te groot zijn : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optioneel, maar aanbevolen : kies een mini-afbeelding voor associatie';
-$lang['the width of the picture must not exceed :'] = 'de breedte van de afbeelding mag niet te groot zijn : ';
-$lang['can\'t upload the picture on the server'] = 'de afbeelding kan niet op de server geplaatst worden';
$lang['the username must be given'] = 'de gebruikersnaam moet ingevuld zijn';
-$lang['A picture\'s name already used'] = 'De naam is al in gebruik';
-$lang['You must choose a picture fileformat for the image'] = 'U moet een afbeeldingsformaat opgeven voor de afbeelding';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Afbeelding met succes ge-upload, een beheerder moet de afbeelding valideren, dit gebeurd zsm.';
-$lang['Upload a picture'] = 'Upload een afbeelding';
$lang['useful when password forgotten'] = 'handig indien u uw wachtwoord bent vergeten';
$lang['Quick search'] = 'Snel zoeken';
$lang['Connected user: %s'] = 'Aangemeld als gebruiker: %s';
@@ -316,8 +306,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Beheerder: %s';
$lang['Registration of %s'] = 'Registratie van %s';
$lang['Album: %s'] = 'Categorie: %s';
-$lang['Picture name: %s'] = 'Afbeeldingsnaam: %s';
-$lang['Creation date: %s'] = 'Aanmaakdatum: %s';
$lang['Picture uploaded by %s'] = 'Afbeelding ge-uploaded door %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Foutieve status voor gebruiker "guest", gebruik standaard status. Waarschuw de webbeheerder.';
@@ -342,12 +330,10 @@ $lang['%d photo is also linked to current tags'] = '%d afbeelding is ook gelinkt
$lang['%d photos are also linked to current tags'] = '%d afbeeldingen zijn ook gelinkt aan de actuele tags';
$lang['display photos linked to this tag'] = 'Toon afbeeldingen gelinkt met deze tag';
$lang['photos posted during the last %d days'] = 'Afbeelding ontvangen binnen de afgelopen %d dagen';
-$lang['Choose an image'] = 'Kies een afbeelding om';
$lang['Piwigo Help'] = 'Piwigo Help';
// --------- Starting below: New or revised $lang ---- from Butterfly (2.0)
$lang['Are you sure?'] = 'Weet u het zeker?';
$lang['delete this comment'] = 'verwijder dit commentaar';
-$lang['Name of the picture'] = 'Naam van de afbeelding';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'gegroepeerd per letter';
$lang['letters'] = 'letters';
diff --git a/language/no_NO/admin.lang.php b/language/no_NO/admin.lang.php
index 04637a2f2..f724db23b 100644
--- a/language/no_NO/admin.lang.php
+++ b/language/no_NO/admin.lang.php
@@ -59,7 +59,6 @@ $lang['Caddie management'] = 'Kurv behandling';
$lang['Caddie'] = 'Kurv';
$lang['Albums authorized thanks to group associations'] = 'Album autorisert grunnet gruppetilhørighet';
$lang['Album manual order was saved'] = 'Album manuell sortering ble lagret';
-$lang['Album elements associated to the following albums: %s'] = 'Album-elementer assosiert til følgende album: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Oppdateringssjekk misslyktes av ukjente grunner.';
$lang['Check for upgrade'] = 'Sjekk etter oppgradering';
$lang['Comments for all'] = 'Kommentar for alle';
@@ -131,12 +130,12 @@ $lang['Permalinks'] = 'Permalinker';
$lang['Permission denied'] = 'Tillatelse nektet';
$lang['Permission granted thanks to a group'] = 'Tillatelse godtatt grunnet gruppetilhørighet';
$lang['Permission granted'] = 'Tillatelse godtatt';
-$lang['Picture informations updated'] = 'Bildeinformasjon oppdatert';
+$lang['Photo informations updated'] = 'Bildeinformasjon oppdatert';
$lang['Plugins'] = 'Tilleggsprogram';
$lang['Position'] = 'Posisjon';
$lang['Preferences'] = 'Preferanser';
$lang['Properties'] = 'Egenskaper';
-$lang['Random picture'] = 'Tilfeldig bilde';
+$lang['Random photo'] = 'Tilfeldig bilde';
$lang['Rate date'] = 'Stemme dato';
$lang['Rating by guests'] = 'Stemt på av gjester';
$lang['Rating'] = 'Stemming';
@@ -206,7 +205,6 @@ $lang['dissociate from group'] = 'Skill fra gruppe';
$lang['edit album permissions'] = 'rediger album rettigheter';
$lang['Album updated successfully'] = 'Album vellykket oppdatert';
$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';
@@ -350,12 +348,12 @@ $lang['Edit photo information'] = 'Endre bilde informasjon';
$lang['Thumbnail creation'] = 'Lag miniatyr bilder';
$lang['Database synchronization with files'] = 'Database synkronisering med filer';
$lang['all'] = 'alle';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'bilder uten miniatyrer (kun jpeg og png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'bilder uten miniatyrer (kun jpeg og png)';
$lang['height must be a number superior to'] = 'høyde må være et nummer høyere en';
$lang['width must be a number superior to'] = 'bredde må være et nummer høyere en';
$lang['for the file format'] = 'for fil format';
$lang['No missing thumbnail'] = 'Ingen manglende miniatyrbilder';
-$lang['Picture unreachable or no support'] = 'Bilde ikke tilgjengelig eller i feil filformat';
+$lang['Photo unreachable or no support'] = 'Bilde ikke tilgjengelig eller i feil filformat';
$lang['GD version'] = 'GD versjon';
$lang['Miniaturization parameters'] = 'Miniatyr parameter';
$lang['generated in'] = 'generert på';
@@ -364,7 +362,7 @@ $lang['General statistics'] = 'Generell statistikk';
$lang['max time'] = 'maksimum tid';
$lang['average time'] = 'gjennomsnitlig tid';
$lang['min time'] = 'minimum tid';
-$lang['number of miniaturized pictures'] = 'antall miniatyrbilder laget';
+$lang['number of miniaturized photos'] = 'antall miniatyrbilder laget';
$lang['total time'] = 'total tid';
$lang['for this file format'] = 'for dette fil format';
$lang['unit mode'] = 'singel modus';
@@ -390,7 +388,7 @@ $lang['missing thumbnail'] = 'manglende miniatyr';
$lang['albums deleted in the database'] = 'album slettet i database';
$lang['photos deleted from the database'] = 'elementer slettet i database';
$lang['photos candidates for metadata synchronization'] = 'bilder klare for metadata synkronisering';
-$lang['elements informations synchronized with files metadata'] = 'element informasjon synkronisert med filenes metadata';
+$lang['photos 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['photos added in the database'] = 'elementer lagt til i databasen';
@@ -403,7 +401,7 @@ $lang['[Simulation]'] = '[Simulering]';
$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['synchronize files metadata with database photos informations'] = 'synkroniser database elementer med filers metadata';
$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 "."';
@@ -427,7 +425,6 @@ $lang['Year'] = 'År';
$lang['Month'] = 'Måned';
$lang['Day'] = 'Dag';
$lang['Pages seen'] = 'Sider sett';
-$lang['Pictures'] = 'Bilder';
$lang['Time'] = 'Tid';
$lang['IP'] = 'IP';
$lang['Element'] = 'Element';
diff --git a/language/no_NO/common.lang.php b/language/no_NO/common.lang.php
index 3abae1f69..9b0e9cd53 100644
--- a/language/no_NO/common.lang.php
+++ b/language/no_NO/common.lang.php
@@ -27,7 +27,6 @@ $lang_info['direction'] = "ltr";
$lang_info['code'] = "no";
$lang_info['zero_plural'] = "1";
-$lang['Upload a picture'] = "Last opp bilde";
$lang['useful when password forgotten'] = "Nyttig om passord blir glemt";
$lang['Quick search'] = "Hurtigsøk";
$lang['Connected user: %s'] = "Pålogget bruker: %s";
@@ -40,8 +39,6 @@ $lang['User: %s'] = "Bruker: %s";
$lang['Email: %s'] = "Email: %s";
$lang['Admin: %s'] = "Admin: %s";
$lang['Registration of %s'] = "Registrering av %s";
-$lang['Picture name: %s'] = "Bilde navn: %s";
-$lang['Creation date: %s'] = "Dato opprettet: %s";
$lang['Picture uploaded by %s'] = "Bilde opplastet av %s";
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "Feil status for bruker \"gjest\", default status vil bli brukt. Vennligst kontakt webmaster.";
$lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster og spesial bruker kan ikke bruke denne metoden";
@@ -63,7 +60,6 @@ $lang['%d photo is also linked to current tags'] = "%d bilde er også linket til
$lang['%d photos are also linked to current tags'] = "%d bilder er også linket til gjeldende tags";
$lang['display photos linked to this tag'] = "Se kun bilder linket til gjeldende tags";
$lang['photos posted during the last %d days'] = "bilder postet innen de siste %d dager";
-$lang['Choose an image'] = "Velg et bilde";
$lang['Piwigo Help'] = "Piwigo hjelp";
$lang['Rank'] = "Rangering";
$lang['group by letters'] = "ordne etter bokstav";
@@ -336,17 +332,7 @@ $lang['A comment on your site'] = 'En kommentar på din side';
$lang['today'] = 'i dag';
$lang['Update your rating'] = 'Oppdater din rating';
$lang['wrong filename'] = 'galt filnavn';
-$lang['the filesize of the picture must not exceed :'] = 'bildets filstørrelse må ikke overskride :';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'bildet filformat må være jpg, gif or png';
-$lang['the height of the picture must not exceed :'] = 'bildets høyde må ikke overskride :';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Alternativt, men anbefalt : velg en thumbnail for å assosiere til';
-$lang['the width of the picture must not exceed :'] = 'bredden av bildet må ikke overskride :';
-$lang['can\'t upload the picture on the server'] = 'bildet kan ikke lastes opp til serveren';
$lang['the username must be given'] = 'brukernavn kreves';
-$lang['A picture\'s name already used'] = 'dette bildenavnet er allerede i bruk';
-$lang['You must choose a picture fileformat for the image'] = 'Du må velge et bilde-filformat for bildet';
-$lang['Name of the picture'] = 'Bilde navn';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Bildet er lastet opp, en administrator vil godkjenne det så snart som mulig';
$lang['Album: %s'] = 'Album: %s';
$lang['Album results for'] = 'Album results for';
$lang['edit this comment'] = 'Endre denne kommentaren';
diff --git a/language/pl_PL/admin.lang.php b/language/pl_PL/admin.lang.php
index d5f58c51a..0cc272f54 100644
--- a/language/pl_PL/admin.lang.php
+++ b/language/pl_PL/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Zarządzanie koszykiem';
$lang['Caddie'] = 'Koszyk';
$lang['Albums authorized thanks to group associations'] = 'Albumy zautoryzowane dzięki powiązaniom z grupami';
$lang['Album manual order was saved'] = 'Ręcznie ustawiona kolejność albumów została zapisana';
-$lang['Album elements associated to the following albums: %s'] = 'Zdjęcia albumu są powiązane z następującymi albumami: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Sprawdzenie aktualizacji nie powiodło się z nieznanych powodów.';
$lang['Check for upgrade'] = 'Sprawdź aktualizacje';
$lang['Comments for all'] = 'Komentarze dla wszystkich';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Linki permanentne';
$lang['Permission denied'] = 'Dostęp zabroniony';
$lang['Permission granted thanks to a group'] = 'Uprawnienia przyznane dzięki grupie';
$lang['Permission granted'] = 'Dostęp przyznany';
-$lang['Picture informations updated'] = 'Zaktualizowano informację o obrazie';
+$lang['Photo informations updated'] = 'Zaktualizowano informację o obrazie';
$lang['Plugins'] = 'Wtyczki';
$lang['Position'] = 'Pozycja';
$lang['Preferences'] = 'Preferencje';
$lang['Properties'] = 'Właściwości';
-$lang['Random picture'] = 'Losowy obraz';
+$lang['Random photo'] = 'Losowy obraz';
$lang['Rate date'] = 'Oceny po dacie';
$lang['Rating by guests'] = 'Oceny przez gości';
$lang['Rating'] = 'Oceny';
@@ -206,7 +205,6 @@ $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['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';
@@ -349,12 +347,12 @@ $lang['Edit photo information'] = 'Edytuj informacje o obrazie';
$lang['Thumbnail creation'] = 'Tworzenie miniatur';
$lang['Database synchronization with files'] = 'Synchronizacja bazy danych z plikami';
$lang['all'] = 'wszystkie';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'obrazy bez miniatur (tylko pliki jpeg i png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'obrazy bez miniatur (tylko pliki jpeg i png)';
$lang['height must be a number superior to'] = 'wysokość musi być liczbą większą od';
$lang['width must be a number superior to'] = 'szerokość musi być liczbą większą od';
$lang['for the file format'] = 'dla typu pliku';
$lang['No missing thumbnail'] = 'Aktualnie nie ma brakujących miniatur';
-$lang['Picture unreachable or no support'] = 'Obraz niedostępny lub brak wsparcia';
+$lang['Photo unreachable or no support'] = 'Obraz niedostępny lub brak wsparcia';
$lang['GD version'] = 'Wersja GD';
$lang['Miniaturization parameters'] = 'Parametry tworzenia miniatur';
$lang['generated in'] = 'wygenerowane w';
@@ -363,7 +361,7 @@ $lang['General statistics'] = 'Ogólne statystyki';
$lang['max time'] = 'czas maksymalny';
$lang['average time'] = 'czas średni';
$lang['min time'] = 'czas minimalny';
-$lang['number of miniaturized pictures'] = 'liczba plików, dla których zostały dodane miniatury';
+$lang['number of miniaturized photos'] = 'liczba plików, dla których zostały dodane miniatury';
$lang['total time'] = 'czas sumaryczny';
$lang['for this file format'] = 'dla tego rodzaju plików';
$lang['unit mode'] = 'tryb jednostkowy';
@@ -389,7 +387,7 @@ $lang['missing thumbnail'] = 'brakujące miniatury';
$lang['albums deleted in the database'] = 'albumy usunięte z bazy danych';
$lang['photos deleted from the database'] = 'elementów usuniętych z bazy danych';
$lang['photos 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['photos 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['photos added in the database'] = 'elementów dodanych do bazy danych';
@@ -403,7 +401,7 @@ $lang['[Simulation]'] = '[Symulacja]';
$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['synchronize files metadata with database photos informations'] = 'synchronizuj metadane z informacjami o elementach z bazy danych';
$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 "."';
@@ -427,7 +425,6 @@ $lang['Year'] = 'Rok';
$lang['Month'] = 'Miesiąc';
$lang['Day'] = 'Dzień';
$lang['Pages seen'] = 'Oglądanych stron';
-$lang['Pictures'] = 'Obrazy';
$lang['Time'] = 'czas';
$lang['IP'] = 'IP';
$lang['Element'] = '';
diff --git a/language/pl_PL/common.lang.php b/language/pl_PL/common.lang.php
index 6c7c2b79f..e126fc662 100644
--- a/language/pl_PL/common.lang.php
+++ b/language/pl_PL/common.lang.php
@@ -292,18 +292,7 @@ $lang['A comment on your site'] = 'Komentarz do Twojej strony';
$lang['today'] = 'dzisiaj';
$lang['Update your rating'] = 'Aktualizuj Twoją ocenę';
$lang['wrong filename'] = 'zła nazwa pliku';
-$lang['the filesize of the picture must not exceed :'] = 'rozmiar zdjęcia nie może przekraczać : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'zdjęcia muszą być w formacie jpg, gif lub png';
-$lang['the height of the picture must not exceed :'] = 'wysokość zdjęcia nie może przekraczać : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcjonalne, ale zalecane : wybierz miniaturę do powiązania z ';
-$lang['the width of the picture must not exceed :'] = 'szerokość zdjęcia nie może przekraczać : ';
-$lang['can\'t upload the picture on the server'] = 'nie można wgrać zdjęcia na serwer';
$lang['the username must be given'] = 'nazwa użytkownika musi być podana';
-$lang['A picture\'s name already used'] = 'Nazwa zdjęcia już wykorzystana';
-$lang['You must choose a picture fileformat for the image'] = 'Musisz wybrać format pliku dla zdjęcia';
-$lang['Name of the picture'] = 'Nazwa zdjęcia';
-$lang['Upload a picture'] = 'Wgraj zdjęcie';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Zdjęcie wgrane pomyślnie. Zostanie zaakceptowane przez administratora tak szybko jak to możliwe';
$lang['useful when password forgotten'] = 'przydatne gdy zostanie zapomniane hasło';
$lang['Quick search'] = 'Szybkie wyszukiwanie';
$lang['Connected user: %s'] = 'Zalogowany użytkownik: %s';
@@ -317,8 +306,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Rejestracja %s';
$lang['Album: %s'] = 'Album: %s';
-$lang['Picture name: %s'] = 'Nazwa zdjęcia: %s';
-$lang['Creation date: %s'] = 'Data utworzenia: %s';
$lang['Picture uploaded by %s'] = 'Zdjęcie wgrane przez %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Zły status dla użytkownika "gość", używam domyślnego';
@@ -343,7 +330,6 @@ $lang['%d photo is also linked to current tags'] = '%d obraz jest także podpię
$lang['%d photos are also linked to current tags'] = '%d obrazów jest także podpiętych do aktualnych tagów';
$lang['display photos linked to this tag'] = 'Zobacz obrazy podpięte tylko do tego tagu';
$lang['photos posted during the last %d days'] = 'obrazy wgrane przez ostatnich %d dni';
-$lang['Choose an image'] = 'Wybierz obraz';
$lang['Piwigo Help'] = 'Piwigo Pomoc';
$lang['Rank'] = 'Ranking';
$lang['group by letters'] = 'grupuj literami';
diff --git a/language/pt_BR/admin.lang.php b/language/pt_BR/admin.lang.php
index c0a23eda0..cec782a3f 100644
--- a/language/pt_BR/admin.lang.php
+++ b/language/pt_BR/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Gerenciamento da cesta';
$lang['Caddie'] = 'Cesta';
$lang['Albums authorized thanks to group associations'] = 'Categorias autorizadas graças a associações de grupo';
$lang['Album manual order was saved'] = 'A ordem manual das categorias foi salva';
-$lang['Album elements associated to the following albums: %s'] = 'Itens da categoria associados às seguintes categorias: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'A checagem por atualização falhou por razões desconhecidas.';
$lang['Check for upgrade'] = 'Checar por atualização';
$lang['Comments for all'] = 'Comentários para todos';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Permissão negada';
$lang['Permission granted thanks to a group'] = 'Permissão garantida graças ao grupo';
$lang['Permission granted'] = 'Permissão garantida';
-$lang['Picture informations updated'] = 'Informações da imagem atualizada';
+$lang['Photo informations updated'] = 'Informações da imagem atualizada';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Posição';
$lang['Preferences'] = 'Preferências';
$lang['Properties'] = 'Propriedades';
-$lang['Random picture'] = 'Imagem randômica';
+$lang['Random photo'] = 'Imagem randômica';
$lang['Rate date'] = 'Data da votação';
$lang['Rating by guests'] = 'Votado(a) pelos visitantes';
$lang['Rating'] = 'Avaliação';
@@ -207,7 +206,6 @@ $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['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';
@@ -352,12 +350,12 @@ $lang['Edit photo information'] = 'Modificar informações sobre uma imagem';
$lang['Thumbnail creation'] = 'Criação de thumbnail (miniatura)';
$lang['Database synchronization with files'] = 'Sincronização da base de dados com os arquivos';
$lang['all'] = 'tudo';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
$lang['height must be a number superior to'] = 'altura deve ser um número superior a';
$lang['width must be a number superior to'] = 'largura deve ser um número superior a';
$lang['for the file format'] = 'para o formato de arquivo';
$lang['No missing thumbnail'] = 'Nenhuma miniatura faltando';
-$lang['Picture unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
+$lang['Photo unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
$lang['GD version'] = 'versão GD';
$lang['Miniaturization parameters'] = 'Parâmetros da miniaturização';
$lang['generated in'] = 'gerado em';
@@ -366,7 +364,7 @@ $lang['General statistics'] = 'Estatísticas gerais';
$lang['max time'] = 'tempo máximo';
$lang['average time'] = 'tempo médio';
$lang['min time'] = 'tempo mínimo';
-$lang['number of miniaturized pictures'] = 'número de imagens miniaturizadas';
+$lang['number of miniaturized photos'] = 'número de imagens miniaturizadas';
$lang['total time'] = 'tempo total';
$lang['for this file format'] = 'para este formato de arquivo';
$lang['unit mode'] = 'modo unitário';
@@ -392,7 +390,7 @@ $lang['missing thumbnail'] = 'está faltando thumbnail (miniatura)';
$lang['albums deleted in the database'] = 'categorias apagadas da base de dados';
$lang['photos deleted from the database'] = 'itens apagados da base de dados';
$lang['photos 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['photos 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['photos added in the database'] = 'itens adicionados à base de dados';
@@ -406,7 +404,7 @@ $lang['[Simulation]'] = '[Simulação]';
$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['synchronize files metadata with database photos informations'] = 'sincronizar o metadado dos arquivos com as informações dos itens da base de dados';
$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 "."';
@@ -430,7 +428,6 @@ $lang['Year'] = 'Ano';
$lang['Month'] = 'Mês';
$lang['Day'] = 'Dia';
$lang['Pages seen'] = 'Páginas vistas';
-$lang['Pictures'] = 'Imagens';
$lang['Time'] = 'Tempo';
$lang['IP'] = 'IP';
$lang['Element'] = 'Item';
diff --git a/language/pt_BR/common.lang.php b/language/pt_BR/common.lang.php
index a6fef83e5..121839215 100644
--- a/language/pt_BR/common.lang.php
+++ b/language/pt_BR/common.lang.php
@@ -291,19 +291,7 @@ $lang['A comment on your site'] = 'Um comentário no seu site';
$lang['today'] = 'hoje';
$lang['Update your rating'] = 'atualizar nota';
$lang['wrong filename'] = 'nome de diretório errado';
-$lang['the filesize of the picture must not exceed :'] = 'o tamanho da imagem não deve exceder: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'o formato de arquivo da imagem deve ser: jpg, png ou gif';
-$lang['the height of the picture must not exceed :'] = 'a altura da imagem não deve exceder: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, mas recomendado : escolha uma miniatura(thumbnail) para associar';
-$lang['the width of the picture must not exceed :'] = 'a largura da imagem não deve exceder: ';
-$lang['can\'t upload the picture on the server'] = 'Não é possível enviar a imagem para o servidor';
$lang['the username must be given'] = 'Entre com o nome de usuário';
-$lang['A picture\'s name already used'] = 'Já existe outra imagem com o mesmo nome.';
-$lang['You must choose a picture fileformat for the image'] = 'Você deve escolher um formato para a imagem';
-$lang['Name of the picture'] = 'Nome da imagem';
-$lang['Upload a picture'] = 'Adicionar uma imagem';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagem adicionada com succeso, um administrador deve avaliá-la em breve';
-$lang['Upload a picture'] = 'Enviar uma imagem';
$lang['useful when password forgotten'] = 'útil em caso de senha esquecida';
$lang['Quick search'] = 'Pesquisa Rápida';
$lang['Connected user: %s'] = 'Usuário conectado: %s';
@@ -317,8 +305,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Administração: %s';
$lang['Registration of %s'] = 'Registro de %s';
$lang['Album: %s'] = 'Categoria: %s';
-$lang['Picture name: %s'] = 'Nome da imagem: %s';
-$lang['Creation date: %s'] = 'Data de criação: %d';
$lang['Picture uploaded by %s'] = 'Imagem enviada por %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status ruim para o usuário "guest", será usado status padrão. Por favor, avise o administrador do site.';
@@ -343,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d imagem está também liga
$lang['%d photos are also linked to current tags'] = '%d imagens estão também ligadas às tags correntes';
$lang['display photos linked to this tag'] = 'Ver as imagens ligadas apenas a esta tag';
$lang['photos posted during the last %d days'] = 'imagens enviadas durante os últimos %d dias';
-$lang['Choose an image'] = 'Escolher uma imagem';
$lang['Piwigo Help'] = 'Piwigo Help';
$lang['Rank'] = 'Fila (Rank)';
$lang['group by letters'] = 'agrupar por letras';
diff --git a/language/pt_PT/admin.lang.php b/language/pt_PT/admin.lang.php
index e5c105e8a..c15db0b2c 100644
--- a/language/pt_PT/admin.lang.php
+++ b/language/pt_PT/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Gerenciamento do carrinho';
$lang['Caddie'] = 'Carrinho';
$lang['Albums authorized thanks to group associations'] = 'Categorias autorizadas graças a associações de grupo';
$lang['Album manual order was saved'] = 'A ordem manual das categorias foi salva';
-$lang['Album elements associated to the following albums: %s'] = 'Elementos da categoria associados às seguintes categorias: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'A procura de atualização falhou por razões desconhecidas.';
$lang['Check for upgrade'] = 'procurar por atualização';
$lang['Comments for all'] = 'Comentários para todos';
@@ -133,12 +132,12 @@ $lang['Permalinks'] = 'Permalinks';
$lang['Permission denied'] = 'Permissão negada';
$lang['Permission granted thanks to a group'] = 'Permissão garantida graças ao grupo';
$lang['Permission granted'] = 'Permissão garantida';
-$lang['Picture informations updated'] = 'Informações da imagem atualizada';
+$lang['Photo informations updated'] = 'Informações da imagem atualizada';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Posição';
$lang['Preferences'] = 'Preferências';
$lang['Properties'] = 'Propriedades';
-$lang['Random picture'] = 'Imagem randômica';
+$lang['Random photo'] = 'Imagem randômica';
$lang['Rate date'] = 'Data da votação';
$lang['Rating by guests'] = 'Votado(a) pelos visitantes';
$lang['Rating'] = 'Avaliação';
@@ -208,7 +207,6 @@ $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['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';
@@ -353,12 +351,12 @@ $lang['Edit photo information'] = 'Modificar informações sobre uma imagem';
$lang['Thumbnail creation'] = 'Criação de thumbnail (miniatura)';
$lang['Database synchronization with files'] = 'Sincronização da base de dados com os arquivos';
$lang['all'] = 'tudo';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
$lang['height must be a number superior to'] = 'altura deve ser um número superior a';
$lang['width must be a number superior to'] = 'largura deve ser um número superior a';
$lang['for the file format'] = 'para o formato de arquivo';
$lang['No missing thumbnail'] = 'Nenhuma miniatura faltando';
-$lang['Picture unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
+$lang['Photo unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
$lang['GD version'] = 'versão GD';
$lang['Miniaturization parameters'] = 'Parâmetros da miniaturização';
$lang['generated in'] = 'gerado em';
@@ -367,7 +365,7 @@ $lang['General statistics'] = 'Estatísticas gerais';
$lang['max time'] = 'tempo máximo';
$lang['average time'] = 'tempo médio';
$lang['min time'] = 'tempo mínimo';
-$lang['number of miniaturized pictures'] = 'número de imagens miniaturizadas';
+$lang['number of miniaturized photos'] = 'número de imagens miniaturizadas';
$lang['total time'] = 'tempo total';
$lang['for this file format'] = 'para este formato de arquivo';
$lang['unit mode'] = 'modo unitário';
@@ -393,7 +391,7 @@ $lang['missing thumbnail'] = 'falta thumbnail (miniatura)';
$lang['albums deleted in the database'] = 'categorias apagadas da base de dados';
$lang['photos deleted from the database'] = 'elementos apagados da base de dados';
$lang['photos 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['photos 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['photos added in the database'] = 'elementos adicionados à base de dados';
@@ -407,7 +405,7 @@ $lang['[Simulation]'] = '[Simulação]';
$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['synchronize files metadata with database photos informations'] = 'sincronizar o metadado dos arquivos com as informações dos elementos da base de dados';
$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 "."';
@@ -431,7 +429,6 @@ $lang['Year'] = 'Ano';
$lang['Month'] = 'Mês';
$lang['Day'] = 'Dia';
$lang['Pages seen'] = 'Páginas vistas';
-$lang['Pictures'] = 'Imagens';
$lang['Time'] = 'Tempo';
$lang['IP'] = 'IP';
$lang['Element'] = 'Elemento';
diff --git a/language/pt_PT/common.lang.php b/language/pt_PT/common.lang.php
index f6c7a5cce..3b9d3af2f 100644
--- a/language/pt_PT/common.lang.php
+++ b/language/pt_PT/common.lang.php
@@ -291,19 +291,7 @@ $lang['A comment on your site'] = 'Um comentário no seu site';
$lang['today'] = 'hoje';
$lang['Update your rating'] = 'atualizar nota';
$lang['wrong filename'] = 'nome de diretório errado';
-$lang['the filesize of the picture must not exceed :'] = 'o tamanho da imagem não deve exceder: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'o formato de arquivo da imagem deve ser: jpg, png ou gif';
-$lang['the height of the picture must not exceed :'] = 'a altura da imagem não deve exceder: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, mas recomendado : escolha uma miniatura(thumbnail) para associar';
-$lang['the width of the picture must not exceed :'] = 'a largura da imagem não deve exceder: ';
-$lang['can\'t upload the picture on the server'] = 'Não é possível enviar a imagem para o servidor';
$lang['the username must be given'] = 'Entre com o nome de usuário';
-$lang['A picture\'s name already used'] = 'Já existe outra imagem com o mesmo nome.';
-$lang['You must choose a picture fileformat for the image'] = 'Você deve escolher um formato para a imagem';
-$lang['Name of the picture'] = 'Nome da imagem';
-$lang['Upload a picture'] = 'Adicionar uma imagem';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagem adicionada com succeso, um administrador deve avaliá-la em breve';
-$lang['Upload a picture'] = 'Enviar uma imagem';
$lang['useful when password forgotten'] = 'útil em caso de palavra-passe esquecida';
$lang['Quick search'] = 'Pesquisa Rápida';
$lang['Connected user: %s'] = 'Usuário conectado: %s';
@@ -317,8 +305,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Administração: %s';
$lang['Registration of %s'] = 'Registro de %s';
$lang['Album: %s'] = 'Categoria: %s';
-$lang['Picture name: %s'] = 'Nome da imagem: %s';
-$lang['Creation date: %s'] = 'Data de criação: %d';
$lang['Picture uploaded by %s'] = 'Imagem enviada por %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status ruim para o usuário "guest", será usado status padrão. Por favor, avise o administrador do site.';
@@ -343,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d imagem está também liga
$lang['%d photos are also linked to current tags'] = '%d imagens estão também ligadas às tags correntes';
$lang['display photos linked to this tag'] = 'Ver as imagens ligadas apenas a esta tag';
$lang['photos posted during the last %d days'] = 'imagens enviadas durante os últimos %d dias';
-$lang['Choose an image'] = 'Escolher uma imagem';
$lang['Piwigo Help'] = 'Piwigo Help';
$lang['Rank'] = 'Fila (Rank)';
$lang['group by letters'] = 'agrupar por letras';
diff --git a/language/ro_RO/common.lang.php b/language/ro_RO/common.lang.php
index 54c14e57e..4acb27ade 100644
--- a/language/ro_RO/common.lang.php
+++ b/language/ro_RO/common.lang.php
@@ -283,18 +283,7 @@ $lang['A comment on your site'] = 'Un comentariu pe site-ul dvs.';
$lang['today'] = 'azi';
$lang['Update your rating'] = 'Actualizaţi evaluarea dvs.';
$lang['wrong filename'] = 'nume de fişier incorect';
-$lang['the filesize of the picture must not exceed :'] = 'imaginea nu trebuie să depăşească : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'formatul imagini trebuie să fie JPG, PNG sau GIF';
-$lang['the height of the picture must not exceed :'] = 'înălţimea imaginii nu trebuie să depăşească : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opţional, dar recomandat: alege o miniatură pentru a o asocia ';
-$lang['the width of the picture must not exceed :'] = 'lăţimea imaginii nu trebuie să depăşească : ';
-$lang['can\'t upload the picture on the server'] = 'imposibil de a transfera imaginea pe server';
$lang['the username must be given'] = 'numele utilizatorului trebuie să fie specificat';
-$lang['A picture\'s name already used'] = 'acest fişier există deja';
-$lang['You must choose a picture fileformat for the image'] = 'Formatul de fişier trebuie să fie un format pentru imagini';
-$lang['Name of the picture'] = 'Numele imaginii';
-$lang['Upload a picture'] = 'Adaugă o imagine';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagină adăugată cu succes, un administrator o va valida cât mai curând posibil';
$lang['useful when password forgotten'] = 'utilă în cazul în care uitaţi parola';
$lang['Quick search'] = 'Căutare rapidă';
$lang['Connected user: %s'] = 'Utilizator conectat : %s';
@@ -308,8 +297,6 @@ $lang['Email: %s'] = 'E-mail : %s';
$lang['Admin: %s'] = 'Administraţie : %s';
$lang['Registration of %s'] = 'Înregistrare de %s';
$lang['Album: %s'] = 'Categorie : %s';
-$lang['Picture name: %s'] = 'Numele imaginii : %s';
-$lang['Creation date: %s'] = 'Data creării : %d';
$lang['Picture uploaded by %s'] = 'Imagine adăugată de %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Statutul utilizatorului "invitat" este eronat, se vor folosi parametrii impliciţi. Va rugăm sa informaţi webmasterul.';
$lang['Administrator, webmaster and special user cannot use this method'] = 'Administratorul, webmasterul şi utilizatorul special nu pot folosi aceasta metodă';
@@ -332,7 +319,6 @@ $lang['%d photo is also linked to current tags'] = '%d Imaginea este de asemenea
$lang['%d photos are also linked to current tags'] = '%d Imaginile sunt de asemenea legate de etichetele actuale';
$lang['display photos linked to this tag'] = 'Vezi numai imagini legate de această etichetă';
$lang['photos posted during the last %d days'] = 'Imagini adăugate în ultimele %d zile';
-$lang['Choose an image'] = 'Alegeţi o imagine de adăugat';
$lang['Piwigo Help'] = 'Ajutor pentru Piwigo';
$lang['Rank'] = 'Rang';
$lang['group by letters'] = 'regrupează pe litere';
diff --git a/language/ru_RU/admin.lang.php b/language/ru_RU/admin.lang.php
index 1f7f8ad81..490cdd115 100644
--- a/language/ru_RU/admin.lang.php
+++ b/language/ru_RU/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Управление корзиной';
$lang['Caddie'] = 'Корзина';
$lang['Albums authorized thanks to group associations'] = 'Альбомы разрешены благодаря группе ассоциаций';
$lang['Album manual order was saved'] = 'Ручной порядок альбомов был сохранен';
-$lang['Album elements associated to the following albums: %s'] = 'Альбом фотографий ассоциирован со следующими альбомами: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Проверка обновлений не удалась по неизвестным причинам.';
$lang['Check for upgrade'] = 'Проверить обновления';
$lang['Comments for all'] = 'Комментарии для всех';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Постоянные ссылки';
$lang['Permission denied'] = 'Доступ запрещен';
$lang['Permission granted thanks to a group'] = 'Доступ для группы разрешен';
$lang['Permission granted'] = 'Доступ разрешен';
-$lang['Picture informations updated'] = 'Информация об изображении обновлена';
+$lang['Photo informations updated'] = 'Информация об изображении обновлена';
$lang['Plugins'] = 'Плагины';
$lang['Position'] = 'Номер';
$lang['Preferences'] = 'Настройки';
$lang['Properties'] = 'Свойства';
-$lang['Random picture'] = 'Случайное изображение';
+$lang['Random photo'] = 'Случайное изображение';
$lang['Rate date'] = 'Rate date';
$lang['Rating by guests'] = 'Оценки от гостей';
$lang['Rating'] = 'Оценки';
@@ -205,7 +204,6 @@ $lang['dissociate from group'] = 'отвязать от группы';
$lang['edit album permissions'] = 'редактировать разрешения альбома';
$lang['Album updated successfully'] = 'Информация об альбоме успешно добавлена.';
$lang['photos per page'] = 'миниатюр на странице';
-$lang['elements'] = 'элементы';
$lang['High definition enabled'] = 'Доступно высокое разрешение';
$lang['File'] = 'файл';
$lang['Filesize'] = 'размер файла';
@@ -349,12 +347,12 @@ $lang['Edit photo information'] = 'Изменить информацию об и
$lang['Thumbnail creation'] = 'Создание миниатюр';
$lang['Database synchronization with files'] = 'Синхронизация базы данных с файлами';
$lang['all'] = 'все';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'изображения без миниатюр (только jpeg и png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'изображения без миниатюр (только jpeg и png)';
$lang['height must be a number superior to'] = 'высота должна быть числом больше';
$lang['width must be a number superior to'] = 'ширина должна быть числом больше';
$lang['for the file format'] = 'для файла формата';
$lang['No missing thumbnail'] = 'Миниатюры есть у всех изображений';
-$lang['Picture unreachable or no support'] = 'Изображение недоступно или не поддерживается';
+$lang['Photo unreachable or no support'] = 'Изображение недоступно или не поддерживается';
$lang['GD version'] = 'версия GD';
$lang['Miniaturization parameters'] = 'Параметры миниатюризации';
$lang['generated in'] = 'создано за';
@@ -363,7 +361,7 @@ $lang['General statistics'] = 'Общая статистика';
$lang['max time'] = 'максимальное время';
$lang['average time'] = 'среднее время';
$lang['min time'] = 'минимальное время';
-$lang['number of miniaturized pictures'] = 'количество уменьшенных изображений';
+$lang['number of miniaturized photos'] = 'количество уменьшенных изображений';
$lang['total time'] = 'общее время';
$lang['for this file format'] = 'для этого формата файла';
$lang['unit mode'] = 'одиночный режим';
@@ -389,7 +387,7 @@ $lang['missing thumbnail'] = 'отсутствуют миниатюры';
$lang['albums deleted in the database'] = 'альбомы удалены из базы данных';
$lang['photos deleted from the database'] = 'элементов удалено из базы данных';
$lang['photos candidates for metadata synchronization'] = 'изображений для синхронизации метаданных';
-$lang['elements informations synchronized with files metadata'] = 'информация об элементах синхронизирована с метаданными файлов';
+$lang['photos informations synchronized with files metadata'] = 'информация об элементах синхронизирована с метаданными файлов';
$lang['errors during synchronization'] = 'ошибок синхронизации';
$lang['albums added in the database'] = 'альбомы добавлены в базу данных';
$lang['photos added in the database'] = 'элементов добавлено в базу данных';
@@ -403,7 +401,7 @@ $lang['[Simulation]'] = '[Тест]';
$lang['directories + files'] = 'папки и файлы';
$lang['only directories'] = 'только папки';
$lang['synchronize files structure with database'] = 'синхронизировать файловую структуру с базой данных';
-$lang['synchronize files metadata with database elements informations'] = 'синхронизировать метаданные файлов с информацией в базе данных';
+$lang['synchronize files metadata with database photos informations'] = 'синхронизировать метаданные файлов с информацией в базе данных';
$lang['even already synchronized photos'] = 'все, включая синхронизированные ранее';
$lang['Used metadata'] = 'Используемые метаданные';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Название папки и файла должно состоять из букв, цифр, "-", "_" и "."';
@@ -427,7 +425,6 @@ $lang['Year'] = 'Год';
$lang['Month'] = 'Месяц';
$lang['Day'] = 'День';
$lang['Pages seen'] = 'Страниц просмотрено';
-$lang['Pictures'] = 'Фотографии';
$lang['Time'] = 'время';
$lang['IP'] = 'IP';
$lang['Element'] = '';
diff --git a/language/ru_RU/common.lang.php b/language/ru_RU/common.lang.php
index d6a82516f..a862b6c0a 100644
--- a/language/ru_RU/common.lang.php
+++ b/language/ru_RU/common.lang.php
@@ -292,18 +292,7 @@ $lang['A comment on your site'] = 'Комментарий с вашего сай
$lang['today'] = 'сегодня';
$lang['Update your rating'] = 'Обновить оценку';
$lang['wrong filename'] = 'неверное имя файла';
-$lang['the filesize of the picture must not exceed :'] = 'размер файла не должен превышать: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'фотография должна быть в формате jpg, gif или png';
-$lang['the height of the picture must not exceed :'] = 'высота фотографии не должна превышать: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Рекомендуется определить миниатюры для ';
-$lang['the width of the picture must not exceed :'] = 'ширина фотографии не должна превышать: ';
-$lang['can\'t upload the picture on the server'] = 'невозможно загрузить фотографию на сервер';
$lang['the username must be given'] = 'должно присутствовать имя пользователя';
-$lang['A picture\'s name already used'] = 'Такое наименование фотографии уже есть';
-$lang['You must choose a picture fileformat for the image'] = 'Вы должны выбрать формат файла для изображения';
-$lang['Name of the picture'] = 'Название фотографии';
-$lang['Upload a picture'] = 'Загрузка фотографии';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Фотография успешно загружена, администратор утвердит это как можно скорее';
$lang['useful when password forgotten'] = 'для восстановления потерянного пароля';
$lang['Quick search'] = 'Быстрый поиск';
$lang['Connected user: %s'] = 'Подключены пользователи: %s';
@@ -317,8 +306,6 @@ $lang['Email: %s'] = 'адрес: %s';
$lang['Admin: %s'] = 'Администратор: %s';
$lang['Registration of %s'] = 'Регистрация %s';
$lang['Album: %s'] = 'Альбом: %s';
-$lang['Picture name: %s'] = 'Название: %s';
-$lang['Creation date: %s'] = 'Дата съемки: %s';
$lang['Picture uploaded by %s'] = 'Фотография загружена %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Неверный статус пользователя "гость", используйте статус по умолчанию. Пожалуйста сообщите вебмастеру.';
@@ -343,7 +330,6 @@ $lang['%d photo is also linked to current tags'] = '%d фотография та
$lang['%d photos are also linked to current tags'] = '%d фотографий также связаны с этими словами';
$lang['display photos linked to this tag'] = 'Показать фотографии, связанные только с этим словом';
$lang['photos posted during the last %d days'] = 'фотографии опубликованные за последние %d дней';
-$lang['Choose an image'] = 'Выберите фотографию';
$lang['Piwigo Help'] = 'Помощь';
$lang['Rank'] = 'Ряд';
$lang['group by letters'] = 'сгруппировать по буквам';
diff --git a/language/sh_RS/admin.lang.php b/language/sh_RS/admin.lang.php
index bf56e0d15..74886844e 100644
--- a/language/sh_RS/admin.lang.php
+++ b/language/sh_RS/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Kontrola fioke';
$lang['Caddie'] = 'Fioka';
$lang['Albums authorized thanks to group associations'] = 'Kategorije overene zahvaljujući grupnoj vezi';
$lang['Album manual order was saved'] = 'Redosled kategorija je sačuvan';
-$lang['Album elements associated to the following albums: %s'] = 'Elementi kategorije povezane su sa sledećim kategorijama: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Provera nadogradnje neuspešna iz nepoznatog razloga.';
$lang['Check for upgrade'] = 'Provera nadogradnje';
$lang['Comments for all'] = 'Komentari za sve';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Stalne veze';
$lang['Permission denied'] = 'Dozvola uskraćena';
$lang['Permission granted thanks to a group'] = 'Dozvola odobrena zahvaljujući grupi';
$lang['Permission granted'] = 'Dozvola odobrena';
-$lang['Picture informations updated'] = 'Podaci o slikama obnovljeni';
+$lang['Photo informations updated'] = 'Podaci o slikama obnovljeni';
$lang['Plugins'] = 'Dodaci';
$lang['Position'] = 'Položaj';
$lang['Preferences'] = 'Podešavanja';
$lang['Properties'] = 'Karakteristike';
-$lang['Random picture'] = 'Slika slučajnog izbora';
+$lang['Random photo'] = 'Slika slučajnog izbora';
$lang['Rate date'] = 'Datum ocene';
$lang['Rating by guests'] = 'Ocene gostiju';
$lang['Rating'] = 'Ocenjivanje';
@@ -207,7 +206,6 @@ $lang['dissociate from group'] = 'odvoji od grupe';
$lang['edit album permissions'] = 'uredi dozvole kategorije';
$lang['Album updated successfully'] = 'Podaci kategorije uspešno obnovljeni.';
$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';
@@ -351,12 +349,12 @@ $lang['Edit photo information'] = 'Promena podataka o slici';
$lang['Thumbnail creation'] = 'Izrada poveznih sličica';
$lang['Database synchronization with files'] = 'Sinhronizacija baze podataka sa datotekama';
$lang['all'] = 'sve';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
$lang['height must be a number superior to'] = 'visina mora biti broj veći od ';
$lang['width must be a number superior to'] = 'širina mora biti broj veći od';
$lang['for the file format'] = 'za datotečni oblik';
$lang['No missing thumbnail'] = 'Nema nedostajućih poveznih sličica';
-$lang['Picture unreachable or no support'] = 'Slika nedostupna ili bez podrške';
+$lang['Photo unreachable or no support'] = 'Slika nedostupna ili bez podrške';
$lang['GD version'] = 'GD verzija';
$lang['Miniaturization parameters'] = 'Parametri umanjivanja';
$lang['generated in'] = 'izrađena u';
@@ -365,7 +363,7 @@ $lang['General statistics'] = 'Glavna statistika';
$lang['max time'] = 'najduže vreme';
$lang['average time'] = 'prosečno vreme';
$lang['min time'] = 'najkraće vreme';
-$lang['number of miniaturized pictures'] = 'broj umanjenih slika';
+$lang['number of miniaturized photos'] = 'broj umanjenih slika';
$lang['total time'] = 'ukupno vreme';
$lang['for this file format'] = 'za ovu vrstu datoteke';
$lang['unit mode'] = 'pojedinačni način';
@@ -391,7 +389,7 @@ $lang['missing thumbnail'] = 'nedostajuće povezne sličice';
$lang['albums deleted in the database'] = 'kategorije izbrisane iz baze podataka';
$lang['photos deleted from the database'] = 'elementi izbrisani iz baze podataka';
$lang['photos 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['photos 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['photos added in the database'] = 'elemenata dodato u bazu podataka';
@@ -405,7 +403,7 @@ $lang['[Simulation]'] = '[Simulacija]';
$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['synchronize files metadata with database photos informations'] = 'uskladi meta podatke datoteke sa podacima o elementu iz baze podataka';
$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 "."';
@@ -429,7 +427,6 @@ $lang['Year'] = 'Godina';
$lang['Month'] = 'Mesec';
$lang['Day'] = 'Dan';
$lang['Pages seen'] = 'Stranica viđeno';
-$lang['Pictures'] = 'Slika';
$lang['Time'] = 'Vreme';
$lang['IP'] = 'IP';
$lang['Element'] = 'Element';
diff --git a/language/sh_RS/common.lang.php b/language/sh_RS/common.lang.php
index d1c335d91..9d6538061 100644
--- a/language/sh_RS/common.lang.php
+++ b/language/sh_RS/common.lang.php
@@ -291,19 +291,7 @@ $lang['A comment on your site'] = 'Komentar na Vašem web mestu';
$lang['today'] = 'danas';
$lang['Update your rating'] = 'Obnovite svoju ocenu';
$lang['wrong filename'] = 'pogrešan naziv datoteke';
-$lang['the filesize of the picture must not exceed :'] = 'veličina slike ne sme preći : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'slika mora biti u jpg, gif ili png formatu';
-$lang['the height of the picture must not exceed :'] = 'visina slike ne smije preći : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Po izboru, ali preporučljivo : odaberite sličicu za vezu na ';
-$lang['the width of the picture must not exceed :'] = 'Širina slike ne sme preći : ';
-$lang['can\'t upload the picture on the server'] = 'ne mogu prebaciti sliku na server';
$lang['the username must be given'] = 'mora se upisati korisničko ime';
-$lang['A picture\'s name already used'] = 'Naziv slike već postoji';
-$lang['You must choose a picture fileformat for the image'] = 'Morate odabrati oblik zapisa za sliku';
-$lang['Name of the picture'] = 'Naziv slike';
-$lang['Upload a picture'] = 'Prebaci sliku';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Slika uspešno prebačena, administrator će overiti slanje uskoro';
-$lang['Upload a picture'] = 'Slanje slika';
$lang['useful when password forgotten'] = 'korisno kada se zaboravi lozinka';
$lang['Quick search'] = 'Brzo pretraživanje';
$lang['Connected user: %s'] = 'Povezani korisnik: %s';
@@ -317,8 +305,6 @@ $lang['Email: %s'] = 'E-mail: %s';
$lang['Admin: %s'] = 'Administrator: %s';
$lang['Registration of %s'] = 'Prijava od %s';
$lang['Album: %s'] = 'Kategorija: %s';
-$lang['Picture name: %s'] = 'Naziv slike: %s';
-$lang['Creation date: %s'] = 'Datum izrade: %s';
$lang['Picture uploaded by %s'] = 'Sliku prebacio %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Loš status za korisnika "guest", koristi se podrazumevani status. Molimo obavestite webmaster-a.';
@@ -343,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d slika takođe povezana sa
$lang['%d photos are also linked to current tags'] = '%d slike takođe povezana sa trenutnim tagovima';
$lang['display photos linked to this tag'] = 'Pregledaj slike povezane samo sa ovim tag-om';
$lang['photos posted during the last %d days'] = 'slike objavljene tokom zadnjih %d dana';
-$lang['Choose an image'] = 'Odaberite sliku';
$lang['Piwigo Help'] = 'Piwigo Pomoć';
$lang['Rank'] = 'Redosled';
$lang['group by letters'] = 'složeno po slovima';
diff --git a/language/sk_SK/admin.lang.php b/language/sk_SK/admin.lang.php
index dbeb211d7..47825b765 100644
--- a/language/sk_SK/admin.lang.php
+++ b/language/sk_SK/admin.lang.php
@@ -62,7 +62,6 @@ $lang['Caddie management'] = 'Správa košíku';
$lang['Caddie'] = 'Košík';
$lang['Albums authorized thanks to group associations'] = 'Albumy schválené vďaka skupinovým spojeniam';
$lang['Album manual order was saved'] = 'Manuálne radenie albumov bolo schválené';
-$lang['Album elements associated to the following albums: %s'] = 'Položky albumov naviazané do nasledujúcich albumov: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Zistenie možnosti aktualizácie sa nepodarilo';
$lang['Check for upgrade'] = 'Zistiť možnosť aktualizácie';
$lang['Comments for all'] = 'Komentáre pre všetkých';
@@ -133,12 +132,12 @@ $lang['Permalinks'] = 'Permanentné spojenie';
$lang['Permission denied'] = 'Prístup zamietnutý';
$lang['Permission granted thanks to a group'] = 'Prístup povolený vďaka skupine';
$lang['Permission granted'] = 'Prístup povolený';
-$lang['Picture informations updated'] = 'Informácie o fotografii aktualizované';
+$lang['Photo informations updated'] = 'Informácie o fotografii aktualizované';
$lang['Plugins'] = 'Doplnky';
$lang['Position'] = 'Pozícia';
$lang['Preferences'] = 'Nastavenia';
$lang['Properties'] = 'Vlastnosti';
-$lang['Random picture'] = 'Náhodná fotografia';
+$lang['Random photo'] = 'Náhodná fotografia';
$lang['Rate date'] = 'Dátum hodnotenia';
$lang['Rating by guests'] = 'Hodnotenie hosťami';
$lang['Rating'] = 'Hodnotenie';
@@ -208,7 +207,6 @@ $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['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';
@@ -351,12 +349,12 @@ $lang['Edit photo information'] = 'Upraviť informácie o fotografii';
$lang['Thumbnail creation'] = 'Vytvoriť náhľad';
$lang['Database synchronization with files'] = 'Synchronizácia databázy so súbormi';
$lang['all'] = 'všetko';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'fotografie bez náhľadu (len jpeg alebo png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'fotografie bez náhľadu (len jpeg alebo png)';
$lang['height must be a number superior to'] = 'výška musí byť väčšia ako';
$lang['width must be a number superior to'] = 'šírka musí byť väčšia ako';
$lang['for the file format'] = 'pre formát súboru';
$lang['No missing thumbnail'] = 'Nechýba žiaden náhľad';
-$lang['Picture unreachable or no support'] = 'Fotografia nie je dostupná alebo podporovaná';
+$lang['Photo unreachable or no support'] = 'Fotografia nie je dostupná alebo podporovaná';
$lang['GD version'] = 'Verzia GD knihovne';
$lang['Miniaturization parameters'] = 'Parametre miniaturizácie';
$lang['generated in'] = 'generované behom';
@@ -365,7 +363,7 @@ $lang['General statistics'] = 'Celková štatistika';
$lang['max time'] = 'najdlhší čas';
$lang['average time'] = 'priemerný čas';
$lang['min time'] = 'najkratší čas';
-$lang['number of miniaturized pictures'] = 'počet miniaturizovaných fotografií';
+$lang['number of miniaturized photos'] = 'počet miniaturizovaných fotografií';
$lang['total time'] = 'celkový čas';
$lang['for this file format'] = 'pre tento formát súboru';
$lang['unit mode'] = 'jednotlivo';
@@ -391,7 +389,7 @@ $lang['missing thumbnail'] = 'žiadny náhľad';
$lang['albums deleted in the database'] = 'albumy odstránené z databázy';
$lang['photos deleted from the database'] = 'položky odstránené z databázy';
$lang['photos candidates for metadata synchronization'] = 'fotografie pre synchronizáciu metadat';
-$lang['elements informations synchronized with files metadata'] = 'informácie synchronizované z metadat súborov';
+$lang['photos 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['photos added in the database'] = 'položky pridané do databázy';
@@ -404,7 +402,7 @@ $lang['[Simulation]'] = '[Simulácia]';
$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['synchronize files metadata with database photos informations'] = 'synchronizovať metadata súborov s databázou';
$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 "."';
@@ -428,7 +426,6 @@ $lang['Year'] = 'Rok';
$lang['Month'] = 'Mesiac';
$lang['Day'] = 'Deň';
$lang['Pages seen'] = 'Prezretých stránok';
-$lang['Pictures'] = 'Fotografie';
$lang['Time'] = 'čas';
$lang['IP'] = 'IP';
$lang['Element'] = 'Fotografie';
diff --git a/language/sk_SK/common.lang.php b/language/sk_SK/common.lang.php
index ee51917a2..5f41d3ec1 100644
--- a/language/sk_SK/common.lang.php
+++ b/language/sk_SK/common.lang.php
@@ -296,18 +296,7 @@ $lang['A comment on your site'] = 'Komentár v Vašim stránkam';
$lang['today'] = 'dnes';
$lang['Update your rating'] = 'Aktualizovať hodnotenie';
$lang['wrong filename'] = 'chybný názov súboru';
-$lang['the filesize of the picture must not exceed :'] = 'veľkosť fotografie na disku nesmie byť väčšia ako: ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'fotografia musí byť vo formáte jpg, gif alebo png';
-$lang['the height of the picture must not exceed :'] = 'výška fotografie nesmie byť väčšia ako: ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Voliteľné (odporučené): priradiť náhľad k ';
-$lang['the width of the picture must not exceed :'] = 'šírka fotografie nesmie byť väčšia ako: ';
-$lang['can\'t upload the picture on the server'] = 'nie je možné nahrať fotografiu na server';
$lang['the username must be given'] = 'je nutné zadať používateľské meno';
-$lang['A picture\'s name already used'] = 'Fotografia s týmto názvom už existuje';
-$lang['You must choose a picture fileformat for the image'] = 'Je nutné zvoliť typ súboru fotografie';
-$lang['Name of the picture'] = 'Názov fotografie';
-$lang['Upload a picture'] = 'Nahrať fotografiu';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Fotografia bola úspešne pridaná, zobrazí sa po schválení administrátorom';
$lang['useful when password forgotten'] = 'užitočné pri zabudnutí hesla';
$lang['Quick search'] = 'Rýchle hľadanie';
$lang['Connected user: %s'] = 'Pripojený používateľ: %s';
@@ -321,8 +310,6 @@ $lang['Email: %s'] = 'E-mail: %s';
$lang['Admin: %s'] = 'Administrátor: %s';
$lang['Registration of %s'] = 'Registrácia %s';
$lang['Album: %s'] = 'Album: %s';
-$lang['Picture name: %s'] = '*Názov fotografie: %s';
-$lang['Creation date: %s'] = 'Dátum vytvorenia: %s';
$lang['Picture uploaded by %s'] = 'Fotografia nahraná %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Zlý stav pre používateľa "hosť", bude použitý východzí stav. Prosím informujte webmastra.';
$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrátor, webmaster a špeciálny používateľ nemôžu použiť túto metódu.';
@@ -345,7 +332,6 @@ $lang['%d photo is also linked to current tags'] = '%d fotografia je tiež spoje
$lang['%d photos are also linked to current tags'] = '%d fotografií je tiež spojených s aktuálnymi kľúčovými slovami';
$lang['display photos linked to this tag'] = 'Ukázať len fotografie spojené s aktuálnym kľúčovým slovom';
$lang['photos posted during the last %d days'] = 'fotografie vložené za posledních %d dní';
-$lang['Choose an image'] = 'Vybrať fotografiu';
$lang['Piwigo Help'] = 'Nápoveda Piwigo';
$lang['Rank'] = 'Hodnotiť';
$lang['group by letters'] = 'zoskupiť podľa písmen';
diff --git a/language/sl_SL/common.lang.php b/language/sl_SL/common.lang.php
index 1629cc9b5..3db70f139 100644
--- a/language/sl_SL/common.lang.php
+++ b/language/sl_SL/common.lang.php
@@ -270,18 +270,7 @@ $lang['A comment on your site'] = 'Komentar na vaši strani';
$lang['today'] = 'danes';
$lang['Update your rating'] = 'Popravi svojo oceno';
$lang['wrong filename'] = 'napačno ime datoteke';
-$lang['the filesize of the picture must not exceed :'] = 'velikost slike ne sme preseči :';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'format slike mora biti jpg, gif ali png';
-$lang['the height of the picture must not exceed :'] = 'višina slike ne sme preseči :';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcijsko,toda priporočeno : izberite sličico za predogled';
-$lang['the width of the picture must not exceed :'] = 'dolžina slike ne sme preseči :';
-$lang['can\'t upload the picture on the server'] = 'slike ni možno naložiti na strežnik';
$lang['the username must be given'] = 'potrebno je uporabniško ime';
-$lang['A picture\'s name already used'] = 'ime slike je že uporabljeno';
-$lang['You must choose a picture fileformat for the image'] = 'Potrebno je izbrati format slike';
-$lang['Name of the picture'] = 'Ime slike';
-$lang['Upload a picture'] = 'Naloži sliko';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Slika je bila uspešno naložena. Administrator jo bo preveril v čim krajšem času.';
$lang['useful when password forgotten'] = 'uporabno, v primeru izgubljenega gesla';
$lang['Quick search'] = 'Hitro iskanje';
$lang['Connected user: %s'] = 'Prijavljeni uporabniki: %s';
@@ -295,8 +284,6 @@ $lang['Email: %s'] = 'Email: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Prijavljenih %s';
$lang['Album: %s'] = 'Kategorija: %s';
-$lang['Picture name: %s'] = 'Ime slike: %s';
-$lang['Creation date: %s'] = 'Datum nastanka: %s';
$lang['Picture uploaded by %s'] = 'Sliko naložil %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Nepravilen status uporabnika "guest", uporabljen bo privzeti status. Prosim obvestite skrbnika.';
$lang['Administrator, webmaster and special user cannot use this method'] = 'Administrator, skrbnik in posebni uporabnik ne morejo uporabljati te metode';
@@ -338,7 +325,6 @@ $lang['%d photo is also linked to current tags'] = '%d photo is also linked to c
$lang['%d photos are also linked to current tags'] = '%d photos are also linked to current tags';
$lang['display photos linked to this tag'] = 'Pokaži slike vezane na samo to označbo ';
$lang['photos posted during the last %d days'] = 'slike naložene zadnjih %d dni';
-$lang['Choose an image'] = 'Izberi sliko';
$lang['Piwigo Help'] = 'Piwigo pomoč';
$lang['Rank'] = 'Rank';
$lang['group by letters'] = 'grupiraj po črkah';
diff --git a/language/sr_RS/admin.lang.php b/language/sr_RS/admin.lang.php
index 024d32f22..9feabf3e2 100644
--- a/language/sr_RS/admin.lang.php
+++ b/language/sr_RS/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Контрола фиоке';
$lang['Caddie'] = 'Фиока';
$lang['Albums authorized thanks to group associations'] = 'Категорије оверене захваљујући групној вези';
$lang['Album manual order was saved'] = 'Редослед категорија је сачуван';
-$lang['Album elements associated to the following albums: %s'] = 'Елементи категорије повезане су са следећим категоријама: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Провера надоградње неуспешна из непознатог разлога.';
$lang['Check for upgrade'] = 'Провера надоградње';
$lang['Comments for all'] = 'Коментари за све';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Сталне везе';
$lang['Permission denied'] = 'Дозвола ускраћена';
$lang['Permission granted thanks to a group'] = 'Дозвола одобрена захваљујући групи';
$lang['Permission granted'] = 'Дозвола одобрена';
-$lang['Picture informations updated'] = 'Подаци о сликама обновљени';
+$lang['Photo informations updated'] = 'Подаци о сликама обновљени';
$lang['Plugins'] = 'Додаци';
$lang['Position'] = 'Положај';
$lang['Preferences'] = 'Подешавања';
$lang['Properties'] = 'Карактеристике';
-$lang['Random picture'] = 'Слика случајног избора';
+$lang['Random photo'] = 'Слика случајног избора';
$lang['Rate date'] = 'Датум оцене';
$lang['Rating by guests'] = 'Оцене гостију';
$lang['Rating'] = 'Оцењивање';
@@ -207,7 +206,6 @@ $lang['dissociate from group'] = 'одвоји од групе';
$lang['edit album permissions'] = 'уреди дозволе категорије';
$lang['Album updated successfully'] = 'Подаци категорије успешно обновљени.';
$lang['photos per page'] = 'елемената по страници';
-$lang['elements'] = 'елементи';
$lang['High definition enabled'] = 'Висока резолуција омогућена';
$lang['File'] = 'Датотека';
$lang['Filesize'] = 'Величина датотеке';
@@ -351,12 +349,12 @@ $lang['Edit photo information'] = 'Промена података о слици
$lang['Thumbnail creation'] = 'Израда повезних сличица';
$lang['Database synchronization with files'] = 'Синхронизација базе података са датотекама';
$lang['all'] = 'све';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'слике без повезних сличица (само jpeg и png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'слике без повезних сличица (само jpeg и png)';
$lang['height must be a number superior to'] = 'висина мора бити број већи од ';
$lang['width must be a number superior to'] = 'ширина мора бити број већи од';
$lang['for the file format'] = 'за датотечни облик';
$lang['No missing thumbnail'] = 'Нема недостајућих повезних сличица';
-$lang['Picture unreachable or no support'] = 'Слика недоступна или без подршке';
+$lang['Photo unreachable or no support'] = 'Слика недоступна или без подршке';
$lang['GD version'] = 'ГД верзија';
$lang['Miniaturization parameters'] = 'Параметри умањивања';
$lang['generated in'] = 'израђена у';
@@ -365,7 +363,7 @@ $lang['General statistics'] = 'Главна статистика';
$lang['max time'] = 'најдуже време';
$lang['average time'] = 'просечно време';
$lang['min time'] = 'најкраће време';
-$lang['number of miniaturized pictures'] = 'број умањених слика';
+$lang['number of miniaturized photos'] = 'број умањених слика';
$lang['total time'] = 'укупно време';
$lang['for this file format'] = 'за ову врсту датотеке';
$lang['unit mode'] = 'појединачни начин';
@@ -391,7 +389,7 @@ $lang['missing thumbnail'] = 'недостајуће повезне сличиц
$lang['albums deleted in the database'] = 'категорије избрисане из базе података';
$lang['photos deleted from the database'] = 'елементи избрисани из базе података';
$lang['photos candidates for metadata synchronization'] = 'слика кандидата за синхронизацију мета података';
-$lang['elements informations synchronized with files metadata'] = 'података елемената синхронизовано са мета подацима датотеке';
+$lang['photos informations synchronized with files metadata'] = 'података елемената синхронизовано са мета подацима датотеке';
$lang['errors during synchronization'] = 'грешака током синхронизације';
$lang['albums added in the database'] = 'категорија додато у базу података';
$lang['photos added in the database'] = 'елемената додато у базу података';
@@ -405,7 +403,7 @@ $lang['[Simulation]'] = '[Симулација]';
$lang['directories + files'] = 'директоријуме + датотеке';
$lang['only directories'] = 'само директоријуме';
$lang['synchronize files structure with database'] = 'усклади структуру датотеке са базом података';
-$lang['synchronize files metadata with database elements informations'] = 'усклади мета податке датотеке са подацима о елементу из базе података';
+$lang['synchronize files metadata with database photos informations'] = 'усклади мета податке датотеке са подацима о елементу из базе података';
$lang['even already synchronized photos'] = 'чак и већ усклађене елементе';
$lang['Used metadata'] = 'Коришћени мета подаци';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = 'Називи директоријума и датотека морају бити састављени од слова, бројва, "-", "_" ili "."';
@@ -429,7 +427,6 @@ $lang['Year'] = 'Година';
$lang['Month'] = 'Месец';
$lang['Day'] = 'Дан';
$lang['Pages seen'] = 'Страница виђенa';
-$lang['Pictures'] = 'Сликe';
$lang['Time'] = 'Време';
$lang['IP'] = 'IP';
$lang['Element'] = 'Елемент';
diff --git a/language/sr_RS/common.lang.php b/language/sr_RS/common.lang.php
index 706d31823..72ce15ebe 100644
--- a/language/sr_RS/common.lang.php
+++ b/language/sr_RS/common.lang.php
@@ -291,19 +291,7 @@ $lang['A comment on your site'] = 'Коментар на Вашој интерн
$lang['today'] = 'данас';
$lang['Update your rating'] = 'Обновите своју оцену';
$lang['wrong filename'] = 'погрешан назив датотеке';
-$lang['the filesize of the picture must not exceed :'] = 'величина слике не сме прећи : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'слика мора бити у jpg, gif или png формату';
-$lang['the height of the picture must not exceed :'] = 'висина слике не смије прећи : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'По избору, али препоручљиво : одаберите сличицу за везу на ';
-$lang['the width of the picture must not exceed :'] = 'Ширина слике не сме прећи : ';
-$lang['can\'t upload the picture on the server'] = 'не могу пребацити слику на сервер';
$lang['the username must be given'] = 'мора се уписати корисничко име';
-$lang['A picture\'s name already used'] = 'Назив слике већ постоји';
-$lang['You must choose a picture fileformat for the image'] = 'Морате одабрати облик записа за слику';
-$lang['Name of the picture'] = 'Назив слике';
-$lang['Upload a picture'] = 'Пребаци слику';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Слика успешно пребачена, администратор ће оверити слање ускоро';
-$lang['Upload a picture'] = 'Слање слика';
$lang['useful when password forgotten'] = 'корисно када се заборави лозинка';
$lang['Quick search'] = 'Брзо претраживање';
$lang['Connected user: %s'] = 'Повезани корисник: %s';
@@ -317,8 +305,6 @@ $lang['Email: %s'] = 'Електронска адреса: %s';
$lang['Admin: %s'] = 'Администратор: %s';
$lang['Registration of %s'] = 'Пријава од %s';
$lang['Album: %s'] = 'Категорија: %s';
-$lang['Picture name: %s'] = 'Назив слике: %s';
-$lang['Creation date: %s'] = 'Датум израде: %s';
$lang['Picture uploaded by %s'] = 'Слику пребацио %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Лош статус за корисника "гост", користи се подразумевани статус. Молимо обавестите мајстора интернет страница.';
@@ -343,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d слика такође
$lang['%d photos are also linked to current tags'] = '%d слике такође повезана са тренутним ознакама';
$lang['display photos linked to this tag'] = 'Прегледај слике повезане само са овом ознаком';
$lang['photos posted during the last %d days'] = 'слике објављене током задњих %d дана';
-$lang['Choose an image'] = 'Одаберите слику';
$lang['Piwigo Help'] = 'Piwigo Помоћ';
$lang['Rank'] = 'Редослед';
$lang['group by letters'] = 'сложено по словима';
diff --git a/language/sv_SE/admin.lang.php b/language/sv_SE/admin.lang.php
index 0b2f4ffc7..378baeba0 100644
--- a/language/sv_SE/admin.lang.php
+++ b/language/sv_SE/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Korg hantering';
$lang['Caddie'] = 'Korg';
$lang['Albums authorized thanks to group associations'] = 'Kategorier auktoriserade tack vare grupp associationer';
$lang['Album manual order was saved'] = 'Kategoriernas manuella ordningsföljd är sparad';
-$lang['Album elements associated to the following albums: %s'] = 'Kategoriens element associerad med följande kategorier: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Sök efter uppdatering misslyckades av okänd anledning.';
$lang['Check for upgrade'] = 'Sök efter uppdatering';
$lang['Comments for all'] = 'Kommentarer för alla';
@@ -133,12 +132,12 @@ $lang['Permalinks'] = 'Permalänkar';
$lang['Permission denied'] = 'Tillgång nekad';
$lang['Permission granted thanks to a group'] = 'Tillgång beviljad tack vare en grupp';
$lang['Permission granted'] = 'Tillgång beviljad';
-$lang['Picture informations updated'] = 'Bild information uppdaterad';
+$lang['Photo informations updated'] = 'Bild information uppdaterad';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Position';
$lang['Preferences'] = 'Inställningar';
$lang['Properties'] = 'Egenskaper';
-$lang['Random picture'] = 'Slumpad bild';
+$lang['Random photo'] = 'Slumpad bild';
$lang['Rate date'] = 'Röst datum';
$lang['Rating by guests'] = 'Röstning av gäster';
$lang['Rating'] = 'Röstning';
@@ -208,7 +207,6 @@ $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['photos per page'] = 'element per sida';
-$lang['elements'] = 'element';
$lang['High definition enabled'] = 'High definition aktiverad';
$lang['File'] = 'Fil';
$lang['Filesize'] = 'Filstorlek';
@@ -352,12 +350,12 @@ $lang['Edit photo information'] = 'Modifiera bildinformation';
$lang['Thumbnail creation'] = 'Skapa miniatyrer';
$lang['Database synchronization with files'] = 'Synkronisera databas med filer';
$lang['all'] = 'alla';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'bilder utan miniatyrbild (enbart jpeg och png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'bilder utan miniatyrbild (enbart jpeg och png)';
$lang['height must be a number superior to'] = 'bildens höjd måste vara större än';
$lang['width must be a number superior to'] = 'bildens bredd måste vara större än';
$lang['for the file format'] = 'för filformatet';
$lang['No missing thumbnail'] = 'Inga miniatyrbilder saknas';
-$lang['Picture unreachable or no support'] = 'Bilden kunde inte nås eller filformatet stöds inte';
+$lang['Photo unreachable or no support'] = 'Bilden kunde inte nås eller filformatet stöds inte';
$lang['GD version'] = 'GD version';
$lang['Miniaturization parameters'] = 'Miniatyriserings parametrar';
$lang['generated in'] = 'generering tog';
@@ -366,7 +364,7 @@ $lang['General statistics'] = 'Allmän statistik';
$lang['max time'] = 'max tid';
$lang['average time'] = 'snitt tid';
$lang['min time'] = 'min tid';
-$lang['number of miniaturized pictures'] = 'antal miniatyrer skapade';
+$lang['number of miniaturized photos'] = 'antal miniatyrer skapade';
$lang['total time'] = 'total tid';
$lang['for this file format'] = 'för detta filformat';
$lang['unit mode'] = 'enkel läge';
@@ -392,7 +390,7 @@ $lang['missing thumbnail'] = 'miniatyrbild saknas';
$lang['albums deleted in the database'] = 'kategorier borttagna ur databasen';
$lang['photos deleted from the database'] = 'element borttagna ur databasen';
$lang['photos candidates for metadata synchronization'] = 'bild kandidater för metadata synkronisering';
-$lang['elements informations synchronized with files metadata'] = 'element informationer synkroniserade med filernas metadata';
+$lang['photos 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['photos added in the database'] = 'element tillagda i databasen';
@@ -405,7 +403,7 @@ $lang['[Simulation]'] = '[Simulering]';
$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['synchronize files metadata with database photos informations'] = 'synkronisera databas element med filernas metadata';
$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 "."';
@@ -429,7 +427,6 @@ $lang['Year'] = 'År';
$lang['Month'] = 'Månad';
$lang['Day'] = 'Dag';
$lang['Pages seen'] = 'Sidor sedda';
-$lang['Pictures'] = 'Bilder';
$lang['Time'] = 'Tid';
$lang['IP'] = 'IP';
$lang['Element'] = 'Element';
diff --git a/language/sv_SE/common.lang.php b/language/sv_SE/common.lang.php
index 6e8404bf1..332f8761b 100644
--- a/language/sv_SE/common.lang.php
+++ b/language/sv_SE/common.lang.php
@@ -28,7 +28,6 @@ $lang_info['direction'] = 'ltr';
$lang_info['code'] = 'se';
$lang_info['zero_plural'] = '1';
-$lang['Upload a picture'] = 'Ladda upp en bild';
$lang['useful when password forgotten'] = 'är användbart om du glömt lösenordet';
$lang['Quick search'] = 'Snabb sökning';
$lang['Connected user: %s'] = 'Anslutna användare: %s';
@@ -42,8 +41,6 @@ $lang['Email: %s'] = 'E-post: %s';
$lang['Admin: %s'] = 'Admin: %s';
$lang['Registration of %s'] = 'Registrering av %s';
$lang['Album: %s'] = 'Kategori: %s';
-$lang['Picture name: %s'] = 'Bild namn: %s';
-$lang['Creation date: %s'] = 'Skapad datum: %s';
$lang['Picture uploaded by %s'] = 'Bild upp laddad av %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'dålig status för användare \"gäst\", default status kommer används Vanligen meddela webmastern..';
$lang['Administrator, webmaster and special user cannot use this method'] = 'Administratör, webmaster och speciell användare kan inte använda denna metod';
@@ -66,7 +63,6 @@ $lang['%d photo is also linked to current tags'] = '%d bilden är också kopplad
$lang['%d photos are also linked to current tags'] = '%d bilden är också kopplade till nuvarande taggar';
$lang['display photos linked to this tag'] = 'Se bilder kopplade till den här taggen bara';
$lang['photos posted during the last %d days'] = 'bilder postade under de sista %d dagarna';
-$lang['Choose an image'] = 'Välj en bild';
$lang['Piwigo Help'] = 'Piwigo hjälp';
$lang['Rank'] = 'Rank';
$lang['group by letters'] = 'grupp av bokstäver';
@@ -339,17 +335,7 @@ $lang['A comment on your site'] = 'Ett inlägg på din webbplats';
$lang['today'] = 'Idag';
$lang['Update your rating'] = 'Uppdatera ditt betyg';
$lang['wrong filename'] = 'Fel filnamn';
-$lang['the filesize of the picture must not exceed :'] = 'bildens fil storlek får inte överstiga :';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'bildens filformat måste jpg, gif eller png';
-$lang['the height of the picture must not exceed :'] = 'bildens höjd får inte överstiga :';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'valfritt, men rekommenderad: Välj en miniatyr bild för att associera till';
-$lang['the width of the picture must not exceed :'] = 'bredden av bilden får inte överstiga :';
-$lang['can\'t upload the picture on the server'] = 'bilden inte laddas upp på servern';
$lang['the username must be given'] = 'användarnamn krävs';
-$lang['A picture\'s name already used'] = 'Bild namnet används redan';
-$lang['You must choose a picture fileformat for the image'] = 'Du måste välja en bild filformat för bilden';
-$lang['Name of the picture'] = 'Namn på bilden';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Bilden laddades med framgång, en administratör kommer att godkänna det så snart som möjligt';
$lang['edit this comment'] = 'Redigera detta inlägg';
$lang['Edit a comment'] = 'Redigera ett inlägg';
$lang['Are you sure?'] = 'Är du säker?';
diff --git a/language/tr_TR/admin.lang.php b/language/tr_TR/admin.lang.php
index 69f96d6a5..4eee2a09a 100644
--- a/language/tr_TR/admin.lang.php
+++ b/language/tr_TR/admin.lang.php
@@ -59,7 +59,6 @@ $lang['Caddie management'] = 'yardimci yönetimi';
$lang['Caddie'] = 'yardimci';
$lang['Albums authorized thanks to group associations'] = 'Albümler grup sayesinde yetkili';
$lang['Album manual order was saved'] = 'Albümlerin sıralaması kayıt edildi';
-$lang['Album elements associated to the following albums: %s'] = 'Albüm fotoğrafları aşağıdaki albümlere ilişkili: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Güncelleme denetimi sonuçlanamiyor, Yaptiginiz islem basarisiz oldu..';
$lang['Check for upgrade'] = 'Güncellemelere bak';
$lang['Comments for all'] = 'Hepsine yorum yap';
@@ -130,12 +129,12 @@ $lang['Permalinks'] = 'Permalinkler';
$lang['Permission denied'] = 'Izin verilmedi';
$lang['Permission granted thanks to a group'] = 'Gruba tesekkür izni verildi';
$lang['Permission granted'] = 'Izin verildi';
-$lang['Picture informations updated'] = 'Resim bilgileri güncellendi';
+$lang['Photo informations updated'] = 'Resim bilgileri güncellendi';
$lang['Caddie'] = 'Yardımcı';
$lang['Position'] = 'Pozisyon';
$lang['Preferences'] = 'Tercihler';
$lang['Properties'] = 'Özellikler';
-$lang['Random picture'] = 'Karisik resim';
+$lang['Random photo'] = 'Karisik resim';
$lang['Rate date'] = 'Reyting tarihi';
$lang['Rating by guests'] = 'Misafir Puanları';
$lang['Rating'] = 'Puan';
@@ -205,7 +204,6 @@ $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['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';
@@ -349,12 +347,12 @@ $lang['Edit photo information'] = 'Resim bilgilerini düzenle';
$lang['Thumbnail creation'] = 'Thumbnail olusturma';
$lang['Database synchronization with files'] = 'Dosya ile veritabani senkronize';
$lang['all'] = 'tüm';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'thumbnail olmayan resimler (jpeg ve sadece png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'thumbnail olmayan resimler (jpeg ve sadece png)';
$lang['height must be a number superior to'] = 'yüksekligi bir sayi olmali';
$lang['width must be a number superior to'] = 'genisligi bir sayi olmali';
$lang['for the file format'] = 'dosya biçimi için';
$lang['No missing thumbnail'] = 'Eksik thumbnail';
-$lang['Picture unreachable or no support'] = 'Resim erisilemiyor veya desteklenmeyen format';
+$lang['Photo unreachable or no support'] = 'Resim erisilemiyor veya desteklenmeyen format';
$lang['GD version'] = 'GD sürümü';
$lang['Miniaturization parameters'] = 'Minyatürlestirme parametreleri';
$lang['generated in'] = 'olusturuldu';
@@ -363,7 +361,7 @@ $lang['General statistics'] = 'Genel istatistik';
$lang['max time'] = 'en uzun süre';
$lang['average time'] = 'ortalama süre';
$lang['min time'] = 'men kisa time';
-$lang['number of miniaturized pictures'] = 'yaratilan thumbnailler sayisi';
+$lang['number of miniaturized photos'] = 'yaratilan thumbnailler sayisi';
$lang['total time'] = 'toplam zaman';
$lang['for this file format'] = 'Bu dosya biçimi için';
$lang['unit mode'] = 'tek modlu';
@@ -390,7 +388,7 @@ $lang['missing thumbnail'] = 'thumbnail eksik';
$lang['albums deleted in the database'] = 'veri tabanından silinen albümler';
$lang['photos deleted from the database'] = 'elemanlar veritabanında silindi';
$lang['photos 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['photos 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['photos added in the database'] = 'elemanlar veritabanında ekledi';
@@ -403,7 +401,7 @@ $lang['[Simulation]'] = '[Simülasyon]';
$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['synchronize files metadata with database photos informations'] = 'meta dosyaları ile veritabanı elemanları senkronize';
$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 "."';
@@ -426,7 +424,6 @@ $lang['Overall'] = 'Genel bakış';
$lang['Year'] = 'Yıl';
$lang['Day'] = 'Gün';
$lang['Pages seen'] = 'Görülen Sayfalar';
-$lang['Pictures'] = 'Resimler';
$lang['Time'] = 'Zaman';
$lang['IP'] = 'IP';
$lang['Element'] = 'Eleman';
diff --git a/language/tr_TR/common.lang.php b/language/tr_TR/common.lang.php
index 30e34c631..a01de826e 100644
--- a/language/tr_TR/common.lang.php
+++ b/language/tr_TR/common.lang.php
@@ -205,7 +205,6 @@ $lang['Maximum height must be a number superior to 50'] = 'Maximum yükseklik 50
$lang['Maximum photo width'] = 'Maximum Resim Genisligi';
$lang['Maximum width must be a number superior to 50'] = 'Maximum Yükseklik 50';
$lang['%.2f (rated %d times)'] = '%.2f (şu kadar oylandı: %d )';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'resim gönderimi başarıyla gerçekleşti, yönetici onayından sonra yayına girecektir';
$lang['useful when password forgotten'] = 'şifrenizi mi unuttunuz';
$lang['Quick search'] = 'Hızlı arama';
$lang['Connected user: %s'] = 'Kullanıcıya bağlanılıyor: %s';
@@ -272,8 +271,6 @@ $lang['Email: %s'] = 'E-Posta: %s';
$lang['Admin: %s'] = 'Yönetici: %s';
$lang['Registration of %s'] = 'Tescil Eden: %s';
$lang['Album: %s'] = 'Albüm: %s';
-$lang['Picture name: %s'] = 'resim Adı: %s';
-$lang['Creation date: %s'] = 'Yaratma Tarihi: %s';
$lang['Picture uploaded by %s'] = 'resimi Gönderen %s';
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Kullanıcı için kötü statü "ziyaretçi", varsayılan statü kullanılıyor. Lütfen webmaster\'a bildirin';
$lang['Administrator, webmaster and special user cannot use this method'] = 'Yönetici, webmaster ve özel kullanıcı bu metodu kullanamaz';
@@ -296,7 +293,6 @@ $lang['%d photo is also linked to current tags'] = '%d resim aynı zamanda bu i
$lang['%d photos are also linked to current tags'] = '%d resimler aynı zamanda bu işaretlere sahip';
$lang['display photos linked to this tag'] = 'sadece bu işarete sahip resimlerı göster';
$lang['photos posted during the last %d days'] = 'son %d günde gösterilen resimler';
-$lang['Choose an image'] = 'resim seçimi';
$lang['Piwigo Help'] = 'Piwigo yardım';
$lang['Rank'] = 'kademe';
$lang['group by letters'] = 'harf grubu';
@@ -348,17 +344,7 @@ $lang['Menu'] = 'Menü';
$lang['A comment on your site'] = 'sitenize yorum yapıldı';
$lang['Update your rating'] = 'puanlamayı güncelle';
$lang['wrong filename'] = 'yanlış dosya adı';
-$lang['the filesize of the picture must not exceed :'] = 'resimin dosya büyüklüğü sınırı aşmaktadır :';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'resim dosya formatı jpg, gif or png olmalıdır';
-$lang['the height of the picture must not exceed :'] = 'resimin boy ebadı sınırı aşmaktadır :';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'isteğe bağlıdır, fakat tavsiye edilen : mutlaka küçük resimi bağlantılandırın';
-$lang['the width of the picture must not exceed :'] = 'resimin en ebadı sınırı aşmaktadır. :';
-$lang['can\'t upload the picture on the server'] = 'resim sunucuya gönderilememektedir';
$lang['the username must be given'] = 'kullanıcı adı gerekmektedir';
-$lang['A picture\'s name already used'] = 'bu resim adı daha önce kullanılmış';
-$lang['You must choose a picture fileformat for the image'] = 'resim için bir resim dosya formatı seçmelisin';
-$lang['Name of the picture'] = 'resim adı';
-$lang['Upload a picture'] = 'Resim Ekle';
$lang['today'] = 'bugün';
$lang['Thumbnails'] = 'Küçük resimler';
$lang['searched words : %s'] = 'aranan kelimeler : %s';
diff --git a/language/vi_VN/admin.lang.php b/language/vi_VN/admin.lang.php
index 3e2981b97..d6ff76f59 100644
--- a/language/vi_VN/admin.lang.php
+++ b/language/vi_VN/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = 'Quản lý Caddie ';
$lang['Caddie'] = 'Caddie';
$lang['Albums authorized thanks to group associations'] = 'Đề mục đã được cho phép nhờ vào kết hợp nhóm';
$lang['Album manual order was saved'] = 'Sắp xếp thủ công đề mục đã được lưu';
-$lang['Album elements associated to the following albums: %s'] = 'Các thành phần của đề mụ đã được kết hợp với những đề mục sau đây: %s';
$lang['Check for upgrade failed for unknown reasons.'] = 'Quá trình dò tìm phiên bản nâng cấp bị lỗi, không xác định được nguyên nhân.';
$lang['Check for upgrade'] = 'Dò tìm phiên bản mới';
$lang['Comments for all'] = 'Cho mọi đối tượng được phép gởi bình luận';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = 'Liên kết cố định';
$lang['Permission denied'] = 'Sự chấp nhận đã bị từ chối';
$lang['Permission granted thanks to a group'] = 'Chấp nhận đã được công nhân nhờ vào một nhóm người dùng';
$lang['Permission granted'] = 'Sự chấp nhận đã được công nhận';
-$lang['Picture informations updated'] = 'Thông tin của hình đã được cập nhật';
+$lang['Photo informations updated'] = 'Thông tin của hình đã được cập nhật';
$lang['Plugins'] = 'Plugins';
$lang['Position'] = 'Vị trí';
$lang['Preferences'] = 'Tuỳ chỉnh';
$lang['Properties'] = 'Thuộc tính';
-$lang['Random picture'] = 'Hình ngẫu nhiên';
+$lang['Random photo'] = 'Hình ngẫu nhiên';
$lang['Rate date'] = 'Ngày tháng đánh giá';
$lang['Rating by guests'] = 'Đánh giá bởi khách';
$lang['Rating'] = 'Đánh giá';
@@ -207,7 +206,6 @@ $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['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';
@@ -351,12 +349,12 @@ $lang['Edit photo information'] = 'Chỉnh sửa thông tin của hình ảnh';
$lang['Thumbnail creation'] = 'Khởi tạo hình thu nhỏ';
$lang['Database synchronization with files'] = 'Đồng bộ hóa cơ sở dữ liệu với tệp tin';
$lang['all'] = 'tất cả';
-$lang['pictures without thumbnail (jpeg and png only)'] = 'hình ảnh không có hình thu nhỏ (chỉ áp dụng cho định dạng jpeg và png)';
+$lang['photos without thumbnail (jpeg and png only)'] = 'hình ảnh không có hình thu nhỏ (chỉ áp dụng cho định dạng jpeg và png)';
$lang['height must be a number superior to'] = 'chiều cao hình phải là số lớn hơn';
$lang['width must be a number superior to'] = 'chiều rộng hình phải là số lớn hơn';
$lang['for the file format'] = 'dành cho định dạng file';
$lang['No missing thumbnail'] = 'Không thiếu hình thu nhỏ nào';
-$lang['Picture unreachable or no support'] = 'Hình không đọc được hoặc định dạng không được hỗ trợ';
+$lang['Photo unreachable or no support'] = 'Hình không đọc được hoặc định dạng không được hỗ trợ';
$lang['GD version'] = 'Phiên bản GD';
$lang['Miniaturization parameters'] = 'Tối thiểu hóa tham số';
$lang['generated in'] = 'được tạo trong';
@@ -365,7 +363,7 @@ $lang['General statistics'] = 'Thống kê tổng quát';
$lang['max time'] = 'thời gian lớn nhất';
$lang['average time'] = 'thời gian trung bình';
$lang['min time'] = 'thời gian nhỏ nhất';
-$lang['number of miniaturized pictures'] = 'số lượng hình ảnh được tối thiểu hóa';
+$lang['number of miniaturized photos'] = 'số lượng hình ảnh được tối thiểu hóa';
$lang['total time'] = 'thời gian tổng cộng';
$lang['for this file format'] = 'dành cho định dạng file này';
$lang['unit mode'] = 'chế độ đơn vị hình';
@@ -391,7 +389,7 @@ $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['photos deleted from the database'] = 'đã xóa các thành phần trong cơ sở dữ liệu';
$lang['photos 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['photos 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['photos added in the database'] = 'thành phần được thêm vào cơ sở dữ liệu';
@@ -405,7 +403,7 @@ $lang['[Simulation]'] = '[Giả lập]';
$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['synchronize files metadata with database photos 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 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 "."';
@@ -429,7 +427,6 @@ $lang['Year'] = 'Năm';
$lang['Month'] = 'Tháng';
$lang['Day'] = 'Ngày';
$lang['Pages seen'] = 'Những trang được xem';
-$lang['Pictures'] = 'Hình ảnh';
$lang['Time'] = 'Thời gian';
$lang['IP'] = 'Địa chỉ IP';
$lang['Element'] = 'Thành phần';
diff --git a/language/vi_VN/common.lang.php b/language/vi_VN/common.lang.php
index 96c6256ab..001d7fb7f 100644
--- a/language/vi_VN/common.lang.php
+++ b/language/vi_VN/common.lang.php
@@ -290,18 +290,7 @@ $lang['A comment on your site'] = 'Một lời bình trên trang của bạn';
$lang['today'] = 'hôm nay';
$lang['Update your rating'] = 'Cập nhật xếp hạng của bạn';
$lang['wrong filename'] = 'Sai tên';
-$lang['the filesize of the picture must not exceed :'] = 'Cỡ file của hình không được vượt quá : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = 'Định dạng hình phải là jpg, gif hoặc png';
-$lang['the height of the picture must not exceed :'] = 'Chiều cao của hình không được vượt quá : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Tuỳ chọn thêm, nhưng nên có: bạn nên chọn thêm một hình nhu nhỏ của ';
-$lang['the width of the picture must not exceed :'] = 'Chiều rộng của hình không được vượt quá : ';
-$lang['can\'t upload the picture on the server'] = 'Không thể gởi hình lên máy chủ';
$lang['the username must be given'] = 'Phải có tên của thành viên';
-$lang['A picture\'s name already used'] = 'Tên hình đã được đặt trước đó';
-$lang['You must choose a picture fileformat for the image'] = 'Bạn phải chọn định dạng của hình';
-$lang['Name of the picture'] = 'Tên hình';
-$lang['Upload a picture'] = 'Gởi hình';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Hình gởi xong, Quản trị sẽ xác nhận trước khi đưa hình của bạn lên gallery';
$lang['useful when password forgotten'] = 'có ích khi bị mất mật khẩu';
$lang['Quick search'] = 'Tìm kiếm nhanh';
$lang['Connected user: %s'] = 'Thành viên kết nối: %s';
@@ -315,8 +304,6 @@ $lang['Email: %s'] = 'Địa chỉ email: %s';
$lang['Admin: %s'] = 'Quản trị: %s';
$lang['Registration of %s'] = 'Mục đăng ký của %s';
$lang['Album: %s'] = 'Đề mục: %s';
-$lang['Picture name: %s'] = 'Tên hình: %s';
-$lang['Creation date: %s'] = 'Ngày gởi: %s';
$lang['Picture uploaded by %s'] = 'Hình được gởi bởi %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Status xấu đối với thành viên đăng thuộc nhóm "khách", sử dụng status mặc định. Thông báo ngay cho Quản trị';
@@ -341,7 +328,6 @@ $lang['%d photo is also linked to current tags'] = '%d hình được liên kế
$lang['%d photos are also linked to current tags'] = '%d hình được liên kết với tag hiện tại';
$lang['display photos linked to this tag'] = 'Chỉ xem những hình liên kết với tag này';
$lang['photos posted during the last %d days'] = 'hình được gởi trong vòng %d ngày cuối';
-$lang['Choose an image'] = 'Chọn một tấm hình bạn cần gởi, sau khi gởi xong, bạn có thể gởi thêm một hình thu nhỏ của hình vừa gởi hoặc tiếp tục gởi hình khác. Hình thu nhỏ sẽ được hệ thống tự động tạo ra sau khi được quản trị viên xác nhận.';
$lang['Piwigo Help'] = 'Trợ giúp của Piwigo';
$lang['Rank'] = 'Hạng';
$lang['group by letters'] = 'phân nhóm theo ký tự';
diff --git a/language/zh_CN/admin.lang.php b/language/zh_CN/admin.lang.php
index 7c986613c..ede673c6e 100644
--- a/language/zh_CN/admin.lang.php
+++ b/language/zh_CN/admin.lang.php
@@ -61,7 +61,6 @@ $lang['Caddie management'] = '购物篮管理';
$lang['Caddie'] = '购物篮';
$lang['Albums authorized thanks to group associations'] = '相册组织授权感谢协会';
$lang['Album manual order was saved'] = '相册手工排序已保存';
-$lang['Album elements associated to the following albums: %s'] = '相册里的相片已联合到以下相册: %s';
$lang['Check for upgrade failed for unknown reasons.'] = '因未知原因导致更新检测失败.';
$lang['Check for upgrade'] = '检测更新';
$lang['Comments for all'] = '对所有成员进行评论';
@@ -132,12 +131,12 @@ $lang['Permalinks'] = '固定链接';
$lang['Permission denied'] = '禁止访问';
$lang['Permission granted thanks to a group'] = '同组成员可以访问授权类';
$lang['Permission granted'] = '允许访问';
-$lang['Picture informations updated'] = '图片更新信息';
+$lang['Photo informations updated'] = '图片更新信息';
$lang['Plugins'] = '插件';
$lang['Position'] = '位置';
$lang['Preferences'] = '个人偏好';
$lang['Properties'] = '属性';
-$lang['Random picture'] = '随机';
+$lang['Random photo'] = '随机';
$lang['Rate date'] = '投票日期';
$lang['Rating by guests'] = '游客投票数';
$lang['Rating'] = '投票';
@@ -207,7 +206,6 @@ $lang['dissociate from group'] = '取消组关联';
$lang['edit album permissions'] = '修改相册权限';
$lang['Album updated successfully'] = '相册信息已上传成功.';
$lang['photos per page'] = '每页图片';
-$lang['elements'] = '图';
$lang['High definition enabled'] = '激活高清功能';
$lang['File'] = '文件';
$lang['Filesize'] = '大小';
@@ -350,12 +348,12 @@ $lang['Edit photo information'] = '修改图片信息';
$lang['Thumbnail creation'] = '创建缩略图';
$lang['Database synchronization with files'] = '根据文件来同步数据库';
$lang['all'] = '所有';
-$lang['pictures without thumbnail (jpeg and png only)'] = '没有缩略图的图片 (只有jpeg和png)';
+$lang['photos without thumbnail (jpeg and png only)'] = '没有缩略图的图片 (只有jpeg和png)';
$lang['height must be a number superior to'] = '图片高度必须超过(整数)';
$lang['width must be a number superior to'] = '图片长度必须超过(整数)';
$lang['for the file format'] = '对于文件格式';
$lang['No missing thumbnail'] = '没有丢失缩略图';
-$lang['Picture unreachable or no support'] = '不支持图片格式或无法显示';
+$lang['Photo unreachable or no support'] = '不支持图片格式或无法显示';
$lang['GD version'] = 'GD版';
$lang['Miniaturization parameters'] = '缩略图参数';
$lang['generated in'] = '产生于';
@@ -364,7 +362,7 @@ $lang['General statistics'] = '普通统计';
$lang['max time'] = '最多时间';
$lang['average time'] = '平均时间';
$lang['min time'] = '最少时间';
-$lang['number of miniaturized pictures'] = '创建的缩略图数';
+$lang['number of miniaturized photos'] = '创建的缩略图数';
$lang['total time'] = '总共时间';
$lang['for this file format'] = '对于此文件格式';
$lang['unit mode'] = '单一模式';
@@ -390,7 +388,7 @@ $lang['missing thumbnail'] = '缺少缩略图';
$lang['albums deleted in the database'] = '相册已从数据库删除';
$lang['photos deleted from the database'] = '图片已从数据库中删除';
$lang['photos candidates for metadata synchronization'] = '对应同步元数据的候选图片';
-$lang['elements informations synchronized with files metadata'] = '附有元数据的同步图片信息informations des images synchronisées avec les méta-données';
+$lang['photos 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['photos added in the database'] = '增加图片到数据库';
@@ -404,7 +402,7 @@ $lang['[Simulation]'] = '[模拟]';
$lang['directories + files'] = '文件夹 + 文件';
$lang['only directories'] = '只对文件夹';
$lang['synchronize files structure with database'] = '同步文件结构和数据库';
-$lang['synchronize files metadata with database elements informations'] = '根据文件元数据同步数据库中的图片信息';
+$lang['synchronize files metadata with database photos informations'] = '根据文件元数据同步数据库中的图片信息';
$lang['even already synchronized photos'] = '包括已经同步的图片';
$lang['Used metadata'] = '已使用过的元数据';
$lang['The name of directories and files must be composed of letters, numbers, "-", "_" or "."'] = '文件夹和文件名称只能包含字母, 数字, "-", "_" 和 "."';
@@ -428,7 +426,6 @@ $lang['Year'] = '年';
$lang['Month'] = '月';
$lang['Day'] = '日';
$lang['Pages seen'] = '已访问过的页面';
-$lang['Pictures'] = '图片';
$lang['Time'] = '时间';
$lang['IP'] = 'IP';
$lang['Element'] = '图片';
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php
index 55bef3a48..c114ec72b 100644
--- a/language/zh_CN/common.lang.php
+++ b/language/zh_CN/common.lang.php
@@ -291,18 +291,7 @@ $lang['A comment on your site'] = '网站评论';
$lang['today'] = '今天';
$lang['Update your rating'] = '更改投票';
$lang['wrong filename'] = '文件夹名不合法';
-$lang['the filesize of the picture must not exceed :'] = '上传图片最大尺寸 : ';
-$lang['the picture must be to the fileformat jpg, gif or png'] = '支持图片格式:jpg, png ou gif';
-$lang['the height of the picture must not exceed :'] = '上传图片最大长度 : ';
-$lang['Optional, but recommended : choose a thumbnail to associate to'] = '此选项可选, 但强烈推荐 : 选择相对应的缩略图';
-$lang['the width of the picture must not exceed :'] = '上传图片最大宽度 : ';
-$lang['can\'t upload the picture on the server'] = '上传失败';
$lang['the username must be given'] = '缺少用户名';
-$lang['A picture\'s name already used'] = '文件已存在';
-$lang['You must choose a picture fileformat for the image'] = '不支持此文件格式';
-$lang['Name of the picture'] = '图片名';
-$lang['Upload a picture'] = '上传图片';
-$lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '上传成功, 但必须经管理员确认才能看到图片';
$lang['useful when password forgotten'] = '忘记密码';
$lang['Quick search'] = '快速搜索';
$lang['Connected user: %s'] = '在线用户: %s';
@@ -316,8 +305,6 @@ $lang['Email: %s'] = '电子邮件: %s';
$lang['Admin: %s'] = '管理员: %s';
$lang['Registration of %s'] = '注册 %s';
$lang['Album: %s'] = '相册: %s';
-$lang['Picture name: %s'] = '图片名: %s';
-$lang['Creation date: %s'] = '创建日期: %d';
$lang['Picture uploaded by %s'] = '图片上载者 %s';
// --------- Starting below: New or revised $lang ---- from version 1.7.1
$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = '如果游客反常拥有普通用户才拥有状态,请向网络管理员报告。';
@@ -342,7 +329,6 @@ $lang['%d photo is also linked to current tags'] = '%d 图片同时与当前标
$lang['%d photos are also linked to current tags'] = '%d 图片同时与当前标签相关';
$lang['display photos linked to this tag'] = '只查看和这标签相关的图片';
$lang['photos posted during the last %d days'] = '图片在最近%d天里更新';
-$lang['Choose an image'] = '选择图片';
$lang['Piwigo Help'] = 'Piwigo帮助';
$lang['Rank'] = '分类';
$lang['group by letters'] = '按字母顺序分';
diff --git a/themes/default/template/menubar_categories.tpl b/themes/default/template/menubar_categories.tpl
index 216212212..6f3b8d310 100644
--- a/themes/default/template/menubar_categories.tpl
+++ b/themes/default/template/menubar_categories.tpl
@@ -28,12 +28,5 @@
{/foreach}
{'</li></ul>'|@str_repeat:$ref_level}
- {if isset($block->data.U_UPLOAD)}
- <ul>
- <li>
- <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
- </li>
- </ul>
- {/if}
<p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
</dd>
diff --git a/tools/photos.lang.php b/tools/photos.lang.php
index 9bcd67bac..e707618eb 100644
--- a/tools/photos.lang.php
+++ b/tools/photos.lang.php
@@ -8,7 +8,6 @@ $lang['display each day with pictures, month per month'] = 'display each day wit
$lang['delete this image from your favorites'] = 'delete this photo from your favorites';
$lang['display my favorites pictures'] = 'display your favorites photos';
$lang['shows images at the root of this album'] = 'display this album';
-$lang['See last users comments'] = 'display last user comments';
$lang['display most visited pictures'] = 'display most visited photos';
$lang['Rate this picture'] = 'Rate this photo';
$lang['Random pictures'] = 'Random photos';
@@ -38,8 +37,17 @@ $lang['picture'] = 'photo';
$lang['Click on the picture to see it in high definition'] = 'Click on the photo to see it in high definition';
// admin
+$lang['Edit all picture informations'] = 'Edit photo information';
$lang['Include display of recent pictures group by dates'] = 'Include display of recent photos grouped by dates';
+$lang['Link all album elements to a new album'] = 'Link all album photos to a new album';
+$lang['Link all album elements to some existing albums'] = 'Link all album photos to some existing albums';
$lang['Manage image ranks'] = 'Manage photo ranks';
+$lang['New elements added'] = 'New photos added';
+$lang['New elements were added'] = 'New photos were added';
+$lang['No element in this album'] = 'No photo in this album';
+$lang['Select at least one picture'] = 'Select at least one photo';
+$lang['Update images informations'] = 'Update photos information';
+$lang['Use the default image sort order (defined in the configuration file)'] = 'Use the default photo sort order (defined in the configuration file)';
$lang['add new elements to caddie'] = 'add new photos to caddie';
$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)';
$lang['elements added in the database'] = 'photos added in the database';
@@ -48,7 +56,17 @@ $lang['elements per page'] = 'photos per page';
$lang['elements updated in the database'] = 'photos updated in the database';
$lang['even already synchronized elements'] = 'even already synchronized photos';
$lang['first element added on %s'] = 'first photo added on %s';
+$lang['images candidates for metadata synchronization'] = 'photos candidates for metadata synchronization';
$lang['jump to image'] = 'jump to photo';
$lang['manage image ranks'] = 'manage photo ranks';
-$lang['Select at least one picture'] = 'Select at least one photo';
+
+
+$lang['manage album photos'] = 'manage album elements';
+$lang['synchronize files metadata with database elements informations'] = 'synchronize files metadata with database photos informations';
+$lang['elements informations synchronized with files metadata'] = 'photos informations synchronized with files metadata';
+$lang['number of miniaturized pictures'] = 'number of miniaturized photos';
+$lang['Picture informations updated'] = 'Photo informations updated';
+$lang['Picture unreachable or no support'] = 'Photo unreachable or no support';
+$lang['pictures without thumbnail (jpeg and png only)'] = 'photos without thumbnail (jpeg and png only)';
+$lang['Random picture'] = 'Random photo';
?> \ No newline at end of file