Changeset 8727


Ignore:
Timestamp:
Jan 18, 2011, 12:53:47 AM (13 years ago)
Author:
plg
Message:

feature 2102: add a few language keys to remove all image/picture/element and replace by photo

Location:
trunk
Files:
74 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/batch_manager_unit.php

    r8414 r8727  
    123123    );
    124124
    125   array_push($page['infos'], l10n('Picture informations updated'));
     125  array_push($page['infos'], l10n('Photo informations updated'));
    126126}
    127127
  • trunk/admin/cat_modify.php

    r8651 r8727  
    153153      $page['infos'],
    154154      sprintf(
    155         l10n('Album elements associated to the following albums: %s'),
     155        l10n('Album photos associated to the following albums: %s'),
    156156        '<ul><li>'
    157157        .get_cat_display_name_from_id($output_create['id'])
     
    182182    $page['infos'],
    183183    sprintf(
    184       l10n('Album elements associated to the following albums: %s'),
     184      l10n('Album photos associated to the following albums: %s'),
    185185      '<ul><li>'.implode('</li><li>', $category_names).'</li></ul>'
    186186      )
  • trunk/admin/picture_modify.php

    r8126 r8727  
    119119  set_tags($tag_ids, $_GET['image_id']);
    120120
    121   array_push($page['infos'], l10n('Picture informations updated'));
     121  array_push($page['infos'], l10n('Photo informations updated'));
    122122}
    123123// associate the element to other categories than its storage category
  • trunk/admin/themes/default/template/cat_list.tpl

    r8128 r8727  
    7171        <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>
    7272        {if isset($category.U_MANAGE_ELEMENTS) }
    73         <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>
     73        <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>
    7474        {/if}
    7575        <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>
  • trunk/admin/themes/default/template/cat_modify.tpl

    r8723 r8727  
    1414  {/if}
    1515  {if isset($U_MANAGE_ELEMENTS) }
    16   <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>
     16  <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>
    1717  <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>
    1818  {/if}
     
    123123        <a href="{$representant.picture.URL}"><img src="{$representant.picture.SRC}" alt="" class="miniature"></a>
    124124        {else}
    125         <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_representant_random.png" class="button" alt="{'Random picture'|@translate}" class="miniature">
     125        <img src="{$ROOT_URL}{$themeconf.admin_icon_dir}/category_representant_random.png" class="button" alt="{'Random photo'|@translate}" class="miniature">
    126126        {/if}
    127127      </td>
  • trunk/admin/themes/default/template/site_update.tpl

    r8723 r8727  
    2121<h3>{$L_RESULT_METADATA}</h3>
    2222<ul>
    23   <li>{$metadata_result.NB_ELEMENTS_DONE} {'elements informations synchronized with files metadata'|@translate}</li>
     23  <li>{$metadata_result.NB_ELEMENTS_DONE} {'photos informations synchronized with files metadata'|@translate}</li>
    2424  <li>{$metadata_result.NB_ELEMENTS_CANDIDATES} {'photos candidates for metadata synchronization'|@translate}</li>
    2525  <li>{'Used metadata'|@translate} : {$METADATA_LIST}</li>
     
    7777
    7878        <fieldset id="syncMetadata">
    79                 <legend>{'synchronize files metadata with database elements informations'|@translate}</legend>
     79                <legend>{'synchronize files metadata with database photos informations'|@translate}</legend>
    8080                <label><input type="checkbox" name="sync_meta" {if $introduction.sync_meta}checked="checked"{/if}> {'synchronize metadata'|@translate} ({$METADATA_LIST})</label>
    8181                <ul style="padding-left:3em">
  • trunk/admin/themes/default/template/thumbnail.tpl

    r8128 r8727  
    2929  </tr>
    3030  <tr>
    31     <td>{'number of miniaturized pictures'|@translate}</td>
     31    <td>{'number of miniaturized photos'|@translate}</td>
    3232    <td style="text-align:center;">{$results.TN_NB}</td>
    3333  </tr>
     
    9898
    9999{if !empty($remainings) }
    100 <div class="admin">{$TOTAL_NB_REMAINING} {'pictures without thumbnail (jpeg and png only)'|@translate}</div>
     100<div class="admin">{$TOTAL_NB_REMAINING} {'photos without thumbnail (jpeg and png only)'|@translate}</div>
    101101<table style="width:100%;">
    102102  <tr class="throw">
  • trunk/admin/thumbnail.php

    r6550 r8727  
    143143  else
    144144  {
    145     echo l10n('Picture unreachable or no support')." ";
    146     if ( isset( $extenstion ) )
     145    echo l10n('Photo unreachable or no support')." ";
     146    if ( isset( $extension ) )
    147147    {
    148148      echo l10n('for the file format').' '.$extension;
  • trunk/language/ar_SA/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'تم المصادقة عى الألبومات ، شكرا لله';
    6363$lang['Album manual order was saved'] = 'طلب الألبومات اليدوية تم حفظه';
    64 $lang['Album elements associated to the following albums: %s'] = 'تنصيف العناصر المرتبطة الى الفئات التالية: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'لم يتم التحدث لاسباب غير معروفه.';
    6665$lang['Check for upgrade'] = 'التأكد من التحديثات';
     
    133132$lang['Permission granted thanks to a group'] = 'تم التصريح مع الشكر للمجموعه';
    134133$lang['Permission granted'] = 'منح التصريح';
    135 $lang['Picture informations updated'] = 'تم تحديث معلومات الصورة';
     134$lang['Photo informations updated'] = 'تم تحديث معلومات الصورة';
    136135$lang['Plugins'] = 'الاضافات';
    137136$lang['Position'] = 'المـوقع';
    138137$lang['Preferences'] = 'التفضبلات';
    139138$lang['Properties'] = 'الخصائص';
    140 $lang['Random picture'] = 'صورة عشوائية';
     139$lang['Random photo'] = 'صورة عشوائية';
    141140$lang['Rate date'] = 'تاريخ التقييم';
    142141$lang['Rating by guests'] = 'امكانية التقييم للضيوف';
     
    209208$lang['Album updated successfully'] = 'تم تحديث معلومات الألبومات بنجاح منقط النظير.';
    210209$lang['photos per page'] = 'عدد في كل صفحة';
    211 $lang['elements'] = 'عناصر';
    212210$lang['High definition enabled'] = 'تمكين ابعاد الارتفاع';
    213211$lang['File'] = 'ملف';
     
    353351$lang['Database synchronization with files'] = 'قاعدة بيانت المزامنة مع الملفات';
    354352$lang['all'] = 'الكل';
    355 $lang['pictures without thumbnail (jpeg and png only)'] = 'صور بدون مصغرات(jpeg و png فقط)';
     353$lang['photos without thumbnail (jpeg and png only)'] = 'صور بدون مصغرات(jpeg و png فقط)';
    356354$lang['height must be a number superior to'] = 'يجب عن يكون عدد الارتفاع يتعدى';
    357355$lang['width must be a number superior to'] = 'يجب ان يكون عدد العرض يتعدى';
    358356$lang['for the file format'] = 'لتنسيق الملف';
    359357$lang['No missing thumbnail'] = 'لا حاجة لاعادة صنع  مصغرات في الوقت الحالي';
    360 $lang['Picture unreachable or no support'] = 'صور لا يمكن الوصول لها او لم تدعم';
     358$lang['Photo unreachable or no support'] = 'صور لا يمكن الوصول لها او لم تدعم';
    361359$lang['GD version'] = 'GD أصدار';
    362360$lang['Miniaturization parameters'] = 'تصغير البارامترات';
     
    367365$lang['average time'] = 'متوسط الوقت';
    368366$lang['min time'] = 'الوقت الأساسي';
    369 $lang['number of miniaturized pictures'] = 'عدد الصور المصغرة';
     367$lang['number of miniaturized photos'] = 'عدد الصور المصغرة';
    370368$lang['total time'] = 'الوقت الكلي';
    371369$lang['for this file format'] = 'لتنسيق هذا الملف';
     
    393391$lang['photos deleted from the database'] = 'الصور محذوفة من قاعدة البيانات';
    394392$lang['photos candidates for metadata synchronization'] = 'تزامن المعلومات التفصيلة للصور المرشحه';
    395 $lang['elements informations synchronized with files metadata'] = 'ملعومات الصور متزامنة مع المعلومات التفصيلة للصور';
     393$lang['photos informations synchronized with files metadata'] = 'ملعومات الصور متزامنة مع المعلومات التفصيلة للصور';
    396394$lang['errors during synchronization'] = 'أخطاء اثناء التزامن';
    397395$lang['albums added in the database'] = 'ألبومات اضيفت في قاعدة البيانات';
     
    407405$lang['only directories'] = 'فقط المجلدات';
    408406$lang['synchronize files structure with database'] = 'مزامنة الملفات مع هيكل قاعدة البيانات';
    409 $lang['synchronize files metadata with database elements informations'] = 'مزامنة الملعومات التفصيلة مع الصور الموجودة في قاعدة البيانات';
     407$lang['synchronize files metadata with database photos informations'] = 'مزامنة الملعومات التفصيلة مع الصور الموجودة في قاعدة البيانات';
    410408$lang['even already synchronized photos'] = 'سبق التزامن مع الصور';
    411409$lang['Used metadata'] = 'معومات التفصيلة مُـستخدمة';
     
    432430$lang['Day'] = 'يوم';
    433431$lang['Pages seen'] = 'صفحة مشاهده';
    434 $lang['Pictures'] = 'الصور';
    435432$lang['Time'] = 'الوقت';
    436433$lang['IP'] = 'IP';
  • trunk/language/ar_SA/common.lang.php

    r8711 r8727  
    298298$lang['Update your rating'] = 'تحديث تقييمك';
    299299$lang['wrong filename'] = 'اسم الملف غير صحيح';
    300 $lang['the filesize of the picture must not exceed :'] = 'حجم الملف يجب ان لا يتجاوز : ';
    301 $lang['the picture must be to the fileformat jpg, gif or png'] = 'يجب ان يكون متداد الصور  jpg,  أو png';
    302 $lang['the height of the picture must not exceed :'] = 'الحد الاعلى لرتفاع الصورة   ';
    303 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'تم تحميل الصورة ،، يمكنك اختيار صورة مصغره لها ( غير مهم )';
    304 $lang['the width of the picture must not exceed :'] = 'الحد الاعلى لرتفاع الصورة: ';
    305 $lang['can\'t upload the picture on the server'] = 'تستطيع\'t تحميل الصورعلى الخادم';
    306300$lang['the username must be given'] = 'اسم المستخدم ضروري';
    307 $lang['A picture\'s name already used'] = 'الصورة\'s الاسم موجود مسبقا';
    308 $lang['You must choose a picture fileformat for the image'] = 'يجب ان تختار نسق او متداد الصورة';
    309 $lang['Name of the picture'] = 'اسم الصورة';
    310 $lang['Upload a picture'] = 'تحمـيل صورة جـديدة';
    311 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'تم تحميل الصورة ، و سيتم عرضها في اسرع وقت بعد اطلاع الادارة عليها';
    312 $lang['Upload a picture'] = 'تحميل الصورة';
    313301$lang['useful when password forgotten'] = ' ضرورية في حال نسيانك كلمة المرور';
    314302$lang['Quick search'] = 'بحث سريع';
     
    324312$lang['Registration of %s'] = 'تسجيل  %s';
    325313$lang['Album: %s'] = 'الألبوم: %s';
    326 $lang['Picture name: %s'] = 'اسم الصورة: %s';
    327 $lang['Creation date: %s'] = 'التاريخ الاصلي للصورة: %s';
    328314$lang['Picture uploaded by %s'] = 'حملت الصورة بواسطة  %s';
    329315$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'وضغ سيئ للضيف "ضيف", استخدم الحالة الافرتاضية. يرجى ابلاغ المسؤول عن الموقع.';
     
    348334$lang['display photos linked to this tag'] = 'شاهد الصورة التي لها اتباط بالكلمات الدلائلية ';
    349335$lang['photos posted during the last %d days'] = 'صور الايــ%dــام الاخيرة ';
    350 $lang['Choose an image'] = 'اختر الصورة';
    351336$lang['Piwigo Help'] = 'الدعم الفني ';
    352337$lang['Rank'] = 'الألبوم';
  • trunk/language/ca_ES/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Categories authorized thanks to group associations'; 
    6363$lang['Album manual order was saved'] = 'Categories manual order was saved';
    64 $lang['Album elements associated to the following albums: %s'] = 'Category elements associated to the following categories: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Check for upgrade failed for unknown reasons.';
    6665$lang['Check for upgrade'] = 'Comprova si hi ha actualitzacions';
     
    133132$lang['Permission granted thanks to a group'] = 'Permís atorgat gràcies al grup';
    134133$lang['Permission granted'] = 'Permís atorgat';
    135 $lang['Picture informations updated'] = 'Informació de la imatge actualitzada';
     134$lang['Photo informations updated'] = 'Informació de la imatge actualitzada';
    136135$lang['Plugins'] = 'Connectors';
    137136$lang['Position'] = 'Posició';
    138137$lang['Preferences'] = 'Preferències';
    139138$lang['Properties'] = 'Propietats';
    140 $lang['Random picture'] = 'Imatge aleatòria';
     139$lang['Random photo'] = 'Imatge aleatòria';
    141140$lang['Rate date'] = 'Data valoració';
    142141$lang['Rating by guests'] = 'Valoració pels invitats';
     
    209208$lang['Album updated successfully'] = 'La informació de la categoria s\'ha actualitat correctament.';
    210209$lang['photos per page'] = 'elements per pàgina';
    211 $lang['elements'] = 'elements';
    212210$lang['High definition enabled'] = 'Alta definicio habilitat';
    213211$lang['File'] = 'Fitxer';
     
    357355$lang['Database synchronization with files'] = 'Sincronització de la base de dades amb fitxers';
    358356$lang['all'] = 'totes';
    359 $lang['pictures without thumbnail (jpeg and png only)'] = 'imatges sense miniatura (només jpeg i png)';
     357$lang['photos without thumbnail (jpeg and png only)'] = 'imatges sense miniatura (només jpeg i png)';
    360358$lang['height must be a number superior to'] = 'l\'alçada ha de ser un número superior a';
    361359$lang['width must be a number superior to'] = 'l\'amplada ha de ser un número superior a';
    362360$lang['for the file format'] = 'per al format de fitxer';
    363361$lang['No missing thumbnail'] = 'No missing thumbnail';
    364 $lang['Picture unreachable or no support'] = 'Imatge inaccessible o no soportada';
     362$lang['Photo unreachable or no support'] = 'Imatge inaccessible o no soportada';
    365363$lang['GD version'] = 'versió GD';
    366364$lang['Miniaturization parameters'] = 'Paràmetres de miniaturització';
     
    371369$lang['average time'] = 'temps mitjà';
    372370$lang['min time'] = 'temps mínim';
    373 $lang['number of miniaturized pictures'] = 'número d\'imatges miniaturitzades';
     371$lang['number of miniaturized photos'] = 'número d\'imatges miniaturitzades';
    374372$lang['total time'] = 'temps total';
    375373$lang['for this file format'] = 'per aquest format de fitxer';
     
    397395$lang['photos deleted from the database'] = 'elements eliminats de la base de dades';
    398396$lang['photos candidates for metadata synchronization'] = 'imatges candidates per la sincronització de metadades';
    399 $lang['elements informations synchronized with files metadata'] = 'elements d\'informació sincronitzats amb fitxers de metadades';
     397$lang['photos informations synchronized with files metadata'] = 'elements d\'informació sincronitzats amb fitxers de metadades';
    400398$lang['errors during synchronization'] = 'errors durant la sincronització';
    401399$lang['albums added in the database'] = 'categories afegides a la base de dades';
     
    411409$lang['only directories'] = 'només directoris';
    412410$lang['synchronize files structure with database'] = 'sincronitza l\'estructura de fitxers amb la base de dades';
    413 $lang['synchronize files metadata with database elements informations'] = 'sincronitza els fitxers de metadades amb els elements d\'informació de la base de dades';
     411$lang['synchronize files metadata with database photos informations'] = 'sincronitza els fitxers de metadades amb els elements d\'informació de la base de dades';
    414412$lang['even already synchronized photos'] = 'també els elements ja sincronitzats';
    415413$lang['Used metadata'] = 'Metadades utilitzades';
     
    436434$lang['Day'] = 'Dia';
    437435$lang['Pages seen'] = 'Pàgines vistes';
    438 $lang['Pictures'] = 'Imatges';
    439436$lang['Time'] = 'Hora';
    440437$lang['User'] = 'Usuari';
  • trunk/language/ca_ES/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = 'Actualitzeu les vostres valoracions';
    292292$lang['wrong filename'] = 'nom del fitxer erroni';
    293 $lang['the filesize of the picture must not exceed :'] = 'la mida del fitxer de la imatge no pot excedir :';
    294 $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';
    295 $lang['the height of the picture must not exceed :'] = 'l\'alçada de la imatge no pot excedir :';
    296 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, però es recomanat : esculliu una miniatura per associar-la a';
    297 $lang['the width of the picture must not exceed :'] = 'l\'amplada de la imatge no pot excedir :';
    298293$lang['Author'] = 'Autor';
    299 $lang['can\'t upload the picture on the server'] = 'no es pot carregar la imatge al servidor';
    300294$lang['the username must be given'] = 's\'ha d\'indicar el nom d\'usuari';
    301 $lang['A picture\'s name already used'] = 'Un nom d\'imatge ja està en ús';
    302 $lang['You must choose a picture fileformat for the image'] = 'Heu d\'escollir un format de fitxer d\'imatge per la imatge';
    303 $lang['Name of the picture'] = 'Nom de la imatge';
    304 $lang['Upload a picture'] = 'Carrega una imatge';
    305 $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';
    306295$lang['useful when password forgotten'] = 'útil quan s\'ha oblidat la contrasenya';
    307296$lang['Quick search'] = 'Quick search';
     
    317306$lang['Registration of %s'] = 'Registrat de %s';
    318307$lang['Album: %s'] = 'Categoria: %s';
    319 $lang['Picture name: %s'] = 'Nom de la imatge: %s';
    320 $lang['Creation date: %s'] = 'Data de creació: %s';
    321308$lang['Picture uploaded by %s'] = 'Imatge carregada per %s';
    322309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    343330$lang['display photos linked to this tag'] = 'Veure imatges enllaçades amb aquesta etiqueta solament';
    344331$lang['photos posted during the last %d days'] = 'imatges publicades durant els últims %d dies';
    345 $lang['Choose an image'] = 'Esculliu una imatge';
    346332$lang['Piwigo Help'] = 'Ajuda del Piwigo';
    347333$lang['Rank'] = 'Rànquing';
  • trunk/language/cs_CZ/admin.lang.php

    r8723 r8727  
    6565$lang['Albums authorized thanks to group associations'] = 'Alba autorizována díky skupinovému sloučení';
    6666$lang['Album manual order was saved'] = 'Alba s ručním vyběrem byla uložena';
    67 $lang['Album elements associated to the following albums: %s'] = 'Fotky alb přiřazeny k následujícím albům: %s';
    6867$lang['Check for upgrade failed for unknown reasons.'] = 'Zjištění možnosti aktualizace se nezdařilo';
    6968$lang['Check for upgrade'] = 'Zjistit možnost aktualizace';
     
    136135$lang['Permission granted thanks to a group'] = 'Přístup povolen díky skupině';
    137136$lang['Permission granted'] = 'Přístup povolen';
    138 $lang['Picture informations updated'] = 'Informace o fotografiích aktualizovány';
     137$lang['Photo informations updated'] = 'Informace o fotografiích aktualizovány';
    139138$lang['Plugins'] = 'Doplňky';
    140139$lang['Position'] = 'Pozice';
    141140$lang['Preferences'] = 'Nastavení';
    142141$lang['Properties'] = 'Vlastnosti';
    143 $lang['Random picture'] = 'Náhodná fotografie';
     142$lang['Random photo'] = 'Náhodná fotografie';
    144143$lang['Rate date'] = 'Datum hodnocení';
    145144$lang['Rating by guests'] = 'Hodnocení hosty';
     
    211210$lang['Album updated successfully'] = 'Informace o album uloženy.';
    212211$lang['photos per page'] = 'Položek na stránce';
    213 $lang['elements'] = 'Položky';
    214212$lang['High definition enabled'] = 'Vysoké rozlišení povoleno';
    215213$lang['File'] = 'Soubor';
     
    355353$lang['Database synchronization with files'] = 'Synchronizace databáze se soubory';
    356354$lang['all'] = 'Vše';
    357 $lang['pictures without thumbnail (jpeg and png only)'] = 'Fotografie bez náhledu (pouze jpeg nebo png)';
     355$lang['photos without thumbnail (jpeg and png only)'] = 'Fotografie bez náhledu (pouze jpeg nebo png)';
    358356$lang['height must be a number superior to'] = 'Výška musí být větší než';
    359357$lang['width must be a number superior to'] = 'Šířka musí být větší než';
    360358$lang['for the file format'] = 'pro formát souboru';
    361359$lang['No missing thumbnail'] = 'Nechybí žádný náhled';
    362 $lang['Picture unreachable or no support'] = 'Fotografie není dostupná nebo podporovaná';
     360$lang['Photo unreachable or no support'] = 'Fotografie není dostupná nebo podporovaná';
    363361$lang['GD version'] = 'Verze GD knihovny';
    364362$lang['Miniaturization parameters'] = 'Parametry miniaturizace';
     
    369367$lang['average time'] = 'průměrný čas';
    370368$lang['min time'] = 'nejkratší čas';
    371 $lang['number of miniaturized pictures'] = 'počet miniaturizovaných fotografií';
     369$lang['number of miniaturized photos'] = 'počet miniaturizovaných fotografií';
    372370$lang['total time'] = 'celkový čas';
    373371$lang['for this file format'] = 'pro tento formát souboru';
     
    395393$lang['photos deleted from the database'] = 'položek odstraněno z databáze';
    396394$lang['photos candidates for metadata synchronization'] = 'fotografií pro synchronizaci metadat';
    397 $lang['elements informations synchronized with files metadata'] = 'informace synchronizované z metadat souborů';
     395$lang['photos informations synchronized with files metadata'] = 'informace synchronizované z metadat souborů';
    398396$lang['errors during synchronization'] = 'chyb během synchronizace';
    399397$lang['albums added in the database'] = 'alba vložena do databáze';
     
    409407$lang['only directories'] = 'pouze adresáře';
    410408$lang['synchronize files structure with database'] = 'synchronizovat strukturu souborů s databází';
    411 $lang['synchronize files metadata with database elements informations'] = 'synchronizovat metadata souborů s databází';
     409$lang['synchronize files metadata with database photos informations'] = 'synchronizovat metadata souborů s databází';
    412410$lang['even already synchronized photos'] = 'zahrnout i dříve synchronizované položky';
    413411$lang['Used metadata'] = 'Použitá metadata';
     
    433431$lang['Day'] = 'Den';
    434432$lang['Pages seen'] = 'Prohlédnuto stránek';
    435 $lang['Pictures'] = 'Fotografie';
    436433$lang['Time'] = 'čas';
    437434$lang['IP'] = 'IP';
  • trunk/language/cs_CZ/common.lang.php

    r8711 r8727  
    297297$lang['Update your rating'] = 'Aktualizovat hodnocení';
    298298$lang['wrong filename'] = 'chybný název souboru';
    299 $lang['the filesize of the picture must not exceed :'] = 'velikost fotografie na disku nesmí být větší než : ';
    300 $lang['the picture must be to the fileformat jpg, gif or png'] = 'fotografie musí být ve formátu jpg, gif, nebo png';
    301 $lang['the height of the picture must not exceed :'] = 'výška fotografie nesmí být větší než : ';
    302 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Volitelné (doporučeno) : přiřadit náhled k ';
    303 $lang['the width of the picture must not exceed :'] = 'šířka fotografie nesmí být větší než : ';
    304 $lang['can\'t upload the picture on the server'] = 'Nelze nahrát fotografii na server';
    305299$lang['the username must be given'] = 'Je nutné zadat uživatelské jméno';
    306 $lang['A picture\'s name already used'] = 'Fotografie s tímto názvem již existuje';
    307 $lang['You must choose a picture fileformat for the image'] = 'Je nutné zvolit typ souboru fotografie';
    308 $lang['Name of the picture'] = 'Název fotografie';
    309 $lang['Upload a picture'] = 'Nahrát fotografii';
    310 $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';
    311300$lang['useful when password forgotten'] = 'užitečné při zapomenutí hesla';
    312301$lang['Quick search'] = 'Rychlé hledání';
     
    322311$lang['Registration of %s'] = 'Registrace %s';
    323312$lang['Album: %s'] = 'Album: %s';
    324 $lang['Picture name: %s'] = '*Název fotografie: %s';
    325 $lang['Creation date: %s'] = 'Datum vytvoření: %s';
    326313$lang['Picture uploaded by %s'] = 'Fotografie nahrána %s';
    327314
     
    348335$lang['display photos linked to this tag'] = 'Ukázat pouze fotografie spojené s aktuálním klíčovým slovem';
    349336$lang['photos posted during the last %d days'] = 'fotografie vložené za posledních %d dnů';
    350 $lang['Choose an image'] = 'Vybrat fotografii';
    351337$lang['Piwigo Help'] = 'Nápověda Piwigo';
    352338$lang['Rank'] = 'Hodnotit';
  • trunk/language/da_DK/admin.lang.php

    r8723 r8727  
    6464$lang['Albums authorized thanks to group associations']     =     'Kategorier tilladelse takket være gruppe tilknytninger';
    6565$lang['Album manual order was saved']     =     'Kategorier manual ordre er blevet gemt';
    66 $lang['Album elements associated to the following albums: %s']     =     'Kategori elementer i tilknytning til følgende kategorier:% s';
    6766$lang['Check for upgrade failed for unknown reasons.']     =     'Check for opgradering mislykkedes af ukendte årsager.';
    6867$lang['Check for upgrade'] = 'Tjek efter opgradering';
     
    135134$lang['Permission granted thanks to a group']     =     'Tilladelse givet takket være en Gruppe';
    136135$lang['Permission granted']     =     'Tilladelse givet';
    137 $lang['Picture informations updated']     =     'Billed information opdateret';
     136$lang['Photo informations updated']     =     'Billed information opdateret';
    138137$lang['Plugins']     =     'Plugins';
    139138$lang['Position']     =     'Position';
    140139$lang['Preferences']     =     'Indstillinger';
    141140$lang['Properties']     =     'Egenskaber';
    142 $lang['Random picture']     =     'Random billede';
     141$lang['Random photo']     =     'Random billede';
    143142$lang['Rate date']     =     'Rating dato';
    144143$lang['Rating by guests']     =     'Bedømmelse af gæster';
     
    210209$lang['Album updated successfully']     =     'Kategori informationer opdateret.';
    211210$lang['photos per page']     =     'Elementer pr side';
    212 $lang['elements']     =     'Elementer';
    213211$lang['High definition enabled']     =     'High definition er slået til';
    214212$lang['File']     =     'File';
     
    355353$lang['Database synchronization with files']     =     'Database synkronisering med filer';
    356354$lang['all']     =     'Alle';
    357 $lang['pictures without thumbnail (jpeg and png only)']     =     'Billeder uden thumbnail (jpeg og png only)';
     355$lang['photos without thumbnail (jpeg and png only)']     =     'Billeder uden thumbnail (jpeg og png only)';
    358356$lang['height must be a number superior to']     =     'Højde skal være et tal større end';
    359357$lang['width must be a number superior to']     =     'Bredde skal være et tal større end';
    360358$lang['for the file format']     =     'For filformatet';
    361359$lang['No missing thumbnail']     =     'Ingen manglende thumbnail';
    362 $lang['Picture unreachable or no support']     =     'Picture utilgængelig eller ikke understøttet format';
     360$lang['Photo unreachable or no support']     =     'Picture utilgængelig eller ikke understøttet format';
    363361$lang['GD version']     =     'GD version';
    364362$lang['Miniaturization parameters']     =     'Miniaturisering parametre';
     
    369367$lang['average time']     =     'Gennemsnitlige tid';
    370368$lang['min time']     =     'Min tid';
    371 $lang['number of miniaturized pictures']     =     'Antal skabte thumbnails';
     369$lang['number of miniaturized photos']     =     'Antal skabte thumbnails';
    372370$lang['total time']     =     'Total tid';
    373371$lang['for this file format']     =     'For denne fil format';
     
    395393$lang['photos deleted from the database']     =     'Elementer slettet i databasen';
    396394$lang['photos candidates for metadata synchronization']     =     'Billeder kandidater til metadata synkronisering';
    397 $lang['elements informations synchronized with files metadata']     =     'Elementer informationer synkroniseret med filer metadata';
     395$lang['photos informations synchronized with files metadata']     =     'Elementer informationer synkroniseret med filer metadata';
    398396$lang['errors during synchronization']     =     'Fejl under synkroniseringen';
    399397$lang['albums added in the database']     =     'Kategorier tilføjet i databasen';
     
    409407$lang['only directories']     =     'Mapper kun';
    410408$lang['synchronize files structure with database']     =     'Synkronisere filer struktur med databasen';
    411 $lang['synchronize files metadata with database elements informations']     =     'Synkronisere database elementer med filer metadata';
     409$lang['synchronize files metadata with database photos informations']     =     'Synkronisere database elementer med filer metadata';
    412410$lang['even already synchronized photos']     =     'Allerede synkroniserede elementer';
    413411$lang['Used metadata']     =     'Metadata anvendes';
     
    433431$lang['Day']     =     'Dag';
    434432$lang['Pages seen']     =     'Sider set';
    435 $lang['Pictures']     =     'Billeder';
    436433$lang['Time'] = 'Tid';
    437434$lang['IP']     =     'IP';
  • trunk/language/da_DK/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Opdater din bedømmelse';
    294294$lang['wrong filename'] = 'forket filnavn';
    295 $lang['the filesize of the picture must not exceed :'] = 'filestørrelsen må ikke overstige : ';
    296 $lang['the picture must be to the fileformat jpg, gif or png'] = 'filformatet skal være i jpg, gif eller png';
    297 $lang['the height of the picture must not exceed :'] = 'højden af fotoet må ikke overstige : ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Valgfri men anbefalet: Vælg en tilknyttet "thumbnail"';
    299 $lang['the width of the picture must not exceed :'] = 'bredden af fotoet må ikke overstige : ';
    300 $lang['can\'t upload the picture on the server'] = 'Kan ikke uploade fotoet til serveren';
    301295$lang['the username must be given'] = 'brugernavn skal være angivet';
    302 $lang['A picture\'s name already used'] = 'Fotos navn er allerede brugt';
    303 $lang['You must choose a picture fileformat for the image'] = 'Du skal vælget et fotoformat til fotoet';
    304 $lang['Name of the picture'] = 'Navn på fotoet';
    305 $lang['Upload a picture'] = 'Upload et foto';
    306 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Fotoet er uploaded, en administrator vil validere det hurtigst muligt';
    307296$lang['useful when password forgotten'] = 'nyttigt ved glemt password';
    308297$lang['Quick search'] = 'Hurtig søg';
     
    318307$lang['Registration of %s'] = 'Registrering af %s';
    319308$lang['Album: %s'] = 'kategori: %s';
    320 $lang['Picture name: %s'] = 'Foto navn: %s';
    321 $lang['Creation date: %s'] = 'Oprettelses dag: %s';
    322309$lang['Picture uploaded by %s'] = 'Foto uploaded af %s';
    323310// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344331$lang['display photos linked to this tag'] = 'Se fotos linked kun til dette tag';
    345332$lang['photos posted during the last %d days'] = 'fotos oprettet de sidste %d dage';
    346 $lang['Choose an image'] = 'Vælg et foto';
    347333$lang['Piwigo Help'] = 'Piwigo Hjælp';
    348334$lang['Rank'] = 'Rank';
  • trunk/language/de_DE/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Für Alben freigeschaltet durch Gruppenzugehörigkeit';
    6363$lang['Album manual order was saved'] = 'Albumreihenfolgen wurde gespeichert';
    64 $lang['Album elements associated to the following albums: %s'] = 'Albumelemente zu folgenden Alben zugeordnet: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Suche nach einem Upgrade nicht möglich.';
    6665$lang['Check for upgrade'] = 'Prüfe ob eine neue Version der Bildergalerie verfügbar ist.';
     
    133132$lang['Permission granted thanks to a group'] = 'Benutzern durch Zugehörigkeit in einer Gruppe Zugriff erlaubt';
    134133$lang['Permission granted'] = 'Zugriff erlaubt';
    135 $lang['Picture informations updated'] = 'Elementinformationen aktualisiert';
     134$lang['Photo informations updated'] = 'Elementinformationen aktualisiert';
    136135$lang['Plugins'] = 'Plugins';
    137136$lang['Position'] = 'Position';
    138137$lang['Preferences'] = 'Einstellungen';
    139138$lang['Properties'] = 'Eigenschaften';
    140 $lang['Random picture'] = 'zufälliges Bild';
     139$lang['Random photo'] = 'zufälliges Bild';
    141140$lang['Rate date'] = 'Bewertungsdatum';
    142141$lang['Rating by guests'] = 'Erlaube Bewertung(en) durch Gäste';
     
    208207$lang['Album updated successfully'] = 'Informationen des Albums wurden erfolgreich aktualisiert.';
    209208$lang['photos per page'] = 'Elemente pro Seite';
    210 $lang['elements'] = 'Elemente';
    211209$lang['High definition enabled'] = 'High definition eingeschaltet';
    212210$lang['File'] = 'Datei';
     
    349347$lang['Database synchronization with files'] = 'Synchronisierung der Datenbank';
    350348$lang['all'] = 'alle';
    351 $lang['pictures without thumbnail (jpeg and png only)'] = 'Bilder ohne Thumbnail (JPEG-und PNG-only)';
     349$lang['photos without thumbnail (jpeg and png only)'] = 'Bilder ohne Thumbnail (JPEG-und PNG-only)';
    352350$lang['height must be a number superior to'] = 'die Höhe muss größer sein als';
    353351$lang['width must be a number superior to'] = 'die Breite muss größer sein als';
    354352$lang['for the file format'] = 'für das Format der Datei';
    355353$lang['No missing thumbnail'] = 'Keine Miniaturansicht fehlt';
    356 $lang['Picture unreachable or no support'] = 'Bild nicht verfügbar oder wird nicht unterstützt';
     354$lang['Photo unreachable or no support'] = 'Bild nicht verfügbar oder wird nicht unterstützt';
    357355$lang['GD version'] = 'Version von GD Library';
    358356$lang['Miniaturization parameters'] = 'Einstellung der Miniaturisierung';
     
    363361$lang['average time'] = 'durchschnittliche Zeit';
    364362$lang['min time'] = 'min Zeit';
    365 $lang['number of miniaturized pictures'] = 'Anzahl verkleinerter Bilder';
     363$lang['number of miniaturized photos'] = 'Anzahl verkleinerter Bilder';
    366364$lang['total time'] = 'Gesamtzeit';
    367365$lang['for this file format'] = 'für dieses Dateiformat';
     
    389387$lang['photos deleted from the database'] = 'Elemente in der Datenbank gelöscht';
    390388$lang['photos candidates for metadata synchronization'] = 'Elemente , deren Metadaten vorhanden sind';
    391 $lang['elements informations synchronized with files metadata'] = 'Elemente mit der Meta-Datenbank syncronisiert';
     389$lang['photos informations synchronized with files metadata'] = 'Elemente mit der Meta-Datenbank syncronisiert';
    392390$lang['errors during synchronization'] = 'Fehler während der Synchronisation';
    393391$lang['albums added in the database'] = 'Alben in der Datenbank hinzugefügt';
     
    403401$lang['only directories'] = 'Nur Ordner';
    404402$lang['synchronize files structure with database'] = 'Syncronisiere Dateistruktur mit der Datenbank';
    405 $lang['synchronize files metadata with database elements informations'] = 'Syncronisiere Metadaten mit den Informationen in der Datenbank';
     403$lang['synchronize files metadata with database photos informations'] = 'Syncronisiere Metadaten mit den Informationen in der Datenbank';
    406404$lang['even already synchronized photos'] = 'auch bereits synchronisierte Elemente';
    407405$lang['Used metadata'] = 'Benutzte Metadaten';
     
    427425$lang['Day'] = 'Tag';
    428426$lang['Pages seen'] = 'Seitenzugriffe';
    429 $lang['Pictures'] = 'Bilder';
    430427$lang['Time'] = 'Zeit';
    431428$lang['IP'] = 'IP';
  • trunk/language/de_DE/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Aktualisieren Ihre Bewertung';
    294294$lang['wrong filename'] = 'ungültiger Verzeichnisname';
    295 $lang['the filesize of the picture must not exceed :'] = 'die Datei darf nicht größer sein als: ';
    296 $lang['the picture must be to the fileformat jpg, gif or png'] = 'das Bild muss im Dateiformat JPG, GIF, oder PNG sein';
    297 $lang['the height of the picture must not exceed :'] = 'die maximale Bildhöhe darf nicht überschritten werden: ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optional, aber empfohlen: Wählen Sie ein Miniaturbild, um zu ';
    299 $lang['the width of the picture must not exceed :'] = 'die Breite des Bildes darf nicht überschreiten: ';
    300 $lang['can\'t upload the picture on the server'] = 'Das Bild kann nicht hochgeladen werden';
    301295$lang['the username must be given'] = 'Nutzername fehlt';
    302 $lang['A picture\'s name already used'] = 'Diese Datei existiert bereits';
    303 $lang['You must choose a picture fileformat for the image'] = 'das Format der Datei entspricht nicht dem Bild';
    304 $lang['Name of the picture'] = 'Name des Bildes';
    305 $lang['Upload a picture'] = 'Ein Bild hochladen';
    306 $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';
    307 $lang['Upload a picture'] = 'Ein Bild hinzufügen';
    308296$lang['useful when password forgotten'] = 'nützlich, wenn Sie ihr Passwort vergessen';
    309297$lang['Quick search'] = 'Schnellsuche';
     
    319307$lang['Registration of %s'] = 'Registrierung von %s';
    320308$lang['Album: %s'] = 'Album: %s';
    321 $lang['Picture name: %s'] = 'Name des Bildes: %s';
    322 $lang['Creation date: %s'] = 'Erstellungsdatum: %d';
    323309$lang['Picture uploaded by %s'] = 'Bild hochgeladen von %s';
    324310// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    345331$lang['display photos linked to this tag'] = 'Zeige nur Bilder die mit diesem Tag markiert sind';
    346332$lang['photos posted during the last %d days'] = 'Bilder hinzugefügt während der letzten %d Tage';
    347 $lang['Choose an image'] = 'Wählen Sie ein Bild';
    348333$lang['Piwigo Help'] = 'Hilfe Piwigo';
    349334$lang['Rank'] = 'Rang';
  • trunk/language/en_UK/admin.lang.php

    r8723 r8727  
    122122$lang['Album "%s" has been added'] = 'Album "%s" has been added';
    123123$lang['Album "%s" now contains %d photos'] = 'Album "%s" now contains %d photos';
    124 $lang['Album elements associated to the following albums: %s'] = "Album elements associated to the following albums: %s";
     124$lang['Album photos associated to the following albums: %s'] = "Album photos associated to the following albums: %s";
    125125$lang['Album list management'] = "Album list management";
    126126$lang['Album manual order was saved'] = "Album manual order was saved";
     
    253253$lang['Edit album'] = "Edit album";
    254254$lang['edit album'] = "edit album";
    255 $lang['Edit photo information'] = "Modify picture information";
     255$lang['Edit photo information'] = "Edit photo information";
    256256$lang['Edit ranks'] = "Edit ranks";
    257257$lang['Edit selected tags'] = "Edit selected tags";
     
    259259$lang['Element type'] = "Element type";
    260260$lang['Element'] = "Element";
    261 $lang['elements informations synchronized with files metadata'] = "elements informations synchronized with files metadata";
    262 $lang['elements'] = "elements";
     261$lang['photos informations synchronized with files metadata'] = "photos informations synchronized with files metadata";
    263262$lang['Email administrators when a comment is deleted'] = "Email administrators when a comment is deleted";
    264263$lang['Email administrators when a comment is modified'] = "Email administrators when a comment is modified";
     
    401400$lang['Make this language available to users'] = 'Make this language available to users';
    402401$lang['Make this theme available to users'] = 'Make this theme available to users';
    403 $lang['manage album elements'] = "manage album elements";
     402$lang['manage album photos'] = "manage album photos";
    404403$lang['Manage authorizations for selected albums'] = "Manage authorizations for selected albums";
    405404$lang['Manage permissions for group "%s"'] = "Manage permissions for the group \"%s\"";
     
    456455$lang['Number of comments per page'] = "Number of comments per page";
    457456$lang['Number of downloads'] = "Number of downloads";
    458 $lang['number of miniaturized pictures'] = "number of thumbnails created";
     457$lang['number of miniaturized photos'] = "number of thumbnails created";
    459458$lang['Number of rates'] = "Number of rates";
    460459$lang['Number of thumbnails to create'] = "Number of thumbnails to create";
     
    505504$lang['photos updated in the database'] = "photos updated in the database";
    506505$lang['Photos'] = "Photos";
    507 $lang['Picture informations updated'] = "Picture informations updated";
    508 $lang['Picture unreachable or no support'] = "Picture unreachable or unsupported format";
    509 $lang['pictures without thumbnail (jpeg and png only)'] = "pictures without thumbnail (jpeg and png only)";
    510 $lang['Pictures'] = "Pictures";
     506$lang['Photo informations updated'] = "Photo informations updated";
     507$lang['Photo unreachable or no support'] = "Photo unreachable or unsupported format";
     508$lang['photos without thumbnail (jpeg and png only)'] = "photos without thumbnail (jpeg and png only)";
    511509$lang['Piwigo Administration'] = "Piwigo Administration";
    512510$lang['Piwigo Announcements Newsletter'] = "Piwigo Announcement Newsletter";
     
    544542$lang['Purge sessions'] = "Purge sessions";
    545543$lang['Quick Local Synchronization'] = "Quick Local Synchronization";
    546 $lang['Random picture'] = "Random picture";
     544$lang['Random photo'] = "Random photo";
    547545$lang['randomly represented'] = "random representative";
    548546$lang['ranks'] = "ranks";
     
    629627$lang['Support'] = "Support";
    630628$lang['Switch to clear or dark colors for administration'] = 'Switch to clear or dark colors for administration';
    631 $lang['synchronize files metadata with database elements informations'] = "synchronize database elements with files metadata";
     629$lang['synchronize files metadata with database photos informations'] = "synchronize database photos with files metadata";
    632630$lang['synchronize files structure with database'] = "synchronize files structure with database";
    633631$lang['synchronize metadata'] = "synchronize metadata";
  • trunk/language/en_UK/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = "Update your rating";
    292292$lang['wrong filename'] = "wrong filename";
    293 $lang['the filesize of the picture must not exceed :'] = "the picture filesize must not exceed :";
    294 $lang['the picture must be to the fileformat jpg, gif or png'] = "the picture fileformat must be jpg, gif or png";
    295 $lang['the height of the picture must not exceed :'] = "the picture height must not exceed :";
    296 $lang['Optional, but recommended : choose a thumbnail to associate to'] = "Optional, but recommended : choose a thumbnail to associate to";
    297 $lang['the width of the picture must not exceed :'] = "the width of the picture must not exceed :";
    298 $lang['can\'t upload the picture on the server'] = "the picture cannot be uploaded onto the server";
    299293$lang['the username must be given'] = "the username is required";
    300 $lang['A picture\'s name already used'] = "this picture name is already used";
    301 $lang['You must choose a picture fileformat for the image'] = "You must choose a picture fileformat for the image";
    302 $lang['Name of the picture'] = "Picture name";
    303 $lang['Upload a picture'] = "Upload a picture";
    304 $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";
    305294$lang['useful when password forgotten'] = "useful in case password is forgotten";
    306295$lang['Quick search'] = "Quick search";
     
    316305$lang['Registration of %s'] = "Registration of %s";
    317306$lang['Album: %s'] = "Album: %s";
    318 $lang['Picture name: %s'] = "Picture name: %s";
    319 $lang['Creation date: %s'] = "Creation date: %s";
    320 $lang['Picture uploaded by %s'] = "Picture uploaded by %s";
    321307$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.";
    322308$lang['Administrator, webmaster and special user cannot use this method'] = "Administrator, webmaster and special user cannot use this method";
     
    340326$lang['display photos linked to this tag'] = "display photos linked to this tag";
    341327$lang['photos posted during the last %d days'] = "photos posted during the last %d days";
    342 $lang['Choose an image'] = "Choose an image";
    343328$lang['Piwigo Help'] = "Piwigo help";
    344329$lang['Rank'] = "Rank";
  • trunk/language/es_AR/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'Actualizar su calificación';
    293293$lang['wrong filename'] = 'nombre de carpeta incorrecto';
    294 $lang['the filesize of the picture must not exceed :'] = 'el tamaño de la imagen debe ser inferior o igual a: ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = 'formatos aceptados: jpg, png o gif únicamente';
    296 $lang['the height of the picture must not exceed :'] = 'la altura de la imagen debe ser inferior o igual a: ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'No es obligatorio pero se recomienda: elegir una diapositiva asociada ';
    298 $lang['the width of the picture must not exceed :'] = 'el ancho de la imagen debe ser inferior o igual a: ';
    299 $lang['can\'t upload the picture on the server'] = 'fue imposible subir el archivo al servidor';
    300294$lang['the username must be given'] = 'falta el nombre de usuario';
    301 $lang['A picture\'s name already used'] = 'este archivo ya existe';
    302 $lang['You must choose a picture fileformat for the image'] = 'el formato del archivo no es un formato de imagen reconocido';
    303 $lang['Name of the picture'] = 'Título de la imagen';
    304 $lang['Upload a picture'] = 'Agregar una imagen';
    305 $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';
    306295$lang['useful when password forgotten'] = 'útil en caso de contraseña olvidada';
    307296$lang['Quick search'] = 'Búsqueda rápida';
     
    317306$lang['Registration of %s'] = 'Registro de %s';
    318307$lang['Album: %s'] = 'Categoría: %s';
    319 $lang['Picture name: %s'] = 'Nombre de la imagen: %s';
    320 $lang['Creation date: %s'] = 'Fecha de creación: %d';
    321308$lang['Picture uploaded by %s'] = 'Imagen subida por %s';
    322309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    343330$lang['display photos linked to this tag'] = 'Ver únicamente las imágenes relacionadas a ese tag';
    344331$lang['photos posted during the last %d days'] = 'imágenes agregadas los últimos días';
    345 $lang['Choose an image'] = 'Elegir una imagen para agregar';
    346332$lang['Piwigo Help'] = 'Ayuda de Piwigo';
    347333$lang['Rank'] = 'Rango';
  • trunk/language/es_ES/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Álbum disponible por partenecer al grupo';
    6363$lang['Album manual order was saved'] = 'El orden manual de los albumes se guardo con exito';
    64 $lang['Album elements associated to the following albums: %s'] = 'Les fotos del àlbum fueron asociados a los àlbumes siguientes : %s';
    6564$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.';
    6665$lang['Check for upgrade'] = 'Última versión';
     
    133132$lang['Permission granted thanks to a group'] = 'Acceso autorizado gracias a la pertenencia a los grupos';
    134133$lang['Permission granted'] = 'Acceso autorizado';
    135 $lang['Picture informations updated'] = 'Informaciones actualizada de la imagen';
     134$lang['Photo informations updated'] = 'Informaciones actualizada de la imagen';
    136135$lang['Plugins'] = 'Plugins';
    137136$lang['Position'] = 'Posición';
    138137$lang['Preferences'] = 'Preferencias';
    139138$lang['Properties'] = 'Propiedades';
    140 $lang['Random picture'] = 'Al azar';
     139$lang['Random photo'] = 'Al azar';
    141140$lang['Rate date'] = 'Fecha de notación';
    142141$lang['Rating by guests'] = 'Notación por los visitantes';
     
    208207$lang['Album updated successfully'] = 'Les informationes del àlbum se actualizaron con exito.';
    209208$lang['photos per page'] = 'Elementos por página';
    210 $lang['elements'] = 'Elementos';
    211209$lang['High definition enabled'] = 'Alta definición activo';
    212210$lang['File'] = 'archivo';
     
    350348$lang['Database synchronization with files'] = 'Sincronización de la base de datos a partir de los ficheros';
    351349$lang['all'] = 'todo';
    352 $lang['pictures without thumbnail (jpeg and png only)'] = 'imagen sin miniatura (jpeg y png únicamente)';
     350$lang['photos without thumbnail (jpeg and png only)'] = 'imagen sin miniatura (jpeg y png únicamente)';
    353351$lang['height must be a number superior to'] = 'La altura debe ser  un entero superior a';
    354352$lang['width must be a number superior to'] = 'La ancho debe ser un entero superior a';
    355353$lang['for the file format'] = 'para el tamaño de fichero';
    356354$lang['No missing thumbnail'] = 'No falta ninguna miniatura';
    357 $lang['Picture unreachable or no support'] = 'Imagen inaccesible o no soportada';
     355$lang['Photo unreachable or no support'] = 'Imagen inaccesible o no soportada';
    358356$lang['GD version'] = 'versión de GD';
    359357$lang['Miniaturization parameters'] = 'Parámetro de miniaturización';
     
    364362$lang['average time'] = 'El tiempo medio';
    365363$lang['min time'] = 'El tiempo mínimo';
    366 $lang['number of miniaturized pictures'] = 'número de miniaturas creadas';
     364$lang['number of miniaturized photos'] = 'número de miniaturas creadas';
    367365$lang['total time'] = 'el tiempo total';
    368366$lang['for this file format'] = 'para este tamaño de fichero';
     
    390388$lang['photos deleted from the database'] = 'Elementos suprimidos de la base de datos';
    391389$lang['photos candidates for metadata synchronization'] = 'Imágenes candidatas a la sincronización con los méta-datos';
    392 $lang['elements informations synchronized with files metadata'] = 'Informaciones de las imágenes sincronizadas con los méta-datos';
     390$lang['photos informations synchronized with files metadata'] = 'Informaciones de las imágenes sincronizadas con los méta-datos';
    393391$lang['errors during synchronization'] = 'errores sobrevenidos durante la sincronización';
    394392$lang['albums added in the database'] = 'àlbumes añadidos a la base de datos';
     
    404402$lang['only directories'] = 'repertorios únicamente';
    405403$lang['synchronize files structure with database'] = 'sincronizar la estructura de los ficheros con la base de datos';
    406 $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';
     404$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';
    407405$lang['even already synchronized photos'] = 'tanbien los elementos ya sincronizados';
    408406$lang['Used metadata'] = 'Méta-datos empleados';
     
    428426$lang['Day'] = 'Día';
    429427$lang['Pages seen'] = 'Páginas visitadas';
    430 $lang['Pictures'] = 'Imágenes';
    431428$lang['Time'] = 'Hora';
    432429$lang['IP'] = 'IP';
  • trunk/language/es_ES/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'Actualizar la valoración';
    293293$lang['wrong filename'] = 'Nombre de directorio incorrecto';
    294 $lang['the filesize of the picture must not exceed :'] = 'El tamaño de la imagen no debe sobrepasar los: ';
    295 $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';
    296 $lang['the height of the picture must not exceed :'] = 'La altura de la imagen no debe sobrepasar los: ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, pero recomendado: escoger una miniatura para asociar ';
    298 $lang['the width of the picture must not exceed :'] = 'La ancho de la imagen no debe sobrepasar los: ';
    299 $lang['can\'t upload the picture on the server'] = 'Imposible trasladar el fichero sobre el servidor';
    300294$lang['the username must be given'] = 'Indique el nombre de usuario';
    301 $lang['A picture\'s name already used'] = 'Ya existe otra imagen con el mismo nombre';
    302 $lang['You must choose a picture fileformat for the image'] = 'Indique el formato de archivo de la imagen';
    303 $lang['Name of the picture'] = 'Nombre de la imagen';
    304 $lang['Upload a picture'] = 'Agregar una imagen';
    305 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Imagen agregada; podrá visualizarse una vez la apruebe el administrador';
    306295$lang['useful when password forgotten'] = 'Útil en caso de que olvideis la contraseña';
    307296$lang['Quick search'] = 'Búsqueda rápida';
     
    317306$lang['Registration of %s'] = 'Registro de %s';
    318307$lang['Album: %s'] = 'Album : %s';
    319 $lang['Picture name: %s'] = 'Nombre de la imagen: %s';
    320 $lang['Creation date: %s'] = 'Fecha de creación: %d';
    321308$lang['Picture uploaded by %s'] = 'Imagen cargada por %s';
    322309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    343330$lang['display photos linked to this tag'] = 'Ver las imágenes relacionadas únicamente a este tag';
    344331$lang['photos posted during the last %d days'] = 'esta imagen tiene menos de %d dias';
    345 $lang['Choose an image'] = 'Elegir una imagen';
    346332$lang['Piwigo Help'] = 'Ayuda de Piwigo';
    347333$lang['Rank'] = 'Fila';
  • trunk/language/fa_IR/admin.lang.php

    r8723 r8727  
    6464$lang['Albums authorized thanks to group associations'] = "Categories authorized thanks to group associations";
    6565$lang['Album manual order was saved'] = "ترتيب دستي دسته‌ها با موفقيت ذخيره شد";
    66 $lang['Album elements associated to the following albums: %s'] = "Category elements associated to the following categories: %s";
    6766$lang['Check for upgrade failed for unknown reasons.'] = "Check for upgrade failed for unknown reasons.";
    6867$lang['Check for upgrade'] = "چک براي بروزرساني";
     
    135134$lang['Permission granted thanks to a group'] = "Permission granted thanks to a group";
    136135$lang['Permission granted'] = "Permission granted";
    137 $lang['Picture informations updated'] = "اطلاعات تصویر بروز رسانی شد";
     136$lang['Photo informations updated'] = "اطلاعات تصویر بروز رسانی شد";
    138137$lang['Plugins'] = "پلاگین‌ها";
    139138$lang['Position'] = "موقعیت";
    140139$lang['Preferences'] = "تنظیمات";
    141140$lang['Properties'] = "خواص";
    142 $lang['Random picture'] = "تصاویر تصادفی";
     141$lang['Random photo'] = "تصاویر تصادفی";
    143142$lang['Rate date'] = "تاریخ امتیازدهی";
    144143$lang['Rating by guests'] = "دادن امتیاز توسط میهمان";
     
    210209$lang['Album updated successfully'] = "اطلاعات دسته با موفقیت به‌روزرسانی شد.";
    211210$lang['photos per page'] = "تعداد آیتم‌ها در صفحه";
    212 $lang['elements'] = "اشیا";
    213211$lang['High definition enabled'] = "High definition enabled";
    214212$lang['File'] = "فایل";
     
    356354$lang['Database synchronization with files'] = "همگام‌سازی پایگاه‌داده با فایل‌ها";
    357355$lang['all'] = "همه";
    358 $lang['pictures without thumbnail (jpeg and png only)'] = "تصاویر بدون عکس‌ریزه(thumbnail) (فقط jpeg و png)";
     356$lang['photos without thumbnail (jpeg and png only)'] = "تصاویر بدون عکس‌ریزه(thumbnail) (فقط jpeg و png)";
    359357$lang['height must be a number superior to'] = "طول باید عددی بزرگتر از";
    360358$lang['width must be a number superior to'] = "عرض باید عددی بزرگتر از";
    361359$lang['for the file format'] = "برای نوع فایل(file format)";
    362360$lang['No missing thumbnail'] = "No missing thumbnail";
    363 $lang['Picture unreachable or no support'] = "تصاویر غیرقابل دسترسی یا بدون پشتیبانی سیستم";
     361$lang['Photo unreachable or no support'] = "تصاویر غیرقابل دسترسی یا بدون پشتیبانی سیستم";
    364362$lang['GD version'] = "نصخه GD";
    365363$lang['Miniaturization parameters'] = "پارامترهای کوچک کردن";
     
    370368$lang['average time'] = "زمان متوسط";
    371369$lang['min time'] = "کمترین زمان";
    372 $lang['number of miniaturized pictures'] = "تعداد عکس‌ریزه‌های(thumbnails) ایجاد شده";
     370$lang['number of miniaturized photos'] = "تعداد عکس‌ریزه‌های(thumbnails) ایجاد شده";
    373371$lang['total time'] = "تمام زمان";
    374372$lang['for this file format'] = "برای این نوع فایل (file format)";
     
    396394$lang['photos deleted from the database'] = "اشیا از پایگاه داده حذف شدند";
    397395$lang['photos candidates for metadata synchronization'] = "تصاویری که می‌خواهند ابرداده(metadata) خودر را همگام‌سازی کنند";
    398 $lang['elements informations synchronized with files metadata'] = "اشیائی کهاطلاعات آن‌ها با فایل‌های ابرداده(metadata) همگام‌سازی شدند";
     396$lang['photos informations synchronized with files metadata'] = "اشیائی کهاطلاعات آن‌ها با فایل‌های ابرداده(metadata) همگام‌سازی شدند";
    399397$lang['errors during synchronization'] = "خطا در همگام‌سازی";
    400398$lang['albums added in the database'] = "دسته‌ها در پایگاه‌داده اضافه شدند";
     
    410408$lang['only directories'] = "فقط دایرکتوری‌ها";
    411409$lang['synchronize files structure with database'] = "همگام‌سازی ساختار(structure) فایل‌ها با پایگاه‌داده";
    412 $lang['synchronize files metadata with database elements informations'] = "همگام‌سازی اشیا پایگاه‌داده با استفاده از فایل ابرداده(metadata)";
     410$lang['synchronize files metadata with database photos informations'] = "همگام‌سازی اشیا پایگاه‌داده با استفاده از فایل ابرداده(metadata)";
    413411$lang['even already synchronized photos'] = "even already synchronized photos";
    414412$lang['Used metadata'] = "استفاده از ابرمتن(Metadata)";
     
    434432$lang['Day'] = "روز";
    435433$lang['Pages seen'] = "صفحات دیده شده";
    436 $lang['Pictures'] = "تصاویر";
    437434$lang['Time'] = "دفعه";
    438435$lang['IP'] = "IP";
  • trunk/language/fa_IR/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = "بروزرسانی امتیاز";
    292292$lang['wrong filename'] = "نام‌فایل استباه است";
    293 $lang['the filesize of the picture must not exceed :'] = "اندازه تصویر نباید از این مقدار بیشتر باشد:";
    294 $lang['the picture must be to the fileformat jpg, gif or png'] = "فرمت تصویر باید jpg ، gif یا png باشد.";
    295 $lang['the height of the picture must not exceed :'] = "ارتفاع تصویر نباید بیشتر از این مقدار باشد:";
    296 $lang['Optional, but recommended : choose a thumbnail to associate to'] = "اختیاری ، اما بهتر است که یک عکس‌ریزه(Thumbnail) برای مربوط ساختن انتخاب کنید.";
    297 $lang['the width of the picture must not exceed :'] = "عرض تصاویر نباید بیشتر از این مقدار باشد:";
    298 $lang['can\'t upload the picture on the server'] = "تصاویر را نمی‌توان روی سرور آپلود کرد!";
    299293$lang['the username must be given'] = "نام کاربری ضرور است";
    300 $lang['A picture\'s name already used'] = "نام‌تصویر در سیستم موجود است";
    301 $lang['You must choose a picture fileformat for the image'] = "شما باید یک فرمت برای تصویر معین نمایید.";
    302 $lang['Name of the picture'] = "نام تصویر";
    303 $lang['Upload a picture'] = "آپلود یک تصویر";
    304 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "تصویر با موفقیت آپلود شد؛ زمانی که مدیر تصویر شما را تایید کرد، تصویر شما نمایش داده می‌شود.";
    305294$lang['useful when password forgotten'] = "قابل استفاده برای گذرواژه فراموش شده";
    306295$lang['Quick search'] = "جستجوی سریع";
     
    316305$lang['Registration of %s'] = "Registration of %s";
    317306$lang['Album: %s'] = "Category: %s";
    318 $lang['Picture name: %s'] = "نام تصویر: %s";
    319 $lang['Creation date: %s'] = "تاریخ گرفتن تصویر: %s";
    320307$lang['Picture uploaded by %s'] = "تصویر توسط %s آپلود شده";
    321308$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = "وضعیت بد برای کاربر \"میهمان\" ، وضعیت پیش‌فرض . لطفا این موضوع را با وبمستر(مدیر‌سایت) در میان بگذارید.";
     
    340327$lang['display photos linked to this tag'] = "نمایش تصاویری که مربوط به این برچسب هستند";
    341328$lang['photos posted during the last %d days'] = "تصاویری که در %d روز گذشته ارسال شدهخ‌اند.";
    342 $lang['Choose an image'] = "انتخاب یک تصویر";
    343329$lang['Piwigo Help'] = "Piwigo help";
    344330$lang['Rank'] = "امتیاز";
  • trunk/language/fr_CA/admin.lang.php

    r8723 r8727  
    6464$lang['Albums authorized thanks to group associations'] = "Catégories accessibles grâce à l'appartenance aux groupes";
    6565$lang['Album manual order was saved'] = "L'ordre manuel des catégories a été sauvegardé";
    66 $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";
    6766$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.";
    6867$lang['Check for upgrade'] = "Dernière version ?";
     
    135134$lang['Permission granted thanks to a group'] = "Accès autorisé grâce à l'appartenance aux groupes";
    136135$lang['Permission granted'] = "Accès autorisé";
    137 $lang['Picture informations updated'] = "Informations de l'image mises à jour";
     136$lang['Photo informations updated'] = "Informations de l'image mises à jour";
    138137$lang['Plugins'] = "Plugins";
    139138$lang['Position'] = "Position";
    140139$lang['Preferences'] = "Préférences";
    141140$lang['Properties'] = "Propriétés";
    142 $lang['Random picture'] = "Image au hasard";
     141$lang['Random photo'] = "Image au hasard";
    143142$lang['Rate date'] = "Date de notation";
    144143$lang['Rating by guests'] = "Notation par les invités";
     
    210209$lang['Album updated successfully'] = "Les informations de la catégorie ont été mises à jour avec succès.";
    211210$lang['photos per page'] = "Nombre d'éléments par page à afficher";
    212 $lang['elements'] = "éléments";
    213211$lang['High definition enabled'] = "Haute définition actif";
    214212$lang['File'] = "Fichier";
     
    358356$lang['Database synchronization with files'] = "Synchronisation de la base à partir des fichiers de";
    359357$lang['all'] = "Tout";
    360 $lang['pictures without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
     358$lang['photos without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
    361359$lang['height must be a number superior to'] = "la hauteur doit un entier supérieur à";
    362360$lang['width must be a number superior to'] = "la largeur doit être un entier supérieur à";
    363361$lang['for the file format'] = "pour le format de fichier";
    364362$lang['No missing thumbnail'] = "Aucune miniature ne manque";
    365 $lang['Picture unreachable or no support'] = "Image inaccessible ou format non supporté";
     363$lang['Photo unreachable or no support'] = "Image inaccessible ou format non supporté";
    366364$lang['GD version'] = "version de GD";
    367365$lang['Miniaturization parameters'] = "Paramètre de miniaturisation";
     
    372370$lang['average time'] = "temps moyen";
    373371$lang['min time'] = "temps minimal";
    374 $lang['number of miniaturized pictures'] = "nombre de miniatures créées";
     372$lang['number of miniaturized photos'] = "nombre de miniatures créées";
    375373$lang['total time'] = "temps total";
    376374$lang['for this file format'] = "pour ce format de fichier";
     
    398396$lang['photos deleted from the database'] = "éléments supprimés de la base de données";
    399397$lang['photos candidates for metadata synchronization'] = "images candidates à la synchronisation avec les méta-données";
    400 $lang['elements informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données";
     398$lang['photos informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données";
    401399$lang['errors during synchronization'] = "erreurs survenues durant la synchronisation";
    402400$lang['albums added in the database'] = "catégories ajoutées dans la base de données";
     
    412410$lang['only directories'] = "Répertoires uniquement";
    413411$lang['synchronize files structure with database'] = "Synchroniser la structure des fichiers avec la base de données";
    414 $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";
     412$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";
    415413$lang['even already synchronized photos'] = "Même les éléments déjà synchronisés";
    416414$lang['Used metadata'] = "Méta-données employées";
     
    437435$lang['Day'] = "Jour";
    438436$lang['Pages seen'] = "Pages vues";
    439 $lang['Pictures'] = "Images";
    440437$lang['Time'] = "Heure";
    441438$lang['User'] = "Utilisateur";
  • trunk/language/fr_CA/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Mettre à jour votre note';
    294294$lang['wrong filename'] = 'mauvais nom de fichier';
    295 $lang['the filesize of the picture must not exceed :'] = 'le poids de l\'image ne doit pas dépasser : ';
    296 $lang['the picture must be to the fileformat jpg, gif or png'] = 'le format de l\'image doit être jpg, png ou gif';
    297 $lang['the height of the picture must not exceed :'] = 'la hauteur de l\'image ne doit pas dépasser : ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optionnel, mais recommandé : choisir une miniature à associer ';
    299 $lang['the width of the picture must not exceed :'] = 'la largeur de l\'image ne doit pas dépasser : ';
    300295$lang['Author'] = 'Auteur';
    301 $lang['can\'t upload the picture on the server'] = 'impossible de transférer le fichier sur le serveur';
    302296$lang['the username must be given'] = 'le nom d\'utilisateur doit être indiqué';
    303 $lang['A picture\'s name already used'] = 'ce fichier existe déjà';
    304 $lang['You must choose a picture fileformat for the image'] = 'Le format du fichier doit être un format d\'image';
    305 $lang['Name of the picture'] = 'Nom de l\'image';
    306 $lang['Upload a picture'] = 'Ajouter une image';
    307 $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';
    308297$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
    309298$lang['Quick search'] = 'Recherche rapide';
     
    319308$lang['Registration of %s'] = 'Enregistrement de %s';
    320309$lang['Album: %s'] = 'Catégorie : %s';
    321 $lang['Picture name: %s'] = 'Nom de l\'image : %s';
    322 $lang['Creation date: %s'] = 'Date de création : %d';
    323310$lang['Picture uploaded by %s'] = 'Image téléchargée par %s';
    324311// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    345332$lang['display photos linked to this tag'] = 'Voir les images liées uniquement à ce mot clé';
    346333$lang['photos posted during the last %d days'] = 'images ajoutées au cours des %d derniers jours';
    347 $lang['Choose an image'] = 'Choisir une image à ajouter';
    348334$lang['Piwigo Help'] = 'Aide de Piwigo';
    349335$lang['Rank'] = 'Rang';
  • trunk/language/fr_FR/admin.lang.php

    r8723 r8727  
    6464$lang['Albums authorized thanks to group associations'] = 'Albums accessibles grâce à l\'appartenance aux groupes';
    6565$lang['Album manual order was saved'] = 'L\'ordre manuel des albums a été sauvegardé';
    66 $lang['Album elements associated to the following albums: %s'] = 'Les photos de l\'album ont été associés aux albums suivants : %s';
     66$lang['Album photos associated to the following albums: %s'] = 'Les photos de l\'album ont été associées aux albums suivants : %s';
    6767$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.";
    6868$lang['Check for upgrade'] = "Dernière version ?";
     
    135135$lang['Permission granted thanks to a group'] = "Accès autorisé grâce à l'appartenance aux groupes";
    136136$lang['Permission granted'] = "Accès autorisé";
    137 $lang['Picture informations updated'] = "Informations de l'image mises à jour";
     137$lang['Photo informations updated'] = "Informations de l'image mises à jour";
    138138$lang['Plugins'] = "Plugins";
    139139$lang['Position'] = "Position";
    140140$lang['Preferences'] = "Préférences";
    141141$lang['Properties'] = "Propriétés";
    142 $lang['Random picture'] = "Image au hasard";
     142$lang['Random photo'] = "Image au hasard";
    143143$lang['Rate date'] = "Date de notation";
    144144$lang['Rating by guests'] = "Notation par les invités";
     
    210210$lang['Album updated successfully'] = 'Les informations de l\'album ont été mises à jour avec succès.';
    211211$lang['photos per page'] = "Nombre d'éléments par page à afficher";
    212 $lang['elements'] = "éléments";
    213212$lang['High definition enabled'] = "Haute définition actif";
    214213$lang['File'] = "Fichier";
     
    354353$lang['Database synchronization with files'] = "Synchronisation de la base à partir des fichiers de";
    355354$lang['all'] = "Tout";
    356 $lang['pictures without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
     355$lang['photos without thumbnail (jpeg and png only)'] = "images sans miniature (jpeg et png uniquement)";
    357356$lang['height must be a number superior to'] = "la hauteur doit un entier supérieur à";
    358357$lang['width must be a number superior to'] = "la largeur doit être un entier supérieur à";
    359358$lang['for the file format'] = "pour le format de fichier";
    360359$lang['No missing thumbnail'] = "Aucune miniature ne manque";
    361 $lang['Picture unreachable or no support'] = "Image inaccessible ou format non supporté";
     360$lang['Photo unreachable or no support'] = "Image inaccessible ou format non supporté";
    362361$lang['GD version'] = "version de GD";
    363362$lang['Miniaturization parameters'] = "Paramètre de miniaturisation";
     
    368367$lang['average time'] = "temps moyen";
    369368$lang['min time'] = "temps minimal";
    370 $lang['number of miniaturized pictures'] = "nombre de miniatures créées";
     369$lang['number of miniaturized photos'] = "nombre de miniatures créées";
    371370$lang['total time'] = "temps total";
    372371$lang['for this file format'] = "pour ce format de fichier";
     
    394393$lang['photos deleted from the database'] = "éléments supprimés de la base de données";
    395394$lang['photos candidates for metadata synchronization'] = "images candidates à la synchronisation avec les méta-données";
    396 $lang['elements informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données";
     395$lang['photos informations synchronized with files metadata'] = "informations des images synchronisées avec les méta-données";
    397396$lang['errors during synchronization'] = "erreurs survenues durant la synchronisation";
    398397$lang['albums added in the database'] = 'albums ajoutés dans la base de données';
     
    408407$lang['only directories'] = "Répertoires uniquement";
    409408$lang['synchronize files structure with database'] = "Synchroniser la structure des fichiers avec la base de données";
    410 $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";
     409$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";
    411410$lang['even already synchronized photos'] = "Même les éléments déjà synchronisés";
    412411$lang['Used metadata'] = "Méta-données employées";
     
    432431$lang['Day'] = "Jour";
    433432$lang['Pages seen'] = "Pages vues";
    434 $lang['Pictures'] = "Images";
    435433$lang['Time'] = "Heure";
    436434$lang['IP'] = "IP";
  • trunk/language/fr_FR/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = 'Mettre à jour votre note';
    292292$lang['wrong filename'] = 'mauvais nom de fichier';
    293 $lang['the filesize of the picture must not exceed :'] = 'le poids de l\'image ne doit pas dépasser : ';
    294 $lang['the picture must be to the fileformat jpg, gif or png'] = 'le format de l\'image doit être jpg, png ou gif';
    295 $lang['the height of the picture must not exceed :'] = 'la hauteur de l\'image ne doit pas dépasser : ';
    296 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optionnel, mais recommandé : choisir une miniature à associer ';
    297 $lang['the width of the picture must not exceed :'] = 'la largeur de l\'image ne doit pas dépasser : ';
    298 $lang['can\'t upload the picture on the server'] = 'impossible de transférer le fichier sur le serveur';
    299293$lang['the username must be given'] = 'le nom d\'utilisateur doit être indiqué';
    300 $lang['A picture\'s name already used'] = 'ce fichier existe déjà';
    301 $lang['You must choose a picture fileformat for the image'] = 'Le format du fichier doit être un format d\'image';
    302 $lang['Name of the picture'] = 'Nom de l\'image';
    303 $lang['Upload a picture'] = 'Ajouter une image';
    304 $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';
    305294$lang['useful when password forgotten'] = 'utile en cas d\'oubli de mot de passe';
    306295$lang['Quick search'] = 'Recherche rapide';
     
    316305$lang['Registration of %s'] = 'Enregistrement de %s';
    317306$lang['Album: %s'] = 'Album : %s';
    318 $lang['Picture name: %s'] = 'Nom de l\'image : %s';
    319 $lang['Creation date: %s'] = 'Date de création : %d';
    320307$lang['Picture uploaded by %s'] = 'Image téléchargée par %s';
    321308// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    342329$lang['display photos linked to this tag'] = 'Voir les images liées uniquement à ce tag';
    343330$lang['photos posted during the last %d days'] = 'images ajoutées au cours des %d derniers jours';
    344 $lang['Choose an image'] = 'Choisir une image à ajouter';
    345331$lang['Piwigo Help'] = 'Aide de Piwigo';
    346332$lang['Rank'] = 'Rang';
  • trunk/language/he_IL/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'הקטגוריה מאושרת אודות לקבוצת האסוציאציות';
    6363$lang['Album manual order was saved'] = 'סדר הקטגוריות נשמר';
    64 $lang['Album elements associated to the following albums: %s'] = 'הפריטים בקטגוריה משוייכים לקטגוריה "%s"';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'בדוק אם השדרוג נכשל מסיבות לא ידועות.';
    6665$lang['Check for upgrade'] = 'חפש עדכונים שדרוגים';
     
    133132$lang['Permission granted thanks to a group'] = 'ההרשאה ניתנה בזכות הקבוצה';
    134133$lang['Permission granted'] = 'ניתנה הרשאה';
    135 $lang['Picture informations updated'] = 'מידע עבור התמונות הועלה';
     134$lang['Photo informations updated'] = 'מידע עבור התמונות הועלה';
    136135$lang['Plugins'] = 'תוספים';
    137136$lang['Position'] = 'מיקום';
    138137$lang['Preferences'] = 'העדפות';
    139138$lang['Properties'] = 'נכסים';
    140 $lang['Random picture'] = 'תמונה אקראית';
     139$lang['Random photo'] = 'תמונה אקראית';
    141140$lang['Rate date'] = 'תאריך דירוג';
    142141$lang['Rating by guests'] = 'דירוג על ידי אורחים';
     
    208207$lang['Album updated successfully'] = 'מידע על הקטגוריה עודכן בהצלחה.';
    209208$lang['photos per page'] = 'פריטים בעמוד';
    210 $lang['elements'] = 'פריטים';
    211209$lang['High definition enabled'] = 'איכות גבוהה מופעלת';
    212210$lang['File'] = 'קובץ';
     
    353351$lang['Database synchronization with files'] = 'מסד נתונים לסינכרון עם קבצים';
    354352$lang['all'] = 'כל';
    355 $lang['pictures without thumbnail (jpeg and png only)'] = 'תמונות ללא תמונה (JPEG ו-PNG בלבד)';
     353$lang['photos without thumbnail (jpeg and png only)'] = 'תמונות ללא תמונה (JPEG ו-PNG בלבד)';
    356354$lang['height must be a number superior to'] = 'גובה חייב להיות מספר גדול יותר';
    357355$lang['width must be a number superior to'] = 'רוחב חייב להיות מספר גדול יותר';
    358356$lang['for the file format'] = 'עבור פורמט קובץ';
    359357$lang['No missing thumbnail'] = 'אין תמונה חסר';
    360 $lang['Picture unreachable or no support'] = 'תמונה בפורמט נגיש או נתמך';
     358$lang['Photo unreachable or no support'] = 'תמונה בפורמט נגיש או נתמך';
    361359$lang['GD version'] = 'גרסת ה ';
    362360$lang['Miniaturization parameters'] = 'המזעור הפרמטרים';
     
    367365$lang['average time'] = 'הזמן הממוצע';
    368366$lang['min time'] = 'בפעם דקות';
    369 $lang['number of miniaturized pictures'] = 'מספר תמונות ממוזערות נוצר';
     367$lang['number of miniaturized photos'] = 'מספר תמונות ממוזערות נוצר';
    370368$lang['total time'] = 'זמן מסך';
    371369$lang['for this file format'] = 'עבור פורמט קובץ זה';
     
    393391$lang['photos deleted from the database'] = 'אלמנטים שנמחקו באתר';
    394392$lang['photos candidates for metadata synchronization'] = 'תמונות המועמדים לסינכרון מטה';
    395 $lang['elements informations synchronized with files metadata'] = 'אלמנטים ידיעות מסונכרן עם metadata קבצים';
     393$lang['photos informations synchronized with files metadata'] = 'אלמנטים ידיעות מסונכרן עם metadata קבצים';
    396394$lang['errors during synchronization'] = 'טעויות במהלך הסנכרון';
    397395$lang['albums added in the database'] = 'הקטגוריות הוסיף באתר';
     
    407405$lang['only directories'] = 'תקיות בלבד';
    408406$lang['synchronize files structure with database'] = 'לסנכרן מבנה קבצים עם מסד נתונים';
    409 $lang['synchronize files metadata with database elements informations'] = 'לסנכרן אלמנטים מסד נתונים עם metadata קבצים';
     407$lang['synchronize files metadata with database photos informations'] = 'לסנכרן אלמנטים מסד נתונים עם metadata קבצים';
    410408$lang['even already synchronized photos'] = 'אפילו פריטים שסונכרנו כבר';
    411409$lang['Used metadata'] = 'Metadata בשימוש';
     
    431429$lang['Day'] = 'יום';
    432430$lang['Pages seen'] = 'דפים שניצפו';
    433 $lang['Pictures'] = 'תמונות';
    434431$lang['Time'] = 'זמן';
    435432$lang['IP'] = 'אי פי';
  • trunk/language/he_IL/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = "עדכן את הדירוג שלך";
    292292$lang['wrong filename'] = "שם קובץ שגוי";
    293 $lang['the filesize of the picture must not exceed :'] = "גודל התמונה חורג מהמותר :";
    294 $lang['the picture must be to the fileformat jpg, gif or png'] = "פורמט התמונה חייב להיות jpg, gif או png";
    295 $lang['the height of the picture must not exceed :'] = "גובהה התמונה חורג מהמותר :";
    296 $lang['Optional, but recommended : choose a thumbnail to associate to'] = "אופטימלי, אבל מומלץ : לשייך תמונה ממוזערת";
    297 $lang['the width of the picture must not exceed :'] = "רוחב התמונה חורג מהמותר :";
    298293$lang["can't upload the picture on the server"] = "לא ניתן להעלות את התמונה לשרת";
    299294$lang['the username must be given'] = "דרוש שם משתמש";
    300295$lang["A picture's name already used"] = "שם תמונה זה כבר נמצא בשימוש";
    301 $lang['You must choose a picture fileformat for the image'] = "אתה חייב לבחור את הפורמט של התמונה";
    302 $lang['Name of the picture'] = "שם התמונה";
    303 $lang['Upload a picture'] = "העלה תמונה";
    304 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = "התמונה הועלתה בהצלחה, מנהל האתר יבחן זאת בזמן הקרוב";
    305296$lang['useful when password forgotten'] = "שימושי במקרה ששכחת את הסיסמה";
    306297$lang['Quick search'] = "חיפוש מהיר";
     
    316307$lang['Registration of %s'] = "רישום של %s";
    317308$lang['Album: %s'] = "קטגוריה: %s";
    318 $lang['Picture name: %s'] = "שם התמונה: %s";
    319 $lang['Creation date: %s'] = "תאריך יצירה: %s";
    320309$lang['Picture uploaded by %s'] = "התמונה הועלתה על ידי %s";
    321310$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'מצב לא טוב עבור המשתמש "האורח", השתמש במצב ברירת מחדל. עדכן בבקשה את מנהל האתר.';
     
    340329$lang['display photos linked to this tag'] = "הראה תמונות המקושרות לתווית זאת בלבד";
    341330$lang['photos posted during the last %d days'] = "תמונות שפורסמו במשך %d ימים אחרונים";
    342 $lang['Choose an image'] = "בחר תמונה";
    343331$lang['Piwigo Help'] = "עזרת Piwigo";
    344332$lang['Rank'] = "דירוג";
  • trunk/language/hr_HR/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Skupine ovjerene zahvaljujući grupnoj povezanosti';
    6363$lang['Album manual order was saved'] = 'Stvarni redoslijed skupina je pohranjen';
    64 $lang['Album elements associated to the following albums: %s'] = 'Stavke skupine povezane su sa slijedećim skupinama: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Provjera nadogradnje neuspješna iz nepoznatog razloga.';
    6665$lang['Check for upgrade'] = 'Provjera nadogradnje';
     
    132131$lang['Permission granted thanks to a group'] = 'Dozvola odobrena zahvaljujući grupi';
    133132$lang['Permission granted'] = 'Dozvola odobrena';
    134 $lang['Picture informations updated'] = 'Podaci o slikama obnovljeni';
     133$lang['Photo informations updated'] = 'Podaci o slikama obnovljeni';
    135134$lang['Plugins'] = 'Dodaci';
    136135$lang['Position'] = 'Položaj';
    137136$lang['Preferences'] = 'Postavke';
    138137$lang['Properties'] = 'Svojstva';
    139 $lang['Random picture'] = 'Slika slučajnog odabira';
     138$lang['Random photo'] = 'Slika slučajnog odabira';
    140139$lang['Rate date'] = 'Nadnevak ocjene';
    141140$lang['Rating by guests'] = 'Ocjene gostiju';
     
    207206$lang['Album updated successfully'] = 'Podaci skupine uspješno obnovljeni.';
    208207$lang['photos per page'] = 'stavaka po stranici';
    209 $lang['elements'] = 'stavke';
    210208$lang['High definition enabled'] = 'Visoka razlučljivost omogućena';
    211209$lang['File'] = 'Zapis';
     
    348346$lang['Database synchronization with files'] = 'Usklađivanje baze podataka sa zapisima';
    349347$lang['all'] = 'sve';
    350 $lang['pictures without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
     348$lang['photos without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
    351349$lang['height must be a number superior to'] = 'visina mora biti broj veći od ';
    352350$lang['width must be a number superior to'] = 'širina mora biti broj veći od';
    353351$lang['for the file format'] = 'za zapisni oblik';
    354352$lang['No missing thumbnail'] = 'Nema nedostajućih poveznih sličica';
    355 $lang['Picture unreachable or no support'] = 'Slika nedohvatna ili bez podrške';
     353$lang['Photo unreachable or no support'] = 'Slika nedohvatna ili bez podrške';
    356354$lang['GD version'] = 'GD inačica';
    357355$lang['Miniaturization parameters'] = 'Postavke umanjivanja';
     
    362360$lang['average time'] = 'prosječno vrijeme';
    363361$lang['min time'] = 'najmanje vrijeme';
    364 $lang['number of miniaturized pictures'] = 'broj umanjenih slika';
     362$lang['number of miniaturized photos'] = 'broj umanjenih slika';
    365363$lang['total time'] = 'sveukupno vrijeme';
    366364$lang['for this file format'] = 'za ovu vrstu zapisa';
     
    388386$lang['photos deleted from the database'] = 'stavke izbrisane iz baze podataka';
    389387$lang['photos candidates for metadata synchronization'] = 'slika kandidata za usklađivanje meta podataka';
    390 $lang['elements informations synchronized with files metadata'] = 'podataka stavaka usklađeno sa meta podacima zapisa';
     388$lang['photos informations synchronized with files metadata'] = 'podataka stavaka usklađeno sa meta podacima zapisa';
    391389$lang['errors during synchronization'] = 'grešaka tijekom usklađivanja';
    392390$lang['albums added in the database'] = 'skupina dodano u bazu podataka';
     
    402400$lang['only directories'] = 'samo mape';
    403401$lang['synchronize files structure with database'] = 'uskladi sastav zapisa sa bazom podataka';
    404 $lang['synchronize files metadata with database elements informations'] = 'uskladi meta podatke zapisa sa podacima stavki baze podataka';
     402$lang['synchronize files metadata with database photos informations'] = 'uskladi meta podatke zapisa sa podacima stavki baze podataka';
    405403$lang['even already synchronized photos'] = 'čak i već usklađene stavke';
    406404$lang['Used metadata'] = 'Korišteni meta podaci';
     
    426424$lang['Day'] = 'Dan';
    427425$lang['Pages seen'] = 'Stranica viđeno';
    428 $lang['Pictures'] = 'Slika';
    429426$lang['Time'] = 'Vrijeme';
    430427$lang['IP'] = 'IP';
  • trunk/language/hr_HR/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'Obnovite svoju ocjenu';
    293293$lang['wrong filename'] = 'krivi naziv zapisa';
    294 $lang['the filesize of the picture must not exceed :'] = 'veličina slikovnog zapisa ne smije prijeći : ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = 'slika mora biti oblika jpg, gif ili png';
    296 $lang['the height of the picture must not exceed :'] = 'visina slike ne smije prijeći : ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Izborno, ali preporučljivo : codaberite poveznu sličicu za vezu na ';
    298 $lang['the width of the picture must not exceed :'] = 'Širina slike ne smije prijeći : ';
    299 $lang['can\'t upload the picture on the server'] = 'ne mogu prebaciti sliku na poslužitelj';
    300294$lang['the username must be given'] = 'mora se upisati korisničko ime';
    301 $lang['A picture\'s name already used'] = 'Naziv slike već postoji';
    302 $lang['You must choose a picture fileformat for the image'] = 'Morate odabrati oblik zapisa za sliku';
    303 $lang['Name of the picture'] = 'Naziv slike';
    304 $lang['Upload a picture'] = 'Prebaci sliku';
    305 $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';
    306 $lang['Upload a picture'] = 'Prebačaj slika';
    307295$lang['useful when password forgotten'] = 'korisno kada se zaboravi zaporka';
    308296$lang['Quick search'] = 'Brzo pretraživanje';
     
    318306$lang['Registration of %s'] = 'Upis od %s';
    319307$lang['Album: %s'] = 'Skupina: %s';
    320 $lang['Picture name: %s'] = 'Naziv slike: %s';
    321 $lang['Creation date: %s'] = 'Nadnevak izrade: %s';
    322308$lang['Picture uploaded by %s'] = 'Sliku prebacio %s';
    323309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344330$lang['display photos linked to this tag'] = 'Pregledaj slike povezane samo sa ovim tag-om';
    345331$lang['photos posted during the last %d days'] = 'slike objavljene tijekon zadnjih %d dana';
    346 $lang['Choose an image'] = 'Odaberite sliku';
    347332$lang['Piwigo Help'] = 'Piwigo Pomoć';
    348333$lang['Rank'] = 'Redoslijed';
  • trunk/language/hu_HU/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Az albumok csoport tagsága';
    6363$lang['Album manual order was saved'] = 'Albumok sorrendjének mentése megtörtént';
    64 $lang['Album elements associated to the following albums: %s'] = 'Az album elemeinek a következő albumhoz rendelése: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'A program frissítése ismeretlen okból nem sikerült.';
    6665$lang['Check for upgrade'] = 'Frissítés keresése';
     
    134133$lang['Permission granted thanks to a group'] = 'Hozzáférés engedélyezve, köszöntünk a csoportban';
    135134$lang['Permission granted'] = 'Hozzáférés engedélyezve';
    136 $lang['Picture informations updated'] = 'Kép információi frissítve';
     135$lang['Photo informations updated'] = 'Kép információi frissítve';
    137136$lang['Plugins'] = 'Bővítmények';
    138137$lang['Position'] = 'Pozíció';
    139138$lang['Preferences'] = 'Beállítások';
    140139$lang['Properties'] = 'Tulajdonságok';
    141 $lang['Random picture'] = 'Véletlen kép';
     140$lang['Random photo'] = 'Véletlen kép';
    142141$lang['Rate date'] = 'Értékelés időpontja';
    143142$lang['Rating by guests'] = 'Vendégek által értékelhető';
     
    208207$lang['Album updated successfully'] = 'Az album információinak módosítása megtörtént.';
    209208$lang['photos per page'] = 'Képek száma oldalanként';
    210 $lang['elements'] = 'Kép';
    211209$lang['High definition enabled'] = 'Kiemelt hozzáférés engedélyezése';
    212210$lang['File'] = 'Fájl';
     
    351349$lang['Database synchronization with files'] = 'Adatbázis szinkronizálása ezzel a mappával';
    352350$lang['all'] = 'összes';
    353 $lang['pictures without thumbnail (jpeg and png only)'] = 'csak bélyegkép nélküli képek (jpeg és png)';
     351$lang['photos without thumbnail (jpeg and png only)'] = 'csak bélyegkép nélküli képek (jpeg és png)';
    354352$lang['height must be a number superior to'] = 'a magasságnak ennél nagyobbnak kell lennie:';
    355353$lang['width must be a number superior to'] = 'a szélességnek ennél nagyobbnak kell lennie:';
    356354$lang['for the file format'] = 'fájl formátum';
    357355$lang['No missing thumbnail'] = 'Nincs (hiányzó) bélyegkép';
    358 $lang['Picture unreachable or no support'] = 'Kép nem elérhető, vagy formátuma nem támogatott';
     356$lang['Photo unreachable or no support'] = 'Kép nem elérhető, vagy formátuma nem támogatott';
    359357$lang['GD version'] = 'GD verzió';
    360358$lang['Miniaturization parameters'] = 'Kicsinyítési paraméterek';
     
    365363$lang['average time'] = 'átlagos idő';
    366364$lang['min time'] = 'min idő';
    367 $lang['number of miniaturized pictures'] = 'kicsinyített képek száma';
     365$lang['number of miniaturized photos'] = 'kicsinyített képek száma';
    368366$lang['total time'] = 'teljes idő';
    369367$lang['for this file format'] = 'formátum';
     
    391389$lang['photos deleted from the database'] = 'adatbázisból törölt elem';
    392390$lang['photos candidates for metadata synchronization'] = 'kép meta adatainak szinkronizálása';
    393 $lang['elements informations synchronized with files metadata'] = 'elem meta adatainak szinkronizálása';
     391$lang['photos informations synchronized with files metadata'] = 'elem meta adatainak szinkronizálása';
    394392$lang['errors during synchronization'] = 'hiba történt a szinkronizálás során';
    395393$lang['albums added in the database'] = 'album hozzáadva az adatbázishoz';
     
    405403$lang['only directories'] = 'Csak mappák';
    406404$lang['synchronize files structure with database'] = 'Fájlok-mappák szinkronizálása az adatbázissal';
    407 $lang['synchronize files metadata with database elements informations'] = 'Fájlok meta adatainak szinkronizálása az adatbázissal';
     405$lang['synchronize files metadata with database photos informations'] = 'Fájlok meta adatainak szinkronizálása az adatbázissal';
    408406$lang['even already synchronized photos'] = 'A korábban szinkronizáltakat is';
    409407$lang['Used metadata'] = 'Használt meta adatok';
     
    429427$lang['Day'] = 'Nap';
    430428$lang['Pages seen'] = 'Megtekintett oldalak';
    431 $lang['Pictures'] = 'Képek';
    432429$lang['Time'] = 'Idő';
    433430$lang['IP'] = 'IP cím';
  • trunk/language/hu_HU/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Értékelés frissítése';
    294294$lang['wrong filename'] = 'Hibás a fájlnév';
    295 $lang['the filesize of the picture must not exceed :'] = 'A képméret nem lehet nagyobb, mint: ';
    296 $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';
    297 $lang['the height of the picture must not exceed :'] = 'A képmagasság nem lehet nagyobb, mint: ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Nem kötelező, csak ajánlott: válassz hozzá bélyegképet ';
    299 $lang['the width of the picture must not exceed :'] = 'A képszélesség nem lehet nagyobb, mint: ';
    300 $lang['can\'t upload the picture on the server'] = 'Nem tudom a képet feltölteni a szerverre';
    301295$lang['the username must be given'] = 'Felhasználói nevet meg kell adni';
    302 $lang['A picture\'s name already used'] = 'Ilyen képnév már van';
    303 $lang['You must choose a picture fileformat for the image'] = 'Ki kell választani egy képet a megfelelő fájlformátummal';
    304 $lang['Name of the picture'] = 'A kép neve';
    305 $lang['Upload a picture'] = 'Kép feltöltése';
    306 $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';
    307 $lang['Upload a picture'] = 'Kép hozzáadása';
    308296$lang['useful when password forgotten'] = 'hasznos, ha elfelejted a jelszavadat';
    309297$lang['Quick search'] = 'Gyors-keresés';
     
    319307$lang['Registration of %s'] = 'Bejegyezte: %s';
    320308$lang['Album: %s'] = 'Album: %s';
    321 $lang['Picture name: %s'] = 'Kép neve: %s';
    322 $lang['Creation date: %s'] = 'Létrehozás dátuma: %d';
    323309$lang['Picture uploaded by %s'] = 'A képet feltöltötte: %s';
    324310// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    345331$lang['display photos linked to this tag'] = 'A címkéhez kapcsolódó képek';
    346332$lang['photos posted during the last %d days'] = 'Képek az elmúlt %d napban';
    347 $lang['Choose an image'] = 'Válassz egy képet';
    348333$lang['Piwigo Help'] = 'Piwigo segítség';
    349334$lang['Rank'] = 'Rang';
  • trunk/language/it_IT/admin.lang.php

    r8723 r8727  
    6464$lang['Albums authorized thanks to group associations'] = 'Album accessibili grazie all\'appartenenza ai gruppi';
    6565$lang['Album manual order was saved'] = 'L\'ordinamento manuale degli album è stato salvato';
    66 $lang['Album elements associated to the following albums: %s'] = 'Gli elementi degli album sono stati associati alle categorie seguenti : %s';
    6766$lang['Check for upgrade failed for unknown reasons.'] = 'La verifica dell\'ultima versione sul server è fallita per le ragioni sconosciute.';
    6867$lang['Check for upgrade'] = 'Controllo aggiornamenti';
     
    136135$lang['Permission granted thanks to a group'] = 'Accesso autorizzato grazie al\'appartenenza ai gruppi';
    137136$lang['Permission granted'] = 'Accesso autorizzato';
    138 $lang['Picture informations updated'] = 'Le informazioni dell\'immagine sono state aggiornate';
     137$lang['Photo informations updated'] = 'Le informazioni dell\'immagine sono state aggiornate';
    139138$lang['Plugins'] = 'Plugins';
    140139$lang['Position'] = 'Posizione';
    141140$lang['Preferences'] = 'Preferenze';
    142141$lang['Properties'] = 'Proprietà ';
    143 $lang['Random picture'] = 'Immagine a caso';
     142$lang['Random photo'] = 'Immagine a caso';
    144143$lang['Rate date'] = 'Data del voto';
    145144$lang['Rating by guests'] = 'Voti degli ospiti';
     
    211210$lang['Album updated successfully'] = 'Le informazioni dell\'album sono state aggiornate con successo.';
    212211$lang['photos per page'] = 'Numero di elementi da visualizzare per pagina';
    213 $lang['elements'] = 'Elementi';
    214212$lang['High definition enabled'] = 'Alta definizione attiva';
    215213$lang['File'] = 'File';
     
    356354$lang['Database synchronization with files'] = 'Sincronizzazione database con i files';
    357355$lang['all'] = 'Tutto';
    358 $lang['pictures without thumbnail (jpeg and png only)'] = 'immagini senza miniature (solo jpeg e png)';
     356$lang['photos without thumbnail (jpeg and png only)'] = 'immagini senza miniature (solo jpeg e png)';
    359357$lang['height must be a number superior to'] = 'l\'altezza deve essere un numero superiore a';
    360358$lang['width must be a number superior to'] = 'la larghezza deve essere un numero superiore a';
    361359$lang['for the file format'] = 'per il formato del file';
    362360$lang['No missing thumbnail'] = 'Nessuna miniatura mancante';
    363 $lang['Picture unreachable or no support'] = 'Immagine non trovata o non supportata';
     361$lang['Photo unreachable or no support'] = 'Immagine non trovata o non supportata';
    364362$lang['GD version'] = 'versione GD';
    365363$lang['Miniaturization parameters'] = 'Parametri di miniaturizzazione';
     
    370368$lang['average time'] = 'tempo medio';
    371369$lang['min time'] = 'tempo minimo';
    372 $lang['number of miniaturized pictures'] = 'numero di foto miniaturizzate';
     370$lang['number of miniaturized photos'] = 'numero di foto miniaturizzate';
    373371$lang['total time'] = 'tempo totale';
    374372$lang['for this file format'] = 'per questo formato di file';
     
    396394$lang['photos deleted from the database'] = 'elementi eliminati dal database';
    397395$lang['photos candidates for metadata synchronization'] = 'immagini in coda per la sincronizzazione dei metadati';
    398 $lang['elements informations synchronized with files metadata'] = 'informazioni sugli elementi sincronizzate con i metadati';
     396$lang['photos informations synchronized with files metadata'] = 'informazioni sugli elementi sincronizzate con i metadati';
    399397$lang['errors during synchronization'] = 'Si sono verificati errori durante la sincronizzazione';
    400398$lang['albums added in the database'] = 'Gli album sono stati aggiunti al database';
     
    410408$lang['only directories'] = 'Solo directory';
    411409$lang['synchronize files structure with database'] = 'Sincronizzare la struttura dei files con il database';
    412 $lang['synchronize files metadata with database elements informations'] = 'Sincronizzare i metadati dei files con le informazioni degli elementi del database';
     410$lang['synchronize files metadata with database photos informations'] = 'Sincronizzare i metadati dei files con le informazioni degli elementi del database';
    413411$lang['even already synchronized photos'] = 'Anche gli elementi già  sincronizzati';
    414412$lang['Used metadata'] = 'Metadati usati';
     
    434432$lang['Day'] = 'Giorno';
    435433$lang['Pages seen'] = 'Pagine viste';
    436 $lang['Pictures'] = 'Immagini';
    437434$lang['Time'] = 'Ora';
    438435$lang['IP'] = 'IP';
  • trunk/language/it_IT/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = 'Aggiorna il tuo voto';
    292292$lang['wrong filename'] = 'nome della directory errata';
    293 $lang['the filesize of the picture must not exceed :'] = 'La dimensione del file immagine non deve eccedere: ';
    294 $lang['the picture must be to the fileformat jpg, gif or png'] = 'L\'immagine deve essere in formato jpg, png o gif';
    295 $lang['the height of the picture must not exceed :'] = 'L\'altezza dell\'immagine non deve eccedere: ';
    296 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opzionale ma raccomandato: scegliere una miniatura da associare a ';
    297 $lang['the width of the picture must not exceed :'] = 'La larghezza dell\'immagine non deve eccedere: ';
    298 $lang['can\'t upload the picture on the server'] = 'non è stato possibile caricare il file sul server';
    299293$lang['the username must be given'] = 'nome utente obbligatorio';
    300 $lang['A picture\'s name already used'] = 'file già esistente';
    301 $lang['You must choose a picture fileformat for the image'] = 'il formato del file non è un formato immagine';
    302 $lang['Name of the picture'] = 'Nome dell\'immagine';
    303 $lang['Upload a picture'] = 'Caricare un\'immagine';
    304 $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';
    305294$lang['useful when password forgotten'] = 'utile se si dimentica la password';
    306295$lang['Quick search'] = 'Ricerca rapida';
     
    316305$lang['Registration of %s'] = 'Registrazione di %s';
    317306$lang['Album: %s'] = 'Album: %s';
    318 $lang['Picture name: %s'] = 'Nome dell\'immagine: %s';
    319 $lang['Creation date: %s'] = 'Data di creazione: %d';
    320307$lang['Picture uploaded by %s'] = 'Immagine caricata da %s';
    321308// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    342329$lang['display photos linked to this tag'] = 'Mostrare le immagini connesse solo a questo tag';
    343330$lang['photos posted during the last %d days'] = 'immagini aggiunte durante gli ultimi %d giorni';
    344 $lang['Choose an image'] = 'Scegliere un immagine da aggiungere';
    345331$lang['Piwigo Help'] = 'Help di Piwigo';
    346332$lang['Rank'] = 'Rang';
  • trunk/language/ja_JP/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'グループの関連付けによりカテゴリが許可されました。';
    6363$lang['Album manual order was saved'] = 'カテゴリの手動順が保存されました。';
    64 $lang['Album elements associated to the following albums: %s'] = '以下のカテゴリに関連するカテゴリエレメント: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = '不明な理由により、アップグレードのチェックが失敗しました。';
    6665$lang['Check for upgrade'] = 'アップグレードをチェックする';
     
    134133$lang['Permission granted thanks to a group'] = 'グループにパーミッションが付与されました。';
    135134$lang['Permission granted'] = 'パーミッション付与';
    136 $lang['Picture informations updated'] = '写真情報が更新されました。';
     135$lang['Photo informations updated'] = '写真情報が更新されました。';
    137136$lang['Plugins'] = 'プラグイン';
    138137$lang['Position'] = 'ポジション';
    139138$lang['Preferences'] = 'プリファレンス';
    140139$lang['Properties'] = 'プロパティ';
    141 $lang['Random picture'] = 'ランダム写真';
     140$lang['Random photo'] = 'ランダム写真';
    142141$lang['Rate date'] = '評価日';
    143142$lang['Rating by guests'] = 'ゲストによる評価';
     
    208207$lang['Album updated successfully'] = 'カテゴリ情報が正常に更新されました。';
    209208$lang['photos per page'] = '1ページあたりのエレメント';
    210 $lang['elements'] = 'エレメント';
    211209$lang['High definition enabled'] = '高解像度を有効にする';
    212210$lang['File'] = 'ファイル';
     
    353351$lang['Database synchronization with files'] = 'ファイルおよびデータベースの同期化';
    354352$lang['all'] = 'すべて';
    355 $lang['pictures without thumbnail (jpeg and png only)'] = 'サムネイルなしの写真 (jpegおよびpngのみ)';
     353$lang['photos without thumbnail (jpeg and png only)'] = 'サムネイルなしの写真 (jpegおよびpngのみ)';
    356354$lang['height must be a number superior to'] = '高さは、次の値より大きくしてください:';
    357355$lang['width must be a number superior to'] = '幅は、次の値より大きくしてください:';
    358356$lang['for the file format'] = 'ファイルフォーマット';
    359357$lang['No missing thumbnail'] = '不明なサムネイルはありません。';
    360 $lang['Picture unreachable or no support'] = '写真にアクセスできないか、次の内容がサポートされていません:';
     358$lang['Photo unreachable or no support'] = '写真にアクセスできないか、次の内容がサポートされていません:';
    361359$lang['GD version'] = 'GDバージョン';
    362360$lang['Miniaturization parameters'] = '縮小化パラメータ';
     
    367365$lang['average time'] = '平均時間';
    368366$lang['min time'] = '最小時間';
    369 $lang['number of miniaturized pictures'] = '縮小化された写真数';
     367$lang['number of miniaturized photos'] = '縮小化された写真数';
    370368$lang['total time'] = '合計時間';
    371369$lang['for this file format'] = 'このファイルフォーマット';
     
    393391$lang['photos deleted from the database'] = 'エレメントがデータベースから削除されました。';
    394392$lang['photos candidates for metadata synchronization'] = 'メタデータ同期化候補のイメージ';
    395 $lang['elements informations synchronized with files metadata'] = 'ファイルメタデータに同期化されたエレメント情報';
     393$lang['photos informations synchronized with files metadata'] = 'ファイルメタデータに同期化されたエレメント情報';
    396394$lang['errors during synchronization'] = '同期化中にエラーが発生しました。';
    397395$lang['albums added in the database'] = 'カテゴリがデータベースに追加されました。';
     
    407405$lang['only directories'] = 'ディレクトリのみ';
    408406$lang['synchronize files structure with database'] = 'ファイル構造とデータベースを同期化する';
    409 $lang['synchronize files metadata with database elements informations'] = 'ファイルメタデータとデータベースエレメント情報を同期化する';
     407$lang['synchronize files metadata with database photos informations'] = 'ファイルメタデータとデータベースエレメント情報を同期化する';
    410408$lang['even already synchronized photos'] = 'すでに同期化されているエレメントも同期化する';
    411409$lang['Used metadata'] = '使用済みメタデータ';
     
    431429$lang['Day'] = '日';
    432430$lang['Pages seen'] = 'ページ閲覧回数';
    433 $lang['Pictures'] = '写真';
    434431$lang['Time'] = '時間';
    435432$lang['IP'] = 'IP';
  • trunk/language/ja_JP/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'あなたの評価を更新する';
    293293$lang['wrong filename'] = 'ファイル名が正しくありません。';
    294 $lang['the filesize of the picture must not exceed :'] = '許可された写真のファイルサイズを超えないでください : ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = '写真のフォーマットは、jpg、gif、pngを使用してください。';
    296 $lang['the height of the picture must not exceed :'] = '許可された写真の高さを超えないでください : ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = '任意ですが推奨します : 関連付けるサムネイルを選択してください。 ';
    298 $lang['the width of the picture must not exceed :'] = '許可された写真の幅を超えないでください : ';
    299 $lang['can\'t upload the picture on the server'] = 'サーバに写真をアップロードできません。';
    300294$lang['the username must be given'] = 'ユーザ名を入力してください。';
    301 $lang['A picture\'s name already used'] = 'すでに同じ写真名が使用されています。';
    302 $lang['You must choose a picture fileformat for the image'] = 'イメージの写真ファイルフォーマットを選択してください。';
    303 $lang['Name of the picture'] = '写真名';
    304 $lang['Upload a picture'] = '写真をアップロードする';
    305 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '写真が正常にアップロードされました。管理者が早急に写真を承認します。';
    306295$lang['useful when password forgotten'] = 'パスワードを忘れたときに便利です。';
    307296$lang['Quick search'] = 'クイックサーチ';
     
    317306$lang['Registration of %s'] = '%s の登録';
    318307$lang['Album: %s'] = 'カテゴリ: %s';
    319 $lang['Picture name: %s'] = '写真名: %s';
    320 $lang['Creation date: %s'] = '作成日: %s';
    321308$lang['Picture uploaded by %s'] = '%s によりアップロードされた写真';
    322309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    343330$lang['display photos linked to this tag'] = 'このタグのみにリンクされているイメージを表示する';
    344331$lang['photos posted during the last %d days'] = '直近 %d 日に投稿されたイメージ';
    345 $lang['Choose an image'] = 'イメージを選択する';
    346332$lang['Piwigo Help'] = 'Piwigoヘルプ';
    347333$lang['Rank'] = 'ランク';
  • trunk/language/ka_GE/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'კატეგორიები, რომლებიც დაშვებულია ჯგუფთან კავშირის გამო';
    6363$lang['Album manual order was saved'] = 'კატეგორიების განსაკუთრებული წყობა შენახულია';
    64 $lang['Album elements associated to the following albums: %s'] = 'ფოტოების კატეგორიები დაკავშირებულია შემდეგ კატეგორიებთან: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'განახლების შემოწმება უცნობი მიზეზების გამო არ შესრულდა.';
    6665$lang['Check for upgrade'] = 'განახლების შემოწმება';
     
    133132$lang['Permission granted thanks to a group'] = 'ჯგუფისთვის დაშვება შესაძლებელია';
    134133$lang['Permission granted'] = 'დაშვება შესაძლებელია';
    135 $lang['Picture informations updated'] = 'ინფორმაცია ფოტოსთვის განახლებულია';
     134$lang['Photo informations updated'] = 'ინფორმაცია ფოტოსთვის განახლებულია';
    136135$lang['Plugins'] = 'პლაგინები';
    137136$lang['Position'] = 'ნომერი';
    138137$lang['Preferences'] = 'გასწორება';
    139138$lang['Properties'] = 'თვისებები';
    140 $lang['Random picture'] = 'შემთხვევითი ფოტო';
     139$lang['Random photo'] = 'შემთხვევითი ფოტო';
    141140$lang['Rate date'] = 'თარიღი';
    142141$lang['Rating by guests'] = 'სტუმრების შეფასება';
     
    206205$lang['Album updated successfully'] = 'ინფორმაცია კატეგორიაზე წარმატებით განახლებულია.';
    207206$lang['photos per page'] = 'მინიატურები გვერდზე';
    208 $lang['elements'] = 'ელემენტები';
    209207$lang['High definition enabled'] = 'არსებობს დიდი გაფართოებით';
    210208$lang['File'] = 'ფაილი';
     
    353351$lang['Database synchronization with files'] = 'მონაცემთა ბაზის სინქრონიზაცია ფაილებთან';
    354352$lang['all'] = 'ყველა';
    355 $lang['pictures without thumbnail (jpeg and png only)'] = 'ფოტოები მინიატურების გარეშე (მხოლოდ jpeg და png)';
     353$lang['photos without thumbnail (jpeg and png only)'] = 'ფოტოები მინიატურების გარეშე (მხოლოდ jpeg და png)';
    356354$lang['height must be a number superior to'] = 'სიმაღლე უნდა იყოს მეტი რიცხვი';
    357355$lang['width must be a number superior to'] = 'სიგანე უნდა იყოს მეტი რიცხვი';
    358356$lang['for the file format'] = 'ფაილის ფორმატისათვის';
    359357$lang['No missing thumbnail'] = 'მინიატურები აქვს ყველა ფოტოს';
    360 $lang['Picture unreachable or no support'] = 'ფოტო მიუწვდომელია ან არ არის მისი ფორმატის მხარდაჭერა';
     358$lang['Photo unreachable or no support'] = 'ფოტო მიუწვდომელია ან არ არის მისი ფორმატის მხარდაჭერა';
    361359$lang['GD version'] = 'ვერსია GD';
    362360$lang['Miniaturization parameters'] = 'მინიატურიზაციის პარამეტრები';
     
    367365$lang['average time'] = 'საშუალო დრო';
    368366$lang['min time'] = 'მინიმალური დრო';
    369 $lang['number of miniaturized pictures'] = 'შემცირებული ფოტოების რაოდენობა';
     367$lang['number of miniaturized photos'] = 'შემცირებული ფოტოების რაოდენობა';
    370368$lang['total time'] = 'საერთო დრო';
    371369$lang['for this file format'] = 'ამ ფაილის ფორმატისათვის';
     
    393391$lang['photos deleted from the database'] = 'ელემენტი წაშლილია მონაცემთა ბაზიდან';
    394392$lang['photos candidates for metadata synchronization'] = 'სურათი მეტამონაცემების სინქრონიზაციისათვის';
    395 $lang['elements informations synchronized with files metadata'] = 'ინფორმაცია ელემენტებზე სინქრონირებულია ფაილების მეტამონაცემებთან';
     393$lang['photos informations synchronized with files metadata'] = 'ინფორმაცია ელემენტებზე სინქრონირებულია ფაილების მეტამონაცემებთან';
    396394$lang['errors during synchronization'] = 'სინქრონიზაციის შეცდომები';
    397395$lang['albums added in the database'] = 'კატეგორიები დამატებულია მონაცემთა ბაზაში';
     
    407405$lang['only directories'] = 'მხოლოდ ფოლდერები';
    408406$lang['synchronize files structure with database'] = 'ფაილების სტრუქტურის სინქრონიზაცია მონაცემთა ბაზასთან';
    409 $lang['synchronize files metadata with database elements informations'] = 'ფაილების მეტამონაცემების სინქრონიზაცია მონაცემთა ბაზასთან';
     407$lang['synchronize files metadata with database photos informations'] = 'ფაილების მეტამონაცემების სინქრონიზაცია მონაცემთა ბაზასთან';
    410408$lang['even already synchronized photos'] = 'ყველა, ადრე სინქრონიზებულის ჩათვლით';
    411409$lang['Used metadata'] = 'გამოYენებული მეტამონაცემები';
     
    432430$lang['Day'] = 'დღე';
    433431$lang['Pages seen'] = 'გვერდია ნანახი';
    434 $lang['Pictures'] = 'ფოტოები';
    435432$lang['Time'] = 'დრო';
    436433$lang['User'] = 'მომხმარებელი';
  • trunk/language/ka_GE/common.lang.php

    r8711 r8727  
    295295$lang['Update your rating'] = 'განვაახლოთ შეფასება';
    296296$lang['wrong filename'] = 'ფაილის არასწორი სახელი';
    297 $lang['the filesize of the picture must not exceed :'] = 'ფაილის ზომა არ უნდა აჭარბებდეს: ';
    298 $lang['the picture must be to the fileformat jpg, gif or png'] = 'ფოტო უნდა იყოს jpg, gif ან png ფორმატში';
    299 $lang['the height of the picture must not exceed :'] = 'ფოტოს სიმაღლე არ უნდა აჭარბებდეს: ';
    300 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'რეკომენდირებულია დღის მინიატურების გარკვევა ';
    301 $lang['the width of the picture must not exceed :'] = 'ფოტოს სიგანე არ უნდა აჭარბებდეს: ';
    302297$lang['Author'] = 'ავტორი';
    303 $lang['can\'t upload the picture on the server'] = 'შეუძლებელია ფოტოს სერვერზე ატვირთვა';
    304298$lang['the username must be given'] = 'მომხმარებლის სახელი უნდა არსებობდეს';
    305 $lang['A picture\'s name already used'] = 'ფოტოს ასეთი სახელი უკვე არსებობს';
    306 $lang['You must choose a picture fileformat for the image'] = 'თქვენ უნდა აირჩიოთ ფოტოს ფორმატი';
    307 $lang['Name of the picture'] = 'ფოტოს სახელი';
    308 $lang['Upload a picture'] = 'ფოტოების ატვირთვა';
    309 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'ფოტოები ატვირთულია, ადმინისტრატორი დაადასტურებს რაც შეიძლება მალე';
    310299$lang['useful when password forgotten'] = 'დაკარგული პაროლის აღსადგენად';
    311300$lang['Quick search'] = 'ჩქარი ძიება';
     
    321310$lang['Registration of %s'] = 'რეგისტრაცია %s';
    322311$lang['Album: %s'] = 'კატეგორია: %s';
    323 $lang['Picture name: %s'] = 'სახელი: %s';
    324 $lang['Creation date: %s'] = 'გადაღების დრო: %s';
    325312$lang['Picture uploaded by %s'] = 'ფოტო ატვირთულია %s';
    326313// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    347334$lang['display photos linked to this tag'] = 'ვნახოთ ფოტოები დაკავშირებული მხოლოდ ამ სიტყვასთან';
    348335$lang['photos posted during the last %d days'] = 'ფოტოები გამოქვეყნებული ბოლო %d დღეში';
    349 $lang['Choose an image'] = 'აირჩიეთ ფოტო';
    350336$lang['Piwigo Help'] = 'დახმარება';
    351337$lang['Rank'] = 'წყობა';
  • trunk/language/lv_LV/admin.lang.php

    r8723 r8727  
    6060$lang['Albums authorized thanks to group associations'] = 'Albūmi autorizēti dēļ grupu apvienībēm';
    6161$lang['Album manual order was saved'] = 'Albūmu kārtība saglabāta';
    62 $lang['Album elements associated to the following albums: %s'] = 'Albūma attēli saistīti ar sekojošiem albūmiem: %s';
    6362$lang['Check for upgrade failed for unknown reasons.'] = 'Pārbaude pēc uzlabojuma nezināmu iemeslu dēļ nav izdevusies.';
    6463$lang['Check for upgrade'] = 'Pārbaudīt uzlabojumu';
     
    131130$lang['Permission granted thanks to a group'] = 'Piekļuve atļauta pateicoties grupai';
    132131$lang['Permission granted'] = 'Piekļuve atļauta';
    133 $lang['Picture informations updated'] = 'Informācija par attēlu atjaunota';
     132$lang['Photo informations updated'] = 'Informācija par attēlu atjaunota';
    134133$lang['Plugins'] = 'Spraudņi';
    135134$lang['Position'] = 'Pozīcijas';
    136135$lang['Preferences'] = 'Iestatījumi';
    137136$lang['Properties'] = 'Īpašības';
    138 $lang['Random picture'] = 'Gadījuma bilde';
     137$lang['Random photo'] = 'Gadījuma bilde';
    139138$lang['Rate date'] = 'Vērtēšanas datums';
    140139$lang['Rating by guests'] = 'Viesu novērtējums';
     
    206205$lang['Album updated successfully'] = 'Informācija par albūmu veiksmīgi atjaunota.';
    207206$lang['photos per page'] = 'elementu skaits lapā';
    208 $lang['elements'] = 'elementi';
    209207$lang['High definition enabled'] = 'Augstā izšķirtspēja iespējota';
    210208$lang['File'] = 'Fails';
     
    350348$lang['Database synchronization with files'] = 'Datu bāzes sinhronizācija ar failiem';
    351349$lang['all'] = 'viss';
    352 $lang['pictures without thumbnail (jpeg and png only)'] = 'attēli bez piktogrammām ( tikai jpeg and png)';
     350$lang['photos without thumbnail (jpeg and png only)'] = 'attēli bez piktogrammām ( tikai jpeg and png)';
    353351$lang['height must be a number superior to'] = 'augstuman jābūt skaitlim lielākam par';
    354352$lang['width must be a number superior to'] = 'platumam jābūt skaitlim lielākam par';
    355353$lang['for the file format'] = 'faila formātam';
    356354$lang['No missing thumbnail'] = 'Piktogrammas ir visiem attēliem';
    357 $lang['Picture unreachable or no support'] = 'Attēls nav pieejams vai neatbalsītā formātā';
     355$lang['Photo unreachable or no support'] = 'Attēls nav pieejams vai neatbalsītā formātā';
    358356$lang['GD version'] = 'GD versija';
    359357$lang['Miniaturization parameters'] = 'Miniaturizēšanas parametri';
     
    364362$lang['average time'] = 'vidējais laiks';
    365363$lang['min time'] = 'minimālais laiks';
    366 $lang['number of miniaturized pictures'] = 'Izveidoto piktogrammu skaits';
     364$lang['number of miniaturized photos'] = 'Izveidoto piktogrammu skaits';
    367365$lang['total time'] = 'kopējais laiks';
    368366$lang['for this file format'] = 'šim faila formātam';
     
    390388$lang['photos deleted from the database'] = 'no datu bāzes izdzēsti elementi';
    391389$lang['photos candidates for metadata synchronization'] = 'attēli, lai sinhronizētu metadatus';
    392 $lang['elements informations synchronized with files metadata'] = 'informācija par elementiem sinhronizēta ar metadatiem';
     390$lang['photos informations synchronized with files metadata'] = 'informācija par elementiem sinhronizēta ar metadatiem';
    393391$lang['errors during synchronization'] = 'kļūdas sinhronizācijas laikā';
    394392$lang['albums added in the database'] = 'datu bāzei pievienoti albūmi';
     
    403401$lang['only directories'] = 'tikai mapes';
    404402$lang['synchronize files structure with database'] = 'sinhronizēt failu struktūru ar datubāzi';
    405 $lang['synchronize files metadata with database elements informations'] = 'sinhronizēt failu metadatus ar informāciju datubāzē';
     403$lang['synchronize files metadata with database photos informations'] = 'sinhronizēt failu metadatus ar informāciju datubāzē';
    406404$lang['even already synchronized photos'] = 'ieskaitot jau sinhronizētos elemantus';
    407405$lang['Used metadata'] = 'Lietotie metadati';
     
    427425$lang['Day'] = 'Diena';
    428426$lang['Pages seen'] = 'Lapas apskatītas';
    429 $lang['Pictures'] = 'Attēli';
    430427$lang['Time'] = 'Laiks';
    431428$lang['IP'] = 'IP';
  • trunk/language/lv_LV/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = "Atjaunojiet savu vērtējumu";
    292292$lang['wrong filename'] = "nepareizs faila vārds";
    293 $lang['the filesize of the picture must not exceed :'] = "attēla faila izmērs nedrīkst pārsniegt :";
    294 $lang['the picture must be to the fileformat jpg, gif or png'] = "attēla formātam jābūt jpg, gif or png";
    295 $lang['the height of the picture must not exceed :'] = "attēla augstums nedrīkst pārsniegt :";
    296 $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";
    297 $lang['the width of the picture must not exceed :'] = "attēla platums nedrīkst pārsniegt :";
    298 $lang['can\'t upload the picture on the server'] = "attēlu nav iespējam augšupielādēt";
    299293$lang['the username must be given'] = "nepieciešams lietotāja vārds";
    300 $lang['A picture\'s name already used'] = "šis attēla vārds jau tiek lietots";
    301 $lang['You must choose a picture fileformat for the image'] = "Jums jāizvēlas attēla faila formāts";
    302 $lang['Name of the picture'] = "attēla vārds";
    303 $lang['Upload a picture'] = "Augšupielādēt attēlu";
    304 $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";
    305294$lang['useful when password forgotten'] = "derīgi, ja aizmirsta parole";
    306295$lang['Quick search'] = "Ātrā meklēšana";
     
    316305$lang['Registration of %s'] = "Reģistrācija %s";
    317306$lang['Album: %s'] = 'Albūms: %s';
    318 $lang['Picture name: %s'] = "Attēla vārds: %s";
    319 $lang['Creation date: %s'] = "Izveides datums: %s";
    320307$lang['Picture uploaded by %s'] = "Attēlu augšupielādējis %s";
    321308$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.";
     
    340327$lang['display photos linked to this tag'] = "Skatīt attēlus, kas saistīti tikai ar šo tagu";
    341328$lang['photos posted during the last %d days'] = "attēli, kas publicēti %d dienas";
    342 $lang['Choose an image'] = "Izvēlieties attēlu";
    343329$lang['Piwigo Help'] = "Piwigo palīgs";
    344330$lang['Rank'] = "Rinda";
  • trunk/language/mk_MK/common.lang.php

    r8711 r8727  
    303303$lang['Update your rating'] = 'Обнови ја твојата оценка';
    304304$lang['wrong filename'] = 'погрешно име на датотека';
    305 $lang['the filesize of the picture must not exceed :'] = 'големината на фотографијата не смее да биде поголема од ';
    306 $lang['the picture must be to the fileformat jpg, gif or png'] = 'дозволените типови на фотографија се jpg, gif и png';
    307 $lang['the height of the picture must not exceed :'] = 'висината на фотографијата не смее да биде поголема од ';
    308 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Фотографијата беше успешно прикачена. Доколку сакате, можете да прикачете и соодветна сликичка (thumbnail) која ќе кореспондира со Вашата фотографија. Доколку немате сликичка и сакате да завршите со прикачувањето, притиснете <a href="http://galerija.avijacija.com.mk">тука.</a> ';
    309 $lang['the width of the picture must not exceed :'] = 'ширината на фотографијата не смее да биде поголема од ';
    310 $lang['can\'t upload the picture on the server'] = 'Не можам да ја прикачам фотографијата на серверот.';
    311305$lang['the username must be given'] = 'корисничкото име мора да биде наведено';
    312 $lang['A picture\'s name already used'] = 'Името на фотографијата веќе постои во системот. Ве молиме променете го и обидете се со друго.';
    313 $lang['You must choose a picture fileformat for the image'] = 'Мора да избереш формат на фотографијата која сакаш да ја прикачиш.';
    314 $lang['Name of the picture'] = 'Тип на воздухоплов';
    315 $lang['Upload a picture'] = 'Додај фотографија';
    316 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Фотографијата беше успешно прикачена за серверот, следи прегледување од администратор.';
    317306$lang['useful when password forgotten'] = 'Внесете постоечка и валидна e-mail адреса';
    318307$lang['Quick search'] = 'Брзо пребарување';
     
    327316$lang['Registration of %s'] = 'Registration of %s';
    328317$lang['Album: %s'] = 'Категорија: %s';
    329 $lang['Picture name: %s'] = 'Име на фотографијата: %s';
    330 $lang['Creation date: %s'] = 'Дата на создавање: %s';
    331318$lang['Picture uploaded by %s'] = 'Фотографијата е прикачена од %s';
    332319$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Грешка при најавувањето како гостин.';
  • trunk/language/nl_NL/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Categorieën geautoriseerd dankzij groepassociaties';
    6363$lang['Album manual order was saved'] = 'Categorieën handmatig gesorteerd is opgeslagen';
    64 $lang['Album elements associated to the following albums: %s'] = 'Categorie afbeeldingen gelinkt aan de volgende categorieën: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Upgradecontrole is door onbekende reden niet (goed) uitgevoerd.';
    6665$lang['Check for upgrade'] = 'Upgradecontrole';
     
    133132$lang['Permission granted thanks to a group'] = 'Rechten toegekend door een groep';
    134133$lang['Permission granted'] = 'Toegang toegestaan';
    135 $lang['Picture informations updated'] = 'Afbeeldings-informatie bijgewerkt';
     134$lang['Photo informations updated'] = 'Afbeeldings-informatie bijgewerkt';
    136135$lang['Plugins'] = 'Plugins';
    137136$lang['Position'] = 'Positie';
    138137$lang['Preferences'] = 'Voorkeuren';
    139138$lang['Properties'] = 'Eigenschappen';
    140 $lang['Random picture'] = 'Willekeurig plaatje';
     139$lang['Random photo'] = 'Willekeurig plaatje';
    141140$lang['Rate date'] = 'Waarderingsdatum';
    142141$lang['Rating by guests'] = 'Ook gasten kunnen waarderen';
     
    208207$lang['Album updated successfully'] = 'Categorie informatie is met succes bijgewerkt.';
    209208$lang['photos per page'] = 'Afbeeldingen per pagina';
    210 $lang['elements'] = 'Afbeeldingen';
    211209$lang['High definition enabled'] = 'Hoge kwaliteit ingeschakeld';
    212210$lang['File'] = 'Bestand';
     
    350348$lang['Database synchronization with files'] = 'Database synchronisatie met bestanden';
    351349$lang['all'] = 'Allen';
    352 $lang['pictures without thumbnail (jpeg and png only)'] = 'afbeeldingen zonder mini-afbeelding (alleen jpeg en png)';
     350$lang['photos without thumbnail (jpeg and png only)'] = 'afbeeldingen zonder mini-afbeelding (alleen jpeg en png)';
    353351$lang['height must be a number superior to'] = 'Hoogte moet groter zijn dan';
    354352$lang['width must be a number superior to'] = 'Breedte moet groter zijn dan';
    355353$lang['for the file format'] = 'voor het bestandsformaat';
    356354$lang['No missing thumbnail'] = 'Geen ontbrekende mini-afbeelding';
    357 $lang['Picture unreachable or no support'] = 'Afbeelding is niet bereikbaar of er is geen support';
     355$lang['Photo unreachable or no support'] = 'Afbeelding is niet bereikbaar of er is geen support';
    358356$lang['GD version'] = 'GD versie';
    359357$lang['Miniaturization parameters'] = 'Miniatuur parameters';
     
    364362$lang['average time'] = 'gemiddelde tijd';
    365363$lang['min time'] = 'minimale tijd';
    366 $lang['number of miniaturized pictures'] = 'aantal verkleinde afbeeldingen';
     364$lang['number of miniaturized photos'] = 'aantal verkleinde afbeeldingen';
    367365$lang['total time'] = 'totale tijd';
    368366$lang['for this file format'] = 'voor dit bestandsformaat';
     
    390388$lang['photos deleted from the database'] = 'afbeeldingen verwijderd uit de database';
    391389$lang['photos candidates for metadata synchronization'] = 'afbeeldingen gesynchroniseerd met de metadata van de bijbehorende bestanden';
    392 $lang['elements informations synchronized with files metadata'] = 'afbeeldings-informatie gesynchroniseerd met bestandsmetadata';
     390$lang['photos informations synchronized with files metadata'] = 'afbeeldings-informatie gesynchroniseerd met bestandsmetadata';
    393391$lang['errors during synchronization'] = 'fouten tijdens synchronisatie';
    394392$lang['albums added in the database'] = 'categorieën toegevoegd aan de database';
     
    404402$lang['only directories'] = 'alleen mappen';
    405403$lang['synchronize files structure with database'] = 'Synchroniseer bestanden met de database';
    406 $lang['synchronize files metadata with database elements informations'] = 'Synchroniseer bestandsmetadata met de database afbeeldings-informatie';
     404$lang['synchronize files metadata with database photos informations'] = 'Synchroniseer bestandsmetadata met de database afbeeldings-informatie';
    407405$lang['even already synchronized photos'] = 'ook reeds synchroniseerde afbeeldingen';
    408406$lang['Used metadata'] = 'Gebruikte metadata';
     
    428426$lang['Day'] = 'Dag';
    429427$lang['Pages seen'] = 'Pagina\'s bekeken';
    430 $lang['Pictures'] = 'Afbeeldingen';
    431428$lang['Time'] = 'tijd';
    432429$lang['IP'] = 'IP';
  • trunk/language/nl_NL/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Werk uw waardering bij';
    294294$lang['wrong filename'] = 'verkeerde bestandsnaam';
    295 $lang['the filesize of the picture must not exceed :'] = 'het bestandsformaat mag niet te groot zijn : ';
    296 $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';
    297 $lang['the height of the picture must not exceed :'] = 'de hoogte van de afbeelding mag niet te groot zijn : ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Optioneel, maar aanbevolen : kies een mini-afbeelding voor associatie';
    299 $lang['the width of the picture must not exceed :'] = 'de breedte van de afbeelding mag niet te groot zijn : ';
    300 $lang['can\'t upload the picture on the server'] = 'de afbeelding kan niet op de server geplaatst worden';
    301295$lang['the username must be given'] = 'de gebruikersnaam moet ingevuld zijn';
    302 $lang['A picture\'s name already used'] = 'De naam is al in gebruik';
    303 $lang['You must choose a picture fileformat for the image'] = 'U moet een afbeeldingsformaat opgeven voor de afbeelding';
    304 $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.';
    305 $lang['Upload a picture'] = 'Upload een afbeelding';
    306296$lang['useful when password forgotten'] = 'handig indien u uw wachtwoord bent vergeten';
    307297$lang['Quick search'] = 'Snel zoeken';
     
    317307$lang['Registration of %s'] = 'Registratie van %s';
    318308$lang['Album: %s'] = 'Categorie: %s';
    319 $lang['Picture name: %s'] = 'Afbeeldingsnaam: %s';
    320 $lang['Creation date: %s'] = 'Aanmaakdatum: %s';
    321309$lang['Picture uploaded by %s'] = 'Afbeelding ge-uploaded door %s';
    322310// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    343331$lang['display photos linked to this tag'] = 'Toon afbeeldingen gelinkt met deze tag';
    344332$lang['photos posted during the last %d days'] = 'Afbeelding ontvangen binnen de afgelopen %d dagen';
    345 $lang['Choose an image'] = 'Kies een afbeelding om';
    346333$lang['Piwigo Help'] = 'Piwigo Help';
    347334// --------- Starting below: New or revised $lang ---- from Butterfly (2.0)
    348335$lang['Are you sure?'] = 'Weet u het zeker?';
    349336$lang['delete this comment'] = 'verwijder dit commentaar';
    350 $lang['Name of the picture'] = 'Naam van de afbeelding';
    351337$lang['Rank'] = 'Rang';
    352338$lang['group by letters'] = 'gegroepeerd per letter';
  • trunk/language/no_NO/admin.lang.php

    r8723 r8727  
    6060$lang['Albums authorized thanks to group associations'] = 'Album autorisert grunnet gruppetilhørighet';
    6161$lang['Album manual order was saved'] = 'Album manuell sortering ble lagret';
    62 $lang['Album elements associated to the following albums: %s'] = 'Album-elementer assosiert til følgende album: %s';
    6362$lang['Check for upgrade failed for unknown reasons.'] = 'Oppdateringssjekk misslyktes av ukjente grunner.';
    6463$lang['Check for upgrade'] = 'Sjekk etter oppgradering';
     
    132131$lang['Permission granted thanks to a group'] = 'Tillatelse godtatt grunnet gruppetilhørighet';
    133132$lang['Permission granted'] = 'Tillatelse godtatt';
    134 $lang['Picture informations updated'] = 'Bildeinformasjon oppdatert';
     133$lang['Photo informations updated'] = 'Bildeinformasjon oppdatert';
    135134$lang['Plugins'] = 'Tilleggsprogram';
    136135$lang['Position'] = 'Posisjon';
    137136$lang['Preferences'] = 'Preferanser';
    138137$lang['Properties'] = 'Egenskaper';
    139 $lang['Random picture'] = 'Tilfeldig bilde';
     138$lang['Random photo'] = 'Tilfeldig bilde';
    140139$lang['Rate date'] = 'Stemme dato';
    141140$lang['Rating by guests'] = 'Stemt på av gjester';
     
    207206$lang['Album updated successfully'] = 'Album vellykket oppdatert';
    208207$lang['photos per page'] = 'elementer per side';
    209 $lang['elements'] = 'elementer';
    210208$lang['High definition enabled'] = 'Høy oppløsning aktivert';
    211209$lang['File'] = 'Fil';
     
    351349$lang['Database synchronization with files'] = 'Database synkronisering med filer';
    352350$lang['all'] = 'alle';
    353 $lang['pictures without thumbnail (jpeg and png only)'] = 'bilder uten miniatyrer (kun jpeg og png)';
     351$lang['photos without thumbnail (jpeg and png only)'] = 'bilder uten miniatyrer (kun jpeg og png)';
    354352$lang['height must be a number superior to'] = 'høyde må være et nummer høyere en';
    355353$lang['width must be a number superior to'] = 'bredde må være et nummer høyere en';
    356354$lang['for the file format'] = 'for fil format';
    357355$lang['No missing thumbnail'] = 'Ingen manglende miniatyrbilder';
    358 $lang['Picture unreachable or no support'] = 'Bilde ikke tilgjengelig eller i feil filformat';
     356$lang['Photo unreachable or no support'] = 'Bilde ikke tilgjengelig eller i feil filformat';
    359357$lang['GD version'] = 'GD versjon';
    360358$lang['Miniaturization parameters'] = 'Miniatyr parameter';
     
    365363$lang['average time'] = 'gjennomsnitlig tid';
    366364$lang['min time'] = 'minimum tid';
    367 $lang['number of miniaturized pictures'] = 'antall miniatyrbilder laget';
     365$lang['number of miniaturized photos'] = 'antall miniatyrbilder laget';
    368366$lang['total time'] = 'total tid';
    369367$lang['for this file format'] = 'for dette fil format';
     
    391389$lang['photos deleted from the database'] = 'elementer slettet i database';
    392390$lang['photos candidates for metadata synchronization'] = 'bilder klare for metadata synkronisering';
    393 $lang['elements informations synchronized with files metadata'] = 'element informasjon synkronisert med filenes metadata';
     391$lang['photos informations synchronized with files metadata'] = 'element informasjon synkronisert med filenes metadata';
    394392$lang['errors during synchronization'] = 'feil under synkronisering';
    395393$lang['albums added in the database'] = 'album lagt til i databasen';
     
    404402$lang['only directories'] = 'kun mapper';
    405403$lang['synchronize files structure with database'] = 'Synkroniser filstruktur med databasen';
    406 $lang['synchronize files metadata with database elements informations'] = 'synkroniser database elementer med filers metadata';
     404$lang['synchronize files metadata with database photos informations'] = 'synkroniser database elementer med filers metadata';
    407405$lang['even already synchronized photos'] = 'også allerede synkroniserte elementer';
    408406$lang['Used metadata'] = 'Metadata brukt';
     
    428426$lang['Day'] = 'Dag';
    429427$lang['Pages seen'] = 'Sider sett';
    430 $lang['Pictures'] = 'Bilder';
    431428$lang['Time'] = 'Tid';
    432429$lang['IP'] = 'IP';
  • trunk/language/no_NO/common.lang.php

    r8711 r8727  
    2828$lang_info['zero_plural'] = "1";
    2929
    30 $lang['Upload a picture'] = "Last opp bilde";
    3130$lang['useful when password forgotten'] = "Nyttig om passord blir glemt";
    3231$lang['Quick search'] = "Hurtigsøk";
     
    4140$lang['Admin: %s'] = "Admin: %s";
    4241$lang['Registration of %s'] = "Registrering av %s";
    43 $lang['Picture name: %s'] = "Bilde navn: %s";
    44 $lang['Creation date: %s'] = "Dato opprettet: %s";
    4542$lang['Picture uploaded by %s'] = "Bilde opplastet av %s";
    4643$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.";
     
    6461$lang['display photos linked to this tag'] = "Se kun bilder linket til gjeldende tags";
    6562$lang['photos posted during the last %d days'] = "bilder postet innen de siste %d dager";
    66 $lang['Choose an image'] = "Velg et bilde";
    6763$lang['Piwigo Help'] = "Piwigo hjelp";
    6864$lang['Rank'] = "Rangering";
     
    337333$lang['Update your rating'] = 'Oppdater din rating';
    338334$lang['wrong filename'] = 'galt filnavn';
    339 $lang['the filesize of the picture must not exceed :'] = 'bildets filstørrelse må ikke overskride :';
    340 $lang['the picture must be to the fileformat jpg, gif or png'] = 'bildet filformat må være jpg, gif or png';
    341 $lang['the height of the picture must not exceed :'] = 'bildets høyde må ikke overskride :';
    342 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Alternativt, men anbefalt : velg en thumbnail for å assosiere til';
    343 $lang['the width of the picture must not exceed :'] = 'bredden av bildet må ikke overskride :';
    344 $lang['can\'t upload the picture on the server'] = 'bildet kan ikke lastes opp til serveren';
    345335$lang['the username must be given'] = 'brukernavn kreves';
    346 $lang['A picture\'s name already used'] = 'dette bildenavnet er allerede i bruk';
    347 $lang['You must choose a picture fileformat for the image'] = 'Du må velge et bilde-filformat for bildet';
    348 $lang['Name of the picture'] = 'Bilde navn';
    349 $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';
    350336$lang['Album: %s'] = 'Album: %s';
    351337$lang['Album results for'] = 'Album results for';
  • trunk/language/pl_PL/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Albumy zautoryzowane dzięki powiązaniom z grupami';
    6363$lang['Album manual order was saved'] = 'Ręcznie ustawiona kolejność albumów została zapisana';
    64 $lang['Album elements associated to the following albums: %s'] = 'Zdjęcia albumu są powiązane z następującymi albumami: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Sprawdzenie aktualizacji nie powiodło się z nieznanych powodów.';
    6665$lang['Check for upgrade'] = 'Sprawdź aktualizacje';
     
    133132$lang['Permission granted thanks to a group'] = 'Uprawnienia przyznane dzięki grupie';
    134133$lang['Permission granted'] = 'Dostęp przyznany';
    135 $lang['Picture informations updated'] = 'Zaktualizowano informację o obrazie';
     134$lang['Photo informations updated'] = 'Zaktualizowano informację o obrazie';
    136135$lang['Plugins'] = 'Wtyczki';
    137136$lang['Position'] = 'Pozycja';
    138137$lang['Preferences'] = 'Preferencje';
    139138$lang['Properties'] = 'Właściwości';
    140 $lang['Random picture'] = 'Losowy obraz';
     139$lang['Random photo'] = 'Losowy obraz';
    141140$lang['Rate date'] = 'Oceny po dacie';
    142141$lang['Rating by guests'] = 'Oceny przez gości';
     
    207206$lang['Album updated successfully'] = 'Informacje o albumie zostały zaktualizowane pomyślnie.';
    208207$lang['photos per page'] = 'elementów na stronę';
    209 $lang['elements'] = 'elementy';
    210208$lang['High definition enabled'] = 'Wysoka jakość włączona';
    211209$lang['File'] = 'plik';
     
    350348$lang['Database synchronization with files'] = 'Synchronizacja bazy danych z plikami';
    351349$lang['all'] = 'wszystkie';
    352 $lang['pictures without thumbnail (jpeg and png only)'] = 'obrazy bez miniatur (tylko pliki jpeg i png)';
     350$lang['photos without thumbnail (jpeg and png only)'] = 'obrazy bez miniatur (tylko pliki jpeg i png)';
    353351$lang['height must be a number superior to'] = 'wysokość musi być liczbą większą od';
    354352$lang['width must be a number superior to'] = 'szerokość musi być liczbą większą od';
    355353$lang['for the file format'] = 'dla typu pliku';
    356354$lang['No missing thumbnail'] = 'Aktualnie nie ma brakujących miniatur';
    357 $lang['Picture unreachable or no support'] = 'Obraz niedostępny lub brak wsparcia';
     355$lang['Photo unreachable or no support'] = 'Obraz niedostępny lub brak wsparcia';
    358356$lang['GD version'] = 'Wersja GD';
    359357$lang['Miniaturization parameters'] = 'Parametry tworzenia miniatur';
     
    364362$lang['average time'] = 'czas średni';
    365363$lang['min time'] = 'czas minimalny';
    366 $lang['number of miniaturized pictures'] = 'liczba plików, dla których zostały dodane miniatury';
     364$lang['number of miniaturized photos'] = 'liczba plików, dla których zostały dodane miniatury';
    367365$lang['total time'] = 'czas sumaryczny';
    368366$lang['for this file format'] = 'dla tego rodzaju plików';
     
    390388$lang['photos deleted from the database'] = 'elementów usuniętych z bazy danych';
    391389$lang['photos candidates for metadata synchronization'] = 'obrazów dla których można zsynchronizować metadane';
    392 $lang['elements informations synchronized with files metadata'] = 'informacji o elementach zsynchronizowanych z metadanymi plików';
     390$lang['photos informations synchronized with files metadata'] = 'informacji o elementach zsynchronizowanych z metadanymi plików';
    393391$lang['errors during synchronization'] = 'błędów podczas synchronizacji';
    394392$lang['albums added in the database'] = 'albumy dodane do bazy danych';
     
    404402$lang['only directories'] = 'tylko katalogi';
    405403$lang['synchronize files structure with database'] = 'synchronizuj strukturę plików z bazą danych';
    406 $lang['synchronize files metadata with database elements informations'] = 'synchronizuj metadane z informacjami o elementach z bazy danych';
     404$lang['synchronize files metadata with database photos informations'] = 'synchronizuj metadane z informacjami o elementach z bazy danych';
    407405$lang['even already synchronized photos'] = 'także elementy już zsynchronizowane';
    408406$lang['Used metadata'] = 'Wykorzystane metadane';
     
    428426$lang['Day'] = 'Dzień';
    429427$lang['Pages seen'] = 'Oglądanych stron';
    430 $lang['Pictures'] = 'Obrazy';
    431428$lang['Time'] = 'czas';
    432429$lang['IP'] = 'IP';
  • trunk/language/pl_PL/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Aktualizuj Twoją ocenę';
    294294$lang['wrong filename'] = 'zła nazwa pliku';
    295 $lang['the filesize of the picture must not exceed :'] = 'rozmiar zdjęcia nie może przekraczać : ';
    296 $lang['the picture must be to the fileformat jpg, gif or png'] = 'zdjęcia muszą być w formacie jpg, gif lub png';
    297 $lang['the height of the picture must not exceed :'] = 'wysokość zdjęcia nie może przekraczać : ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcjonalne, ale zalecane : wybierz miniaturę do powiązania z ';
    299 $lang['the width of the picture must not exceed :'] = 'szerokość zdjęcia nie może przekraczać : ';
    300 $lang['can\'t upload the picture on the server'] = 'nie można wgrać zdjęcia na serwer';
    301295$lang['the username must be given'] = 'nazwa użytkownika musi być podana';
    302 $lang['A picture\'s name already used'] = 'Nazwa zdjęcia już wykorzystana';
    303 $lang['You must choose a picture fileformat for the image'] = 'Musisz wybrać format pliku dla zdjęcia';
    304 $lang['Name of the picture'] = 'Nazwa zdjęcia';
    305 $lang['Upload a picture'] = 'Wgraj zdjęcie';
    306 $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';
    307296$lang['useful when password forgotten'] = 'przydatne gdy zostanie zapomniane hasło';
    308297$lang['Quick search'] = 'Szybkie wyszukiwanie';
     
    318307$lang['Registration of %s'] = 'Rejestracja %s';
    319308$lang['Album: %s'] = 'Album: %s';
    320 $lang['Picture name: %s'] = 'Nazwa zdjęcia: %s';
    321 $lang['Creation date: %s'] = 'Data utworzenia: %s';
    322309$lang['Picture uploaded by %s'] = 'Zdjęcie wgrane przez %s';
    323310// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344331$lang['display photos linked to this tag'] = 'Zobacz obrazy podpięte tylko do tego tagu';
    345332$lang['photos posted during the last %d days'] = 'obrazy wgrane przez ostatnich %d dni';
    346 $lang['Choose an image'] = 'Wybierz obraz';
    347333$lang['Piwigo Help'] = 'Piwigo Pomoc';
    348334$lang['Rank'] = 'Ranking';
  • trunk/language/pt_BR/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Categorias autorizadas graças a associações de grupo';
    6363$lang['Album manual order was saved'] = 'A ordem manual das categorias foi salva';
    64 $lang['Album elements associated to the following albums: %s'] = 'Itens da categoria associados às seguintes categorias: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'A checagem por atualização falhou por razões desconhecidas.';
    6665$lang['Check for upgrade'] = 'Checar por atualização';
     
    133132$lang['Permission granted thanks to a group'] = 'Permissão garantida graças ao grupo';
    134133$lang['Permission granted'] = 'Permissão garantida';
    135 $lang['Picture informations updated'] = 'Informações da imagem atualizada';
     134$lang['Photo informations updated'] = 'Informações da imagem atualizada';
    136135$lang['Plugins'] = 'Plugins';
    137136$lang['Position'] = 'Posição';
    138137$lang['Preferences'] = 'Preferências';
    139138$lang['Properties'] = 'Propriedades';
    140 $lang['Random picture'] = 'Imagem randômica';
     139$lang['Random photo'] = 'Imagem randômica';
    141140$lang['Rate date'] = 'Data da votação';
    142141$lang['Rating by guests'] = 'Votado(a) pelos visitantes';
     
    208207$lang['Album updated successfully'] = 'As informações da categoria foram atualizadas com sucesso.';
    209208$lang['photos per page'] = 'itens por página';
    210 $lang['elements'] = 'itens';
    211209$lang['High definition enabled'] = 'Auta definição ativada';
    212210$lang['File'] = 'Arquivo';
     
    353351$lang['Database synchronization with files'] = 'Sincronização da base de dados com os arquivos';
    354352$lang['all'] = 'tudo';
    355 $lang['pictures without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
     353$lang['photos without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
    356354$lang['height must be a number superior to'] = 'altura deve ser um número superior a';
    357355$lang['width must be a number superior to'] = 'largura deve ser um número superior a';
    358356$lang['for the file format'] = 'para o formato de arquivo';
    359357$lang['No missing thumbnail'] = 'Nenhuma miniatura faltando';
    360 $lang['Picture unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
     358$lang['Photo unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
    361359$lang['GD version'] = 'versão GD';
    362360$lang['Miniaturization parameters'] = 'Parâmetros da miniaturização';
     
    367365$lang['average time'] = 'tempo médio';
    368366$lang['min time'] = 'tempo mínimo';
    369 $lang['number of miniaturized pictures'] = 'número de imagens miniaturizadas';
     367$lang['number of miniaturized photos'] = 'número de imagens miniaturizadas';
    370368$lang['total time'] = 'tempo total';
    371369$lang['for this file format'] = 'para este formato de arquivo';
     
    393391$lang['photos deleted from the database'] = 'itens apagados da base de dados';
    394392$lang['photos candidates for metadata synchronization'] = 'imagens candidatas para a sincronização com o metadado';
    395 $lang['elements informations synchronized with files metadata'] = 'as informações dos itens foram sincronizados com o metadado dos arquivos';
     393$lang['photos informations synchronized with files metadata'] = 'as informações dos itens foram sincronizados com o metadado dos arquivos';
    396394$lang['errors during synchronization'] = 'erros durante a sincronização';
    397395$lang['albums added in the database'] = 'categorias adicionadas à base de dados';
     
    407405$lang['only directories'] = 'apenas diretórios';
    408406$lang['synchronize files structure with database'] = 'sincronizar a estrutura dos arquivos com a base de dados';
    409 $lang['synchronize files metadata with database elements informations'] = 'sincronizar o metadado dos arquivos com as informações dos itens da base de dados';
     407$lang['synchronize files metadata with database photos informations'] = 'sincronizar o metadado dos arquivos com as informações dos itens da base de dados';
    410408$lang['even already synchronized photos'] = 'itens já sincronizados';
    411409$lang['Used metadata'] = 'Metadados usados';
     
    431429$lang['Day'] = 'Dia';
    432430$lang['Pages seen'] = 'Páginas vistas';
    433 $lang['Pictures'] = 'Imagens';
    434431$lang['Time'] = 'Tempo';
    435432$lang['IP'] = 'IP';
  • trunk/language/pt_BR/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'atualizar nota';
    293293$lang['wrong filename'] = 'nome de diretório errado';
    294 $lang['the filesize of the picture must not exceed :'] = 'o tamanho da imagem não deve exceder: ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = 'o formato de arquivo da imagem deve ser: jpg, png ou gif';
    296 $lang['the height of the picture must not exceed :'] = 'a altura da imagem não deve exceder: ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, mas recomendado : escolha uma miniatura(thumbnail) para associar';
    298 $lang['the width of the picture must not exceed :'] = 'a largura da imagem não deve exceder: ';
    299 $lang['can\'t upload the picture on the server'] = 'Não é possível enviar a imagem para o servidor';
    300294$lang['the username must be given'] = 'Entre com o nome de usuário';
    301 $lang['A picture\'s name already used'] = 'Já existe outra imagem com o mesmo nome.';
    302 $lang['You must choose a picture fileformat for the image'] = 'Você deve escolher um formato para a imagem';
    303 $lang['Name of the picture'] = 'Nome da imagem';
    304 $lang['Upload a picture'] = 'Adicionar uma imagem';
    305 $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';
    306 $lang['Upload a picture'] = 'Enviar uma imagem';
    307295$lang['useful when password forgotten'] = 'útil em caso de senha esquecida';
    308296$lang['Quick search'] = 'Pesquisa Rápida';
     
    318306$lang['Registration of %s'] = 'Registro de %s';
    319307$lang['Album: %s'] = 'Categoria: %s';
    320 $lang['Picture name: %s'] = 'Nome da imagem: %s';
    321 $lang['Creation date: %s'] = 'Data de criação: %d';
    322308$lang['Picture uploaded by %s'] = 'Imagem enviada por %s';
    323309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344330$lang['display photos linked to this tag'] = 'Ver as imagens ligadas apenas a esta tag';
    345331$lang['photos posted during the last %d days'] = 'imagens enviadas durante os últimos %d dias';
    346 $lang['Choose an image'] = 'Escolher uma imagem';
    347332$lang['Piwigo Help'] = 'Piwigo Help';
    348333$lang['Rank'] = 'Fila (Rank)';
  • trunk/language/pt_PT/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Categorias autorizadas graças a associações de grupo';
    6363$lang['Album manual order was saved'] = 'A ordem manual das categorias foi salva';
    64 $lang['Album elements associated to the following albums: %s'] = 'Elementos da categoria associados às seguintes categorias: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'A procura de atualização falhou por razões desconhecidas.';
    6665$lang['Check for upgrade'] = 'procurar por atualização';
     
    134133$lang['Permission granted thanks to a group'] = 'Permissão garantida graças ao grupo';
    135134$lang['Permission granted'] = 'Permissão garantida';
    136 $lang['Picture informations updated'] = 'Informações da imagem atualizada';
     135$lang['Photo informations updated'] = 'Informações da imagem atualizada';
    137136$lang['Plugins'] = 'Plugins';
    138137$lang['Position'] = 'Posição';
    139138$lang['Preferences'] = 'Preferências';
    140139$lang['Properties'] = 'Propriedades';
    141 $lang['Random picture'] = 'Imagem randômica';
     140$lang['Random photo'] = 'Imagem randômica';
    142141$lang['Rate date'] = 'Data da votação';
    143142$lang['Rating by guests'] = 'Votado(a) pelos visitantes';
     
    209208$lang['Album updated successfully'] = 'As informações da categoria foram atualizadas com sucesso.';
    210209$lang['photos per page'] = 'elementos por página';
    211 $lang['elements'] = 'elementos';
    212210$lang['High definition enabled'] = 'Alta definição ativada';
    213211$lang['File'] = 'Arquivo';
     
    354352$lang['Database synchronization with files'] = 'Sincronização da base de dados com os arquivos';
    355353$lang['all'] = 'tudo';
    356 $lang['pictures without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
     354$lang['photos without thumbnail (jpeg and png only)'] = 'imagens sem miniatura (jpeg e png apenas)';
    357355$lang['height must be a number superior to'] = 'altura deve ser um número superior a';
    358356$lang['width must be a number superior to'] = 'largura deve ser um número superior a';
    359357$lang['for the file format'] = 'para o formato de arquivo';
    360358$lang['No missing thumbnail'] = 'Nenhuma miniatura faltando';
    361 $lang['Picture unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
     359$lang['Photo unreachable or no support'] = 'Imagem não alcançável ou nenhum suporte';
    362360$lang['GD version'] = 'versão GD';
    363361$lang['Miniaturization parameters'] = 'Parâmetros da miniaturização';
     
    368366$lang['average time'] = 'tempo médio';
    369367$lang['min time'] = 'tempo mínimo';
    370 $lang['number of miniaturized pictures'] = 'número de imagens miniaturizadas';
     368$lang['number of miniaturized photos'] = 'número de imagens miniaturizadas';
    371369$lang['total time'] = 'tempo total';
    372370$lang['for this file format'] = 'para este formato de arquivo';
     
    394392$lang['photos deleted from the database'] = 'elementos apagados da base de dados';
    395393$lang['photos candidates for metadata synchronization'] = 'imagens candidatas para a sincronização com o metadado';
    396 $lang['elements informations synchronized with files metadata'] = 'as informações dos elementos foram sincronizados com o metadado dos arquivos';
     394$lang['photos informations synchronized with files metadata'] = 'as informações dos elementos foram sincronizados com o metadado dos arquivos';
    397395$lang['errors during synchronization'] = 'erros durante a sincronização';
    398396$lang['albums added in the database'] = 'categorias adicionadas à base de dados';
     
    408406$lang['only directories'] = 'apenas diretórios';
    409407$lang['synchronize files structure with database'] = 'sincronizar a estrutura dos arquivos com a base de dados';
    410 $lang['synchronize files metadata with database elements informations'] = 'sincronizar o metadado dos arquivos com as informações dos elementos da base de dados';
     408$lang['synchronize files metadata with database photos informations'] = 'sincronizar o metadado dos arquivos com as informações dos elementos da base de dados';
    411409$lang['even already synchronized photos'] = 'elementos já sincronizados';
    412410$lang['Used metadata'] = 'Metadados usados';
     
    432430$lang['Day'] = 'Dia';
    433431$lang['Pages seen'] = 'Páginas vistas';
    434 $lang['Pictures'] = 'Imagens';
    435432$lang['Time'] = 'Tempo';
    436433$lang['IP'] = 'IP';
  • trunk/language/pt_PT/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'atualizar nota';
    293293$lang['wrong filename'] = 'nome de diretório errado';
    294 $lang['the filesize of the picture must not exceed :'] = 'o tamanho da imagem não deve exceder: ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = 'o formato de arquivo da imagem deve ser: jpg, png ou gif';
    296 $lang['the height of the picture must not exceed :'] = 'a altura da imagem não deve exceder: ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcional, mas recomendado : escolha uma miniatura(thumbnail) para associar';
    298 $lang['the width of the picture must not exceed :'] = 'a largura da imagem não deve exceder: ';
    299 $lang['can\'t upload the picture on the server'] = 'Não é possível enviar a imagem para o servidor';
    300294$lang['the username must be given'] = 'Entre com o nome de usuário';
    301 $lang['A picture\'s name already used'] = 'Já existe outra imagem com o mesmo nome.';
    302 $lang['You must choose a picture fileformat for the image'] = 'Você deve escolher um formato para a imagem';
    303 $lang['Name of the picture'] = 'Nome da imagem';
    304 $lang['Upload a picture'] = 'Adicionar uma imagem';
    305 $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';
    306 $lang['Upload a picture'] = 'Enviar uma imagem';
    307295$lang['useful when password forgotten'] = 'útil em caso de palavra-passe esquecida';
    308296$lang['Quick search'] = 'Pesquisa Rápida';
     
    318306$lang['Registration of %s'] = 'Registro de %s';
    319307$lang['Album: %s'] = 'Categoria: %s';
    320 $lang['Picture name: %s'] = 'Nome da imagem: %s';
    321 $lang['Creation date: %s'] = 'Data de criação: %d';
    322308$lang['Picture uploaded by %s'] = 'Imagem enviada por %s';
    323309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344330$lang['display photos linked to this tag'] = 'Ver as imagens ligadas apenas a esta tag';
    345331$lang['photos posted during the last %d days'] = 'imagens enviadas durante os últimos %d dias';
    346 $lang['Choose an image'] = 'Escolher uma imagem';
    347332$lang['Piwigo Help'] = 'Piwigo Help';
    348333$lang['Rank'] = 'Fila (Rank)';
  • trunk/language/ro_RO/common.lang.php

    r8711 r8727  
    284284$lang['Update your rating'] = 'Actualizaţi evaluarea dvs.';
    285285$lang['wrong filename'] = 'nume de fişier incorect';
    286 $lang['the filesize of the picture must not exceed :'] = 'imaginea nu trebuie să depăşească : ';
    287 $lang['the picture must be to the fileformat jpg, gif or png'] = 'formatul imagini trebuie să fie JPG, PNG sau GIF';
    288 $lang['the height of the picture must not exceed :'] = 'înălţimea imaginii nu trebuie să depăşească : ';
    289 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opţional, dar recomandat: alege o miniatură pentru a o asocia ';
    290 $lang['the width of the picture must not exceed :'] = 'lăţimea imaginii nu trebuie să depăşească : ';
    291 $lang['can\'t upload the picture on the server'] = 'imposibil de a transfera imaginea pe server';
    292286$lang['the username must be given'] = 'numele utilizatorului trebuie să fie specificat';
    293 $lang['A picture\'s name already used'] = 'acest fişier există deja';
    294 $lang['You must choose a picture fileformat for the image'] = 'Formatul de fişier trebuie să fie un format pentru imagini';
    295 $lang['Name of the picture'] = 'Numele imaginii';
    296 $lang['Upload a picture'] = 'Adaugă o imagine';
    297 $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';
    298287$lang['useful when password forgotten'] = 'utilă în cazul în care uitaţi parola';
    299288$lang['Quick search'] = 'Căutare rapidă';
     
    309298$lang['Registration of %s'] = 'Înregistrare de %s';
    310299$lang['Album: %s'] = 'Categorie : %s';
    311 $lang['Picture name: %s'] = 'Numele imaginii : %s';
    312 $lang['Creation date: %s'] = 'Data creării : %d';
    313300$lang['Picture uploaded by %s'] = 'Imagine adăugată de %s';
    314301$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.';
     
    333320$lang['display photos linked to this tag'] = 'Vezi numai imagini legate de această etichetă';
    334321$lang['photos posted during the last %d days'] = 'Imagini adăugate în ultimele %d zile';
    335 $lang['Choose an image'] = 'Alegeţi o imagine de adăugat';
    336322$lang['Piwigo Help'] = 'Ajutor pentru Piwigo';
    337323$lang['Rank'] = 'Rang';
  • trunk/language/ru_RU/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Альбомы разрешены благодаря  группе ассоциаций';
    6363$lang['Album manual order was saved'] = 'Ручной порядок альбомов был сохранен';
    64 $lang['Album elements associated to the following albums: %s'] = 'Альбом фотографий ассоциирован со следующими альбомами: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Проверка обновлений не удалась по неизвестным причинам.';
    6665$lang['Check for upgrade'] = 'Проверить обновления';
     
    133132$lang['Permission granted thanks to a group'] = 'Доступ для группы разрешен';
    134133$lang['Permission granted'] = 'Доступ разрешен';
    135 $lang['Picture informations updated'] = 'Информация об изображении обновлена';
     134$lang['Photo informations updated'] = 'Информация об изображении обновлена';
    136135$lang['Plugins'] = 'Плагины';
    137136$lang['Position'] = 'Номер';
    138137$lang['Preferences'] = 'Настройки';
    139138$lang['Properties'] = 'Свойства';
    140 $lang['Random picture'] = 'Случайное изображение';
     139$lang['Random photo'] = 'Случайное изображение';
    141140$lang['Rate date'] = 'Rate date';
    142141$lang['Rating by guests'] = 'Оценки от гостей';
     
    206205$lang['Album updated successfully'] = 'Информация об альбоме успешно добавлена.';
    207206$lang['photos per page'] = 'миниатюр на странице';
    208 $lang['elements'] = 'элементы';
    209207$lang['High definition enabled'] = 'Доступно высокое разрешение';
    210208$lang['File'] = 'файл';
     
    350348$lang['Database synchronization with files'] = 'Синхронизация базы данных с файлами';
    351349$lang['all'] = 'все';
    352 $lang['pictures without thumbnail (jpeg and png only)'] = 'изображения без миниатюр (только jpeg и png)';
     350$lang['photos without thumbnail (jpeg and png only)'] = 'изображения без миниатюр (только jpeg и png)';
    353351$lang['height must be a number superior to'] = 'высота должна быть числом больше';
    354352$lang['width must be a number superior to'] = 'ширина должна быть числом больше';
    355353$lang['for the file format'] = 'для файла формата';
    356354$lang['No missing thumbnail'] = 'Миниатюры есть у всех изображений';
    357 $lang['Picture unreachable or no support'] = 'Изображение недоступно или не поддерживается';
     355$lang['Photo unreachable or no support'] = 'Изображение недоступно или не поддерживается';
    358356$lang['GD version'] = 'версия GD';
    359357$lang['Miniaturization parameters'] = 'Параметры миниатюризации';
     
    364362$lang['average time'] = 'среднее время';
    365363$lang['min time'] = 'минимальное время';
    366 $lang['number of miniaturized pictures'] = 'количество уменьшенных изображений';
     364$lang['number of miniaturized photos'] = 'количество уменьшенных изображений';
    367365$lang['total time'] = 'общее время';
    368366$lang['for this file format'] = 'для этого формата файла';
     
    390388$lang['photos deleted from the database'] = 'элементов удалено из базы данных';
    391389$lang['photos candidates for metadata synchronization'] = 'изображений для синхронизации метаданных';
    392 $lang['elements informations synchronized with files metadata'] = 'информация об элементах синхронизирована с метаданными файлов';
     390$lang['photos informations synchronized with files metadata'] = 'информация об элементах синхронизирована с метаданными файлов';
    393391$lang['errors during synchronization'] = 'ошибок синхронизации';
    394392$lang['albums added in the database'] = 'альбомы добавлены в базу данных';
     
    404402$lang['only directories'] = 'только папки';
    405403$lang['synchronize files structure with database'] = 'синхронизировать файловую структуру с базой данных';
    406 $lang['synchronize files metadata with database elements informations'] = 'синхронизировать метаданные файлов с информацией в базе данных';
     404$lang['synchronize files metadata with database photos informations'] = 'синхронизировать метаданные файлов с информацией в базе данных';
    407405$lang['even already synchronized photos'] = 'все, включая синхронизированные ранее';
    408406$lang['Used metadata'] = 'Используемые метаданные';
     
    428426$lang['Day'] = 'День';
    429427$lang['Pages seen'] = 'Страниц просмотрено';
    430 $lang['Pictures'] = 'Фотографии';
    431428$lang['Time'] = 'время';
    432429$lang['IP'] = 'IP';
  • trunk/language/ru_RU/common.lang.php

    r8711 r8727  
    293293$lang['Update your rating'] = 'Обновить оценку';
    294294$lang['wrong filename'] = 'неверное имя файла';
    295 $lang['the filesize of the picture must not exceed :'] = 'размер файла не должен превышать: ';
    296 $lang['the picture must be to the fileformat jpg, gif or png'] = 'фотография должна быть в формате jpg, gif или png';
    297 $lang['the height of the picture must not exceed :'] = 'высота фотографии не должна превышать: ';
    298 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Рекомендуется определить миниатюры для ';
    299 $lang['the width of the picture must not exceed :'] = 'ширина фотографии не должна превышать: ';
    300 $lang['can\'t upload the picture on the server'] = 'невозможно загрузить фотографию на сервер';
    301295$lang['the username must be given'] = 'должно присутствовать имя пользователя';
    302 $lang['A picture\'s name already used'] = 'Такое наименование фотографии уже есть';
    303 $lang['You must choose a picture fileformat for the image'] = 'Вы должны выбрать формат файла для изображения';
    304 $lang['Name of the picture'] = 'Название фотографии';
    305 $lang['Upload a picture'] = 'Загрузка фотографии';
    306 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Фотография успешно загружена, администратор утвердит это как можно скорее';
    307296$lang['useful when password forgotten'] = 'для восстановления потерянного пароля';
    308297$lang['Quick search'] = 'Быстрый поиск';
     
    318307$lang['Registration of %s'] = 'Регистрация %s';
    319308$lang['Album: %s'] = 'Альбом: %s';
    320 $lang['Picture name: %s'] = 'Название: %s';
    321 $lang['Creation date: %s'] = 'Дата съемки: %s';
    322309$lang['Picture uploaded by %s'] = 'Фотография загружена %s';
    323310// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344331$lang['display photos linked to this tag'] = 'Показать фотографии, связанные только с этим словом';
    345332$lang['photos posted during the last %d days'] = 'фотографии опубликованные за последние %d дней';
    346 $lang['Choose an image'] = 'Выберите фотографию';
    347333$lang['Piwigo Help'] = 'Помощь';
    348334$lang['Rank'] = 'Ряд';
  • trunk/language/sh_RS/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Kategorije overene zahvaljujući grupnoj vezi';
    6363$lang['Album manual order was saved'] = 'Redosled kategorija je sačuvan';
    64 $lang['Album elements associated to the following albums: %s'] = 'Elementi kategorije povezane su sa sledećim kategorijama: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Provera nadogradnje neuspešna iz nepoznatog razloga.';
    6665$lang['Check for upgrade'] = 'Provera nadogradnje';
     
    133132$lang['Permission granted thanks to a group'] = 'Dozvola odobrena zahvaljujući grupi';
    134133$lang['Permission granted'] = 'Dozvola odobrena';
    135 $lang['Picture informations updated'] = 'Podaci o slikama obnovljeni';
     134$lang['Photo informations updated'] = 'Podaci o slikama obnovljeni';
    136135$lang['Plugins'] = 'Dodaci';
    137136$lang['Position'] = 'Položaj';
    138137$lang['Preferences'] = 'Podešavanja';
    139138$lang['Properties'] = 'Karakteristike';
    140 $lang['Random picture'] = 'Slika slučajnog izbora';
     139$lang['Random photo'] = 'Slika slučajnog izbora';
    141140$lang['Rate date'] = 'Datum ocene';
    142141$lang['Rating by guests'] = 'Ocene gostiju';
     
    208207$lang['Album updated successfully'] = 'Podaci kategorije uspešno obnovljeni.';
    209208$lang['photos per page'] = 'elemenata po stranici';
    210 $lang['elements'] = 'elementi';
    211209$lang['High definition enabled'] = 'Visoka rezolucija omogućena';
    212210$lang['File'] = 'Datoteka';
     
    352350$lang['Database synchronization with files'] = 'Sinhronizacija baze podataka sa datotekama';
    353351$lang['all'] = 'sve';
    354 $lang['pictures without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
     352$lang['photos without thumbnail (jpeg and png only)'] = 'slike bez poveznih sličica (samo jpeg i png)';
    355353$lang['height must be a number superior to'] = 'visina mora biti broj veći od ';
    356354$lang['width must be a number superior to'] = 'širina mora biti broj veći od';
    357355$lang['for the file format'] = 'za datotečni oblik';
    358356$lang['No missing thumbnail'] = 'Nema nedostajućih poveznih sličica';
    359 $lang['Picture unreachable or no support'] = 'Slika nedostupna ili bez podrške';
     357$lang['Photo unreachable or no support'] = 'Slika nedostupna ili bez podrške';
    360358$lang['GD version'] = 'GD verzija';
    361359$lang['Miniaturization parameters'] = 'Parametri umanjivanja';
     
    366364$lang['average time'] = 'prosečno vreme';
    367365$lang['min time'] = 'najkraće vreme';
    368 $lang['number of miniaturized pictures'] = 'broj umanjenih slika';
     366$lang['number of miniaturized photos'] = 'broj umanjenih slika';
    369367$lang['total time'] = 'ukupno vreme';
    370368$lang['for this file format'] = 'za ovu vrstu datoteke';
     
    392390$lang['photos deleted from the database'] = 'elementi izbrisani iz baze podataka';
    393391$lang['photos candidates for metadata synchronization'] = 'slika kandidata za sinhronizaciju meta podataka';
    394 $lang['elements informations synchronized with files metadata'] = 'podataka elemenata sinhronizovano sa meta podacima datoteke';
     392$lang['photos informations synchronized with files metadata'] = 'podataka elemenata sinhronizovano sa meta podacima datoteke';
    395393$lang['errors during synchronization'] = 'grešaka tokom sinhronizacije';
    396394$lang['albums added in the database'] = 'kategorija dodato u bazu podataka';
     
    406404$lang['only directories'] = 'samo direktorijume';
    407405$lang['synchronize files structure with database'] = 'uskladi strukturu datoteke sa bazom podataka';
    408 $lang['synchronize files metadata with database elements informations'] = 'uskladi meta podatke datoteke sa podacima o elementu iz baze podataka';
     406$lang['synchronize files metadata with database photos informations'] = 'uskladi meta podatke datoteke sa podacima o elementu iz baze podataka';
    409407$lang['even already synchronized photos'] = 'čak i već usklađene elemente';
    410408$lang['Used metadata'] = 'Korišćeni meta podaci';
     
    430428$lang['Day'] = 'Dan';
    431429$lang['Pages seen'] = 'Stranica viđeno';
    432 $lang['Pictures'] = 'Slika';
    433430$lang['Time'] = 'Vreme';
    434431$lang['IP'] = 'IP';
  • trunk/language/sh_RS/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'Obnovite svoju ocenu';
    293293$lang['wrong filename'] = 'pogrešan naziv datoteke';
    294 $lang['the filesize of the picture must not exceed :'] = 'veličina slike ne sme preći : ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = 'slika mora biti u jpg, gif ili png formatu';
    296 $lang['the height of the picture must not exceed :'] = 'visina slike ne smije preći : ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Po izboru, ali preporučljivo : odaberite sličicu za vezu na ';
    298 $lang['the width of the picture must not exceed :'] = 'Širina slike ne sme preći : ';
    299 $lang['can\'t upload the picture on the server'] = 'ne mogu prebaciti sliku na server';
    300294$lang['the username must be given'] = 'mora se upisati korisničko ime';
    301 $lang['A picture\'s name already used'] = 'Naziv slike već postoji';
    302 $lang['You must choose a picture fileformat for the image'] = 'Morate odabrati oblik zapisa za sliku';
    303 $lang['Name of the picture'] = 'Naziv slike';
    304 $lang['Upload a picture'] = 'Prebaci sliku';
    305 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Slika uspešno prebačena, administrator će overiti slanje uskoro';
    306 $lang['Upload a picture'] = 'Slanje slika';
    307295$lang['useful when password forgotten'] = 'korisno kada se zaboravi lozinka';
    308296$lang['Quick search'] = 'Brzo pretraživanje';
     
    318306$lang['Registration of %s'] = 'Prijava od %s';
    319307$lang['Album: %s'] = 'Kategorija: %s';
    320 $lang['Picture name: %s'] = 'Naziv slike: %s';
    321 $lang['Creation date: %s'] = 'Datum izrade: %s';
    322308$lang['Picture uploaded by %s'] = 'Sliku prebacio %s';
    323309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344330$lang['display photos linked to this tag'] = 'Pregledaj slike povezane samo sa ovim tag-om';
    345331$lang['photos posted during the last %d days'] = 'slike objavljene tokom zadnjih %d dana';
    346 $lang['Choose an image'] = 'Odaberite sliku';
    347332$lang['Piwigo Help'] = 'Piwigo Pomoć';
    348333$lang['Rank'] = 'Redosled';
  • trunk/language/sk_SK/admin.lang.php

    r8723 r8727  
    6363$lang['Albums authorized thanks to group associations'] = 'Albumy schválené vďaka skupinovým spojeniam';
    6464$lang['Album manual order was saved'] = 'Manuálne radenie albumov bolo schválené';
    65 $lang['Album elements associated to the following albums: %s'] = 'Položky albumov naviazané do nasledujúcich albumov: %s';
    6665$lang['Check for upgrade failed for unknown reasons.'] = 'Zistenie možnosti aktualizácie sa nepodarilo';
    6766$lang['Check for upgrade'] = 'Zistiť možnosť aktualizácie';
     
    134133$lang['Permission granted thanks to a group'] = 'Prístup povolený vďaka skupine';
    135134$lang['Permission granted'] = 'Prístup povolený';
    136 $lang['Picture informations updated'] = 'Informácie o fotografii aktualizované';
     135$lang['Photo informations updated'] = 'Informácie o fotografii aktualizované';
    137136$lang['Plugins'] = 'Doplnky';
    138137$lang['Position'] = 'Pozícia';
    139138$lang['Preferences'] = 'Nastavenia';
    140139$lang['Properties'] = 'Vlastnosti';
    141 $lang['Random picture'] = 'Náhodná fotografia';
     140$lang['Random photo'] = 'Náhodná fotografia';
    142141$lang['Rate date'] = 'Dátum hodnotenia';
    143142$lang['Rating by guests'] = 'Hodnotenie hosťami';
     
    209208$lang['Album updated successfully'] = 'Informácie o albume boli úspěšne aktualizované.';
    210209$lang['photos per page'] = 'položiek na stránke';
    211 $lang['elements'] = 'položky';
    212210$lang['High definition enabled'] = 'Vysoké rozlíšenie povolené';
    213211$lang['File'] = 'Súbor';
     
    352350$lang['Database synchronization with files'] = 'Synchronizácia databázy so súbormi';
    353351$lang['all'] = 'všetko';
    354 $lang['pictures without thumbnail (jpeg and png only)'] = 'fotografie bez náhľadu (len jpeg alebo png)';
     352$lang['photos without thumbnail (jpeg and png only)'] = 'fotografie bez náhľadu (len jpeg alebo png)';
    355353$lang['height must be a number superior to'] = 'výška musí byť väčšia ako';
    356354$lang['width must be a number superior to'] = 'šírka musí byť väčšia ako';
    357355$lang['for the file format'] = 'pre formát súboru';
    358356$lang['No missing thumbnail'] = 'Nechýba žiaden náhľad';
    359 $lang['Picture unreachable or no support'] = 'Fotografia nie je dostupná alebo podporovaná';
     357$lang['Photo unreachable or no support'] = 'Fotografia nie je dostupná alebo podporovaná';
    360358$lang['GD version'] = 'Verzia GD knihovne';
    361359$lang['Miniaturization parameters'] = 'Parametre miniaturizácie';
     
    366364$lang['average time'] = 'priemerný čas';
    367365$lang['min time'] = 'najkratší čas';
    368 $lang['number of miniaturized pictures'] = 'počet miniaturizovaných fotografií';
     366$lang['number of miniaturized photos'] = 'počet miniaturizovaných fotografií';
    369367$lang['total time'] = 'celkový čas';
    370368$lang['for this file format'] = 'pre tento formát súboru';
     
    392390$lang['photos deleted from the database'] = 'položky odstránené z databázy';
    393391$lang['photos candidates for metadata synchronization'] = 'fotografie pre synchronizáciu metadat';
    394 $lang['elements informations synchronized with files metadata'] = 'informácie synchronizované z metadat súborov';
     392$lang['photos informations synchronized with files metadata'] = 'informácie synchronizované z metadat súborov';
    395393$lang['errors during synchronization'] = 'chýb behom synchronizácie';
    396394$lang['albums added in the database'] = 'albumy pridané do databázy';
     
    405403$lang['only directories'] = 'len adresáre';
    406404$lang['synchronize files structure with database'] = 'synchronizovať štruktúru súborov s databázou';
    407 $lang['synchronize files metadata with database elements informations'] = 'synchronizovať metadata súborov s databázou';
     405$lang['synchronize files metadata with database photos informations'] = 'synchronizovať metadata súborov s databázou';
    408406$lang['even already synchronized photos'] = 'zahrnúť aj skôr synchronizované položky';
    409407$lang['Used metadata'] = 'Použité metadata';
     
    429427$lang['Day'] = 'Deň';
    430428$lang['Pages seen'] = 'Prezretých stránok';
    431 $lang['Pictures'] = 'Fotografie';
    432429$lang['Time'] = 'čas';
    433430$lang['IP'] = 'IP';
  • trunk/language/sk_SK/common.lang.php

    r8711 r8727  
    297297$lang['Update your rating'] = 'Aktualizovať hodnotenie';
    298298$lang['wrong filename'] = 'chybný názov súboru';
    299 $lang['the filesize of the picture must not exceed :'] = 'veľkosť fotografie na disku nesmie byť väčšia ako: ';
    300 $lang['the picture must be to the fileformat jpg, gif or png'] = 'fotografia musí byť vo formáte jpg, gif alebo png';
    301 $lang['the height of the picture must not exceed :'] = 'výška fotografie nesmie byť väčšia ako: ';
    302 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Voliteľné (odporučené): priradiť náhľad k ';
    303 $lang['the width of the picture must not exceed :'] = 'šírka fotografie nesmie byť väčšia ako: ';
    304 $lang['can\'t upload the picture on the server'] = 'nie je možné nahrať fotografiu na server';
    305299$lang['the username must be given'] = 'je nutné zadať používateľské meno';
    306 $lang['A picture\'s name already used'] = 'Fotografia s týmto názvom už existuje';
    307 $lang['You must choose a picture fileformat for the image'] = 'Je nutné zvoliť typ súboru fotografie';
    308 $lang['Name of the picture'] = 'Názov fotografie';
    309 $lang['Upload a picture'] = 'Nahrať fotografiu';
    310 $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';
    311300$lang['useful when password forgotten'] = 'užitočné pri zabudnutí hesla';
    312301$lang['Quick search'] = 'Rýchle hľadanie';
     
    322311$lang['Registration of %s'] = 'Registrácia %s';
    323312$lang['Album: %s'] = 'Album: %s';
    324 $lang['Picture name: %s'] = '*Názov fotografie: %s';
    325 $lang['Creation date: %s'] = 'Dátum vytvorenia: %s';
    326313$lang['Picture uploaded by %s'] = 'Fotografia nahraná %s';
    327314$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.';
     
    346333$lang['display photos linked to this tag'] = 'Ukázať len fotografie spojené s aktuálnym kľúčovým slovom';
    347334$lang['photos posted during the last %d days'] = 'fotografie vložené za posledních %d dní';
    348 $lang['Choose an image'] = 'Vybrať fotografiu';
    349335$lang['Piwigo Help'] = 'Nápoveda Piwigo';
    350336$lang['Rank'] = 'Hodnotiť';
  • trunk/language/sl_SL/common.lang.php

    r8711 r8727  
    271271$lang['Update your rating'] = 'Popravi svojo oceno';
    272272$lang['wrong filename'] = 'napačno ime datoteke';
    273 $lang['the filesize of the picture must not exceed :'] = 'velikost slike ne sme preseči :';
    274 $lang['the picture must be to the fileformat jpg, gif or png'] = 'format slike mora biti jpg, gif ali png';
    275 $lang['the height of the picture must not exceed :'] = 'višina slike ne sme preseči :';
    276 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'Opcijsko,toda priporočeno : izberite sličico za predogled';
    277 $lang['the width of the picture must not exceed :'] = 'dolžina slike ne sme preseči :';
    278 $lang['can\'t upload the picture on the server'] = 'slike ni možno naložiti na strežnik';
    279273$lang['the username must be given'] = 'potrebno je uporabniško ime';
    280 $lang['A picture\'s name already used'] = 'ime slike je že uporabljeno';
    281 $lang['You must choose a picture fileformat for the image'] = 'Potrebno je izbrati format slike';
    282 $lang['Name of the picture'] = 'Ime slike';
    283 $lang['Upload a picture'] = 'Naloži sliko';
    284 $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.';
    285274$lang['useful when password forgotten'] = 'uporabno, v primeru izgubljenega gesla';
    286275$lang['Quick search'] = 'Hitro iskanje';
     
    296285$lang['Registration of %s'] = 'Prijavljenih %s';
    297286$lang['Album: %s'] = 'Kategorija: %s';
    298 $lang['Picture name: %s'] = 'Ime slike: %s';
    299 $lang['Creation date: %s'] = 'Datum nastanka: %s';
    300287$lang['Picture uploaded by %s'] = 'Sliko naložil %s';
    301288$lang['Bad status for user "guest", using default status. Please notify the webmaster.'] = 'Nepravilen status uporabnika "guest", uporabljen bo privzeti status. Prosim obvestite skrbnika.';
     
    339326$lang['display photos linked to this tag'] = 'Pokaži slike vezane na samo to označbo ';
    340327$lang['photos posted during the last %d days'] = 'slike naložene zadnjih  %d dni';
    341 $lang['Choose an image'] = 'Izberi sliko';
    342328$lang['Piwigo Help'] = 'Piwigo pomoč';
    343329$lang['Rank'] = 'Rank';
  • trunk/language/sr_RS/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Категорије оверене захваљујући групној вези';
    6363$lang['Album manual order was saved'] = 'Редослед категорија је сачуван';
    64 $lang['Album elements associated to the following albums: %s'] = 'Елементи категорије повезане су са следећим категоријама: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Провера надоградње неуспешна из непознатог разлога.';
    6665$lang['Check for upgrade'] = 'Провера надоградње';
     
    133132$lang['Permission granted thanks to a group'] = 'Дозвола одобрена захваљујући групи';
    134133$lang['Permission granted'] = 'Дозвола одобрена';
    135 $lang['Picture informations updated'] = 'Подаци о сликама обновљени';
     134$lang['Photo informations updated'] = 'Подаци о сликама обновљени';
    136135$lang['Plugins'] = 'Додаци';
    137136$lang['Position'] = 'Положај';
    138137$lang['Preferences'] = 'Подешавања';
    139138$lang['Properties'] = 'Карактеристике';
    140 $lang['Random picture'] = 'Слика случајног избора';
     139$lang['Random photo'] = 'Слика случајног избора';
    141140$lang['Rate date'] = 'Датум оцене';
    142141$lang['Rating by guests'] = 'Оцене гостију';
     
    208207$lang['Album updated successfully'] = 'Подаци категорије успешно обновљени.';
    209208$lang['photos per page'] = 'елемената по страници';
    210 $lang['elements'] = 'елементи';
    211209$lang['High definition enabled'] = 'Висока резолуција омогућена';
    212210$lang['File'] = 'Датотека';
     
    352350$lang['Database synchronization with files'] = 'Синхронизација базе података са датотекама';
    353351$lang['all'] = 'све';
    354 $lang['pictures without thumbnail (jpeg and png only)'] = 'слике без повезних сличица (само jpeg и png)';
     352$lang['photos without thumbnail (jpeg and png only)'] = 'слике без повезних сличица (само jpeg и png)';
    355353$lang['height must be a number superior to'] = 'висина мора бити број већи од ';
    356354$lang['width must be a number superior to'] = 'ширина мора бити број већи од';
    357355$lang['for the file format'] = 'за датотечни облик';
    358356$lang['No missing thumbnail'] = 'Нема недостајућих повезних сличица';
    359 $lang['Picture unreachable or no support'] = 'Слика недоступна или без подршке';
     357$lang['Photo unreachable or no support'] = 'Слика недоступна или без подршке';
    360358$lang['GD version'] = 'ГД верзија';
    361359$lang['Miniaturization parameters'] = 'Параметри умањивања';
     
    366364$lang['average time'] = 'просечно време';
    367365$lang['min time'] = 'најкраће време';
    368 $lang['number of miniaturized pictures'] = 'број умањених слика';
     366$lang['number of miniaturized photos'] = 'број умањених слика';
    369367$lang['total time'] = 'укупно време';
    370368$lang['for this file format'] = 'за ову врсту датотеке';
     
    392390$lang['photos deleted from the database'] = 'елементи избрисани из базе података';
    393391$lang['photos candidates for metadata synchronization'] = 'слика кандидата за синхронизацију мета података';
    394 $lang['elements informations synchronized with files metadata'] = 'података елемената синхронизовано са мета подацима датотеке';
     392$lang['photos informations synchronized with files metadata'] = 'података елемената синхронизовано са мета подацима датотеке';
    395393$lang['errors during synchronization'] = 'грешака током синхронизације';
    396394$lang['albums added in the database'] = 'категорија додато у базу података';
     
    406404$lang['only directories'] = 'само директоријуме';
    407405$lang['synchronize files structure with database'] = 'усклади структуру датотеке са базом података';
    408 $lang['synchronize files metadata with database elements informations'] = 'усклади мета податке датотеке са подацима о елементу из базе података';
     406$lang['synchronize files metadata with database photos informations'] = 'усклади мета податке датотеке са подацима о елементу из базе података';
    409407$lang['even already synchronized photos'] = 'чак и већ усклађене елементе';
    410408$lang['Used metadata'] = 'Коришћени мета подаци';
     
    430428$lang['Day'] = 'Дан';
    431429$lang['Pages seen'] = 'Страница виђенa';
    432 $lang['Pictures'] = 'Сликe';
    433430$lang['Time'] = 'Време';
    434431$lang['IP'] = 'IP';
  • trunk/language/sr_RS/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = 'Обновите своју оцену';
    293293$lang['wrong filename'] = 'погрешан назив датотеке';
    294 $lang['the filesize of the picture must not exceed :'] = 'величина слике не сме прећи : ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = 'слика мора бити у jpg, gif или png формату';
    296 $lang['the height of the picture must not exceed :'] = 'висина слике не смије прећи : ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'По избору, али препоручљиво : одаберите сличицу за везу на ';
    298 $lang['the width of the picture must not exceed :'] = 'Ширина слике не сме прећи : ';
    299 $lang['can\'t upload the picture on the server'] = 'не могу пребацити слику на сервер';
    300294$lang['the username must be given'] = 'мора се уписати корисничко име';
    301 $lang['A picture\'s name already used'] = 'Назив слике већ постоји';
    302 $lang['You must choose a picture fileformat for the image'] = 'Морате одабрати облик записа за слику';
    303 $lang['Name of the picture'] = 'Назив слике';
    304 $lang['Upload a picture'] = 'Пребаци слику';
    305 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = 'Слика успешно пребачена, администратор ће оверити слање ускоро';
    306 $lang['Upload a picture'] = 'Слање слика';
    307295$lang['useful when password forgotten'] = 'корисно када се заборави лозинка';
    308296$lang['Quick search'] = 'Брзо претраживање';
     
    318306$lang['Registration of %s'] = 'Пријава од %s';
    319307$lang['Album: %s'] = 'Категорија: %s';
    320 $lang['Picture name: %s'] = 'Назив слике: %s';
    321 $lang['Creation date: %s'] = 'Датум израде: %s';
    322308$lang['Picture uploaded by %s'] = 'Слику пребацио %s';
    323309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    344330$lang['display photos linked to this tag'] = 'Прегледај слике повезане само са овом ознаком';
    345331$lang['photos posted during the last %d days'] = 'слике објављене током задњих %d дана';
    346 $lang['Choose an image'] = 'Одаберите слику';
    347332$lang['Piwigo Help'] = 'Piwigo Помоћ';
    348333$lang['Rank'] = 'Редослед';
  • trunk/language/sv_SE/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Kategorier auktoriserade tack vare grupp associationer';
    6363$lang['Album manual order was saved'] = 'Kategoriernas manuella ordningsföljd är sparad';
    64 $lang['Album elements associated to the following albums: %s'] = 'Kategoriens element associerad med följande kategorier: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = 'Sök efter uppdatering misslyckades av okänd anledning.';
    6665$lang['Check for upgrade'] = 'Sök efter uppdatering';
     
    134133$lang['Permission granted thanks to a group'] = 'Tillgång beviljad tack vare en grupp';
    135134$lang['Permission granted'] = 'Tillgång beviljad';
    136 $lang['Picture informations updated'] = 'Bild information uppdaterad';
     135$lang['Photo informations updated'] = 'Bild information uppdaterad';
    137136$lang['Plugins'] = 'Plugins';
    138137$lang['Position'] = 'Position';
    139138$lang['Preferences'] = 'Inställningar';
    140139$lang['Properties'] = 'Egenskaper';
    141 $lang['Random picture'] = 'Slumpad bild';
     140$lang['Random photo'] = 'Slumpad bild';
    142141$lang['Rate date'] = 'Röst datum';
    143142$lang['Rating by guests'] = 'Röstning av gäster';
     
    209208$lang['Album updated successfully'] = 'Kategori informationen har uppdaterats.';
    210209$lang['photos per page'] = 'element per sida';
    211 $lang['elements'] = 'element';
    212210$lang['High definition enabled'] = 'High definition aktiverad';
    213211$lang['File'] = 'Fil';
     
    353351$lang['Database synchronization with files'] = 'Synkronisera databas med filer';
    354352$lang['all'] = 'alla';
    355 $lang['pictures without thumbnail (jpeg and png only)'] = 'bilder utan miniatyrbild (enbart jpeg och png)';
     353$lang['photos without thumbnail (jpeg and png only)'] = 'bilder utan miniatyrbild (enbart jpeg och png)';
    356354$lang['height must be a number superior to'] = 'bildens höjd måste vara större än';
    357355$lang['width must be a number superior to'] = 'bildens bredd måste vara större än';
    358356$lang['for the file format'] = 'för filformatet';
    359357$lang['No missing thumbnail'] = 'Inga miniatyrbilder saknas';
    360 $lang['Picture unreachable or no support'] = 'Bilden kunde inte nås eller filformatet stöds inte';
     358$lang['Photo unreachable or no support'] = 'Bilden kunde inte nås eller filformatet stöds inte';
    361359$lang['GD version'] = 'GD version';
    362360$lang['Miniaturization parameters'] = 'Miniatyriserings parametrar';
     
    367365$lang['average time'] = 'snitt tid';
    368366$lang['min time'] = 'min tid';
    369 $lang['number of miniaturized pictures'] = 'antal miniatyrer skapade';
     367$lang['number of miniaturized photos'] = 'antal miniatyrer skapade';
    370368$lang['total time'] = 'total tid';
    371369$lang['for this file format'] = 'för detta filformat';
     
    393391$lang['photos deleted from the database'] = 'element borttagna ur databasen';
    394392$lang['photos candidates for metadata synchronization'] = 'bild kandidater för metadata synkronisering';
    395 $lang['elements informations synchronized with files metadata'] = 'element informationer synkroniserade med filernas metadata';
     393$lang['photos informations synchronized with files metadata'] = 'element informationer synkroniserade med filernas metadata';
    396394$lang['errors during synchronization'] = 'fel uppstod under synkronisering';
    397395$lang['albums added in the database'] = 'kategorier tillagda i databas';
     
    406404$lang['only directories'] = 'bara kataloger';
    407405$lang['synchronize files structure with database'] = 'synkronisera filstruktur med databas';
    408 $lang['synchronize files metadata with database elements informations'] = 'synkronisera databas element med filernas metadata';
     406$lang['synchronize files metadata with database photos informations'] = 'synkronisera databas element med filernas metadata';
    409407$lang['even already synchronized photos'] = 'även redan synkroniserade element';
    410408$lang['Used metadata'] = 'Metadata Använd';
     
    430428$lang['Day'] = 'Dag';
    431429$lang['Pages seen'] = 'Sidor sedda';
    432 $lang['Pictures'] = 'Bilder';
    433430$lang['Time'] = 'Tid';
    434431$lang['IP'] = 'IP';
  • trunk/language/sv_SE/common.lang.php

    r8711 r8727  
    2929$lang_info['zero_plural'] = '1';
    3030
    31 $lang['Upload a picture'] = 'Ladda upp en bild';
    3231$lang['useful when password forgotten'] = 'är användbart om du glömt lösenordet';
    3332$lang['Quick search'] = 'Snabb sökning';
     
    4342$lang['Registration of %s'] = 'Registrering av %s';
    4443$lang['Album: %s'] = 'Kategori: %s';
    45 $lang['Picture name: %s'] = 'Bild namn: %s';
    46 $lang['Creation date: %s'] = 'Skapad datum: %s';
    4744$lang['Picture uploaded by %s'] = 'Bild upp laddad av %s';
    4845$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..';
     
    6764$lang['display photos linked to this tag'] = 'Se bilder kopplade till den här taggen bara';
    6865$lang['photos posted during the last %d days'] = 'bilder postade under de sista %d dagarna';
    69 $lang['Choose an image'] = 'Välj en bild';
    7066$lang['Piwigo Help'] = 'Piwigo hjälp';
    7167$lang['Rank'] = 'Rank';
     
    340336$lang['Update your rating'] = 'Uppdatera ditt betyg';
    341337$lang['wrong filename'] = 'Fel filnamn';
    342 $lang['the filesize of the picture must not exceed :'] = 'bildens fil storlek får inte överstiga :';
    343 $lang['the picture must be to the fileformat jpg, gif or png'] = 'bildens filformat måste jpg, gif eller png';
    344 $lang['the height of the picture must not exceed :'] = 'bildens höjd får inte överstiga :';
    345 $lang['Optional, but recommended : choose a thumbnail to associate to'] = 'valfritt, men rekommenderad: Välj en miniatyr bild för att associera till';
    346 $lang['the width of the picture must not exceed :'] = 'bredden av bilden får inte överstiga :';
    347 $lang['can\'t upload the picture on the server'] = 'bilden inte laddas upp på servern';
    348338$lang['the username must be given'] = 'användarnamn krävs';
    349 $lang['A picture\'s name already used'] = 'Bild namnet används redan';
    350 $lang['You must choose a picture fileformat for the image'] = 'Du måste välja en bild filformat för bilden';
    351 $lang['Name of the picture'] = 'Namn på bilden';
    352 $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';
    353339$lang['edit this comment'] = 'Redigera detta inlägg';
    354340$lang['Edit a comment'] = 'Redigera ett inlägg';
  • trunk/language/tr_TR/admin.lang.php

    r8723 r8727  
    6060$lang['Albums authorized thanks to group associations'] = 'Albümler grup sayesinde yetkili';
    6161$lang['Album manual order was saved'] = 'Albümlerin sıralaması kayıt edildi';
    62 $lang['Album elements associated to the following albums: %s'] = 'Albüm fotoğrafları aşağıdaki albümlere ilişkili: %s';
    6362$lang['Check for upgrade failed for unknown reasons.'] = 'Güncelleme denetimi sonuçlanamiyor, Yaptiginiz islem basarisiz oldu..';
    6463$lang['Check for upgrade'] = 'Güncellemelere bak';
     
    131130$lang['Permission granted thanks to a group'] = 'Gruba tesekkür izni verildi';
    132131$lang['Permission granted'] = 'Izin verildi';
    133 $lang['Picture informations updated'] = 'Resim bilgileri güncellendi';
     132$lang['Photo informations updated'] = 'Resim bilgileri güncellendi';
    134133$lang['Caddie'] = 'Yardımcı';
    135134$lang['Position'] = 'Pozisyon';
    136135$lang['Preferences'] = 'Tercihler';
    137136$lang['Properties'] = 'Özellikler';
    138 $lang['Random picture'] = 'Karisik resim';
     137$lang['Random photo'] = 'Karisik resim';
    139138$lang['Rate date'] = 'Reyting tarihi';
    140139$lang['Rating by guests'] = 'Misafir Puanları';
     
    206205$lang['Album updated successfully'] = 'Albüm bilgileri güncellendi.';
    207206$lang['photos per page'] = 'Safya basina içerikler';
    208 $lang['elements'] = 'içerikler';
    209207$lang['High definition enabled'] = 'Yüksek çözünürlüklü etkin';
    210208$lang['File'] = 'Dosya';
     
    350348$lang['Database synchronization with files'] = 'Dosya ile veritabani senkronize';
    351349$lang['all'] = 'tüm';
    352 $lang['pictures without thumbnail (jpeg and png only)'] = 'thumbnail olmayan resimler (jpeg ve sadece png)';
     350$lang['photos without thumbnail (jpeg and png only)'] = 'thumbnail olmayan resimler (jpeg ve sadece png)';
    353351$lang['height must be a number superior to'] = 'yüksekligi bir sayi olmali';
    354352$lang['width must be a number superior to'] = 'genisligi bir sayi olmali';
    355353$lang['for the file format'] = 'dosya biçimi için';
    356354$lang['No missing thumbnail'] = 'Eksik thumbnail';
    357 $lang['Picture unreachable or no support'] = 'Resim erisilemiyor veya desteklenmeyen format';
     355$lang['Photo unreachable or no support'] = 'Resim erisilemiyor veya desteklenmeyen format';
    358356$lang['GD version'] = 'GD sürümü';
    359357$lang['Miniaturization parameters'] = 'Minyatürlestirme parametreleri';
     
    364362$lang['average time'] = 'ortalama süre';
    365363$lang['min time'] = 'men kisa time';
    366 $lang['number of miniaturized pictures'] = 'yaratilan thumbnailler sayisi';
     364$lang['number of miniaturized photos'] = 'yaratilan thumbnailler sayisi';
    367365$lang['total time'] = 'toplam zaman';
    368366$lang['for this file format'] = 'Bu dosya biçimi için';
     
    391389$lang['photos deleted from the database'] = 'elemanlar veritabanında silindi';
    392390$lang['photos candidates for metadata synchronization'] = 'metadata senkronizasyon için görüntüleri adayları';
    393 $lang['elements informations synchronized with files metadata'] = 'elemanları bilgiler dosyaları ile metadata senkronize edildi';
     391$lang['photos informations synchronized with files metadata'] = 'elemanları bilgiler dosyaları ile metadata senkronize edildi';
    394392$lang['errors during synchronization'] = 'Senkronizasyon sırasında hatalar';
    395393$lang['albums added in the database'] = 'veri tabanına eklenen albümler';
     
    404402$lang['only directories'] = 'sadece dizinler';
    405403$lang['synchronize files structure with database'] = 'veritabanı ile dosya yapısı senkronize et';
    406 $lang['synchronize files metadata with database elements informations'] = 'meta dosyaları ile veritabanı elemanları senkronize';
     404$lang['synchronize files metadata with database photos informations'] = 'meta dosyaları ile veritabanı elemanları senkronize';
    407405$lang['even already synchronized photos'] = 'hatta elemanlar senkronize edildi';
    408406$lang['Used metadata'] = 'Metadata kullanıldı';
     
    427425$lang['Day'] = 'Gün';
    428426$lang['Pages seen'] = 'Görülen Sayfalar';
    429 $lang['Pictures'] = 'Resimler';
    430427$lang['Time'] = 'Zaman';
    431428$lang['IP'] = 'IP';
  • trunk/language/tr_TR/common.lang.php

    r8711 r8727  
    206206$lang['Maximum width must be a number superior to 50'] = 'Maximum Yükseklik 50';
    207207$lang['%.2f (rated %d times)'] = '%.2f (şu kadar oylandı: %d )';
    208 $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';
    209208$lang['useful when password forgotten'] = 'şifrenizi mi unuttunuz';
    210209$lang['Quick search'] = 'Hızlı arama';
     
    273272$lang['Registration of %s'] = 'Tescil Eden: %s';
    274273$lang['Album: %s'] = 'Albüm: %s';
    275 $lang['Picture name: %s'] = 'resim Adı: %s';
    276 $lang['Creation date: %s'] = 'Yaratma Tarihi: %s';
    277274$lang['Picture uploaded by %s'] = 'resimi Gönderen %s';
    278275$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';
     
    297294$lang['display photos linked to this tag'] = 'sadece bu işarete sahip resimlerı göster';
    298295$lang['photos posted during the last %d days'] = 'son %d günde gösterilen resimler';
    299 $lang['Choose an image'] = 'resim seçimi';
    300296$lang['Piwigo Help'] = 'Piwigo yardım';
    301297$lang['Rank'] = 'kademe';
     
    349345$lang['Update your rating'] = 'puanlamayı güncelle';
    350346$lang['wrong filename'] = 'yanlış dosya adı';
    351 $lang['the filesize of the picture must not exceed :'] = 'resimin dosya büyüklüğü sınırı aşmaktadır :';
    352 $lang['the picture must be to the fileformat jpg, gif or png'] = 'resim dosya formatı jpg, gif or png olmalıdır';
    353 $lang['the height of the picture must not exceed :'] = 'resimin boy ebadı sınırı aşmaktadır :';
    354 $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';
    355 $lang['the width of the picture must not exceed :'] = 'resimin en ebadı sınırı aşmaktadır. :';
    356 $lang['can\'t upload the picture on the server'] = 'resim sunucuya gönderilememektedir';
    357347$lang['the username must be given'] = 'kullanıcı adı gerekmektedir';
    358 $lang['A picture\'s name already used'] = 'bu resim adı daha önce kullanılmış';
    359 $lang['You must choose a picture fileformat for the image'] = 'resim için bir resim dosya formatı seçmelisin';
    360 $lang['Name of the picture'] = 'resim adı';
    361 $lang['Upload a picture'] = 'Resim Ekle';
    362348$lang['today'] = 'bugün';
    363349$lang['Thumbnails'] = 'Küçük resimler';
  • trunk/language/vi_VN/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = 'Đề mục đã được cho phép nhờ vào kết hợp nhóm';
    6363$lang['Album manual order was saved'] = 'Sắp xếp thủ công đề mục đã được lưu';
    64 $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';
    6564$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.';
    6665$lang['Check for upgrade'] = 'Dò tìm phiên bản mới';
     
    133132$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';
    134133$lang['Permission granted'] = 'Sự chấp nhận đã được công nhận';
    135 $lang['Picture informations updated'] = 'Thông tin của hình đã được cập nhật';
     134$lang['Photo informations updated'] = 'Thông tin của hình đã được cập nhật';
    136135$lang['Plugins'] = 'Plugins';
    137136$lang['Position'] = 'Vị trí';
    138137$lang['Preferences'] = 'Tuỳ chỉnh';
    139138$lang['Properties'] = 'Thuộc tính';
    140 $lang['Random picture'] = 'Hình ngẫu nhiên';
     139$lang['Random photo'] = 'Hình ngẫu nhiên';
    141140$lang['Rate date'] = 'Ngày tháng đánh giá';
    142141$lang['Rating by guests'] = 'Đánh giá bởi khách';
     
    208207$lang['Album updated successfully'] = 'Thông tin của đề mục đã được cập nhập thành công.';
    209208$lang['photos per page'] = 'thành phần trên mỗi trang';
    210 $lang['elements'] = 'thành phần';
    211209$lang['High definition enabled'] = 'Bật chế độ xem hình lớn';
    212210$lang['File'] = 'Tệp tin';
     
    352350$lang['Database synchronization with files'] = 'Đồng bộ hóa cơ sở dữ liệu với tệp tin';
    353351$lang['all'] = 'tất cả';
    354 $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)';
     352$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)';
    355353$lang['height must be a number superior to'] = 'chiều cao hình phải là số lớn hơn';
    356354$lang['width must be a number superior to'] = 'chiều rộng hình phải là số lớn hơn';
    357355$lang['for the file format'] = 'dành cho định dạng file';
    358356$lang['No missing thumbnail'] = 'Không thiếu hình thu nhỏ nào';
    359 $lang['Picture unreachable or no support'] = 'Hình không đọc được hoặc định dạng không được hỗ trợ';
     357$lang['Photo unreachable or no support'] = 'Hình không đọc được hoặc định dạng không được hỗ trợ';
    360358$lang['GD version'] = 'Phiên bản GD';
    361359$lang['Miniaturization parameters'] = 'Tối thiểu hóa tham số';
     
    366364$lang['average time'] = 'thời gian trung bình';
    367365$lang['min time'] = 'thời gian nhỏ nhất';
    368 $lang['number of miniaturized pictures'] = 'số lượng hình ảnh được tối thiểu hóa';
     366$lang['number of miniaturized photos'] = 'số lượng hình ảnh được tối thiểu hóa';
    369367$lang['total time'] = 'thời gian tổng cộng';
    370368$lang['for this file format'] = 'dành cho định dạng file này';
     
    392390$lang['photos deleted from the database'] = 'đã xóa các thành phần trong cơ sở dữ liệu';
    393391$lang['photos candidates for metadata synchronization'] = 'hình ảnh được bình chọn cho việc đồng bộ hóa metadata';
    394 $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';
     392$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';
    395393$lang['errors during synchronization'] = 'lỗi xuất hiện trong quá trình đồng bộ hóa';
    396394$lang['albums added in the database'] = 'đề mục được thêm vào cơ sở dữ liệu';
     
    406404$lang['only directories'] = 'chỉ áp dụng cho các thư mục';
    407405$lang['synchronize files structure with database'] = 'đồng bộ hóa cấu trúc file với cơ sở dữ liệu';
    408 $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';
     406$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';
    409407$lang['even already synchronized photos'] = 'ngay cả những thành phần đã được đồng bộ hóa';
    410408$lang['Used metadata'] = 'Metadata được sử dụng';
     
    430428$lang['Day'] = 'Ngày';
    431429$lang['Pages seen'] = 'Những trang được xem';
    432 $lang['Pictures'] = 'Hình ảnh';
    433430$lang['Time'] = 'Thời gian';
    434431$lang['IP'] = 'Địa chỉ IP';
  • trunk/language/vi_VN/common.lang.php

    r8711 r8727  
    291291$lang['Update your rating'] = 'Cập nhật xếp hạng của bạn';
    292292$lang['wrong filename'] = 'Sai tên';
    293 $lang['the filesize of the picture must not exceed :'] = 'Cỡ file của hình không được vượt quá : ';
    294 $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';
    295 $lang['the height of the picture must not exceed :'] = 'Chiều cao của hình không được vượt quá : ';
    296 $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 ';
    297 $lang['the width of the picture must not exceed :'] = 'Chiều rộng của hình không được vượt quá : ';
    298 $lang['can\'t upload the picture on the server'] = 'Không thể gởi hình lên máy chủ';
    299293$lang['the username must be given'] = 'Phải có tên của thành viên';
    300 $lang['A picture\'s name already used'] = 'Tên hình đã được đặt trước đó';
    301 $lang['You must choose a picture fileformat for the image'] = 'Bạn phải chọn định dạng của hình';
    302 $lang['Name of the picture'] = 'Tên hình';
    303 $lang['Upload a picture'] = 'Gởi hình';
    304 $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';
    305294$lang['useful when password forgotten'] = 'có ích khi bị mất mật khẩu';
    306295$lang['Quick search'] = 'Tìm kiếm nhanh';
     
    316305$lang['Registration of %s'] = 'Mục đăng ký của %s';
    317306$lang['Album: %s'] = 'Đề mục: %s';
    318 $lang['Picture name: %s'] = 'Tên hình: %s';
    319 $lang['Creation date: %s'] = 'Ngày gởi: %s';
    320307$lang['Picture uploaded by %s'] = 'Hình được gởi bởi %s';
    321308// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    342329$lang['display photos linked to this tag'] = 'Chỉ xem những hình liên kết với tag này';
    343330$lang['photos posted during the last %d days'] = 'hình được gởi trong vòng %d ngày cuối';
    344 $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.';
    345331$lang['Piwigo Help'] = 'Trợ giúp của Piwigo';
    346332$lang['Rank'] = 'Hạng';
  • trunk/language/zh_CN/admin.lang.php

    r8723 r8727  
    6262$lang['Albums authorized thanks to group associations'] = '相册组织授权感谢协会';
    6363$lang['Album manual order was saved'] = '相册手工排序已保存';
    64 $lang['Album elements associated to the following albums: %s'] = '相册里的相片已联合到以下相册: %s';
    6564$lang['Check for upgrade failed for unknown reasons.'] = '因未知原因导致更新检测失败.';
    6665$lang['Check for upgrade'] = '检测更新';
     
    133132$lang['Permission granted thanks to a group'] = '同组成员可以访问授权类';
    134133$lang['Permission granted'] = '允许访问';
    135 $lang['Picture informations updated'] = '图片更新信息';
     134$lang['Photo informations updated'] = '图片更新信息';
    136135$lang['Plugins'] = '插件';
    137136$lang['Position'] = '位置';
    138137$lang['Preferences'] = '个人偏好';
    139138$lang['Properties'] = '属性';
    140 $lang['Random picture'] = '随机';
     139$lang['Random photo'] = '随机';
    141140$lang['Rate date'] = '投票日期';
    142141$lang['Rating by guests'] = '游客投票数';
     
    208207$lang['Album updated successfully'] = '相册信息已上传成功.';
    209208$lang['photos per page'] = '每页图片';
    210 $lang['elements'] = '图';
    211209$lang['High definition enabled'] = '激活高清功能';
    212210$lang['File'] = '文件';
     
    351349$lang['Database synchronization with files'] = '根据文件来同步数据库';
    352350$lang['all'] = '所有';
    353 $lang['pictures without thumbnail (jpeg and png only)'] = '没有缩略图的图片 (只有jpeg和png)';
     351$lang['photos without thumbnail (jpeg and png only)'] = '没有缩略图的图片 (只有jpeg和png)';
    354352$lang['height must be a number superior to'] = '图片高度必须超过(整数)';
    355353$lang['width must be a number superior to'] = '图片长度必须超过(整数)';
    356354$lang['for the file format'] = '对于文件格式';
    357355$lang['No missing thumbnail'] = '没有丢失缩略图';
    358 $lang['Picture unreachable or no support'] = '不支持图片格式或无法显示';
     356$lang['Photo unreachable or no support'] = '不支持图片格式或无法显示';
    359357$lang['GD version'] = 'GD版';
    360358$lang['Miniaturization parameters'] = '缩略图参数';
     
    365363$lang['average time'] = '平均时间';
    366364$lang['min time'] = '最少时间';
    367 $lang['number of miniaturized pictures'] = '创建的缩略图数';
     365$lang['number of miniaturized photos'] = '创建的缩略图数';
    368366$lang['total time'] = '总共时间';
    369367$lang['for this file format'] = '对于此文件格式';
     
    391389$lang['photos deleted from the database'] = '图片已从数据库中删除';
    392390$lang['photos candidates for metadata synchronization'] = '对应同步元数据的候选图片';
    393 $lang['elements informations synchronized with files metadata'] = '附有元数据的同步图片信息informations des images synchronisées avec les méta-données';
     391$lang['photos informations synchronized with files metadata'] = '附有元数据的同步图片信息informations des images synchronisées avec les méta-données';
    394392$lang['errors during synchronization'] = '同步期间发生错误';
    395393$lang['albums added in the database'] = '相册已添加到数据库';
     
    405403$lang['only directories'] = '只对文件夹';
    406404$lang['synchronize files structure with database'] = '同步文件结构和数据库';
    407 $lang['synchronize files metadata with database elements informations'] = '根据文件元数据同步数据库中的图片信息';
     405$lang['synchronize files metadata with database photos informations'] = '根据文件元数据同步数据库中的图片信息';
    408406$lang['even already synchronized photos'] = '包括已经同步的图片';
    409407$lang['Used metadata'] = '已使用过的元数据';
     
    429427$lang['Day'] = '日';
    430428$lang['Pages seen'] = '已访问过的页面';
    431 $lang['Pictures'] = '图片';
    432429$lang['Time'] = '时间';
    433430$lang['IP'] = 'IP';
  • trunk/language/zh_CN/common.lang.php

    r8711 r8727  
    292292$lang['Update your rating'] = '更改投票';
    293293$lang['wrong filename'] = '文件夹名不合法';
    294 $lang['the filesize of the picture must not exceed :'] = '上传图片最大尺寸 : ';
    295 $lang['the picture must be to the fileformat jpg, gif or png'] = '支持图片格式:jpg, png ou gif';
    296 $lang['the height of the picture must not exceed :'] = '上传图片最大长度 : ';
    297 $lang['Optional, but recommended : choose a thumbnail to associate to'] = '此选项可选, 但强烈推荐 : 选择相对应的缩略图';
    298 $lang['the width of the picture must not exceed :'] = '上传图片最大宽度 : ';
    299 $lang['can\'t upload the picture on the server'] = '上传失败';
    300294$lang['the username must be given'] = '缺少用户名';
    301 $lang['A picture\'s name already used'] = '文件已存在';
    302 $lang['You must choose a picture fileformat for the image'] = '不支持此文件格式';
    303 $lang['Name of the picture'] = '图片名';
    304 $lang['Upload a picture'] = '上传图片';
    305 $lang['Picture uploaded with success, an administrator will validate it as soon as possible'] = '上传成功, 但必须经管理员确认才能看到图片';
    306295$lang['useful when password forgotten'] = '忘记密码';
    307296$lang['Quick search'] = '快速搜索';
     
    317306$lang['Registration of %s'] = '注册 %s';
    318307$lang['Album: %s'] = '相册: %s';
    319 $lang['Picture name: %s'] = '图片名: %s';
    320 $lang['Creation date: %s'] = '创建日期: %d';
    321308$lang['Picture uploaded by %s'] = '图片上载者 %s';
    322309// --------- Starting below: New or revised $lang ---- from version 1.7.1
     
    343330$lang['display photos linked to this tag'] = '只查看和这标签相关的图片';
    344331$lang['photos posted during the last %d days'] = '图片在最近%d天里更新';
    345 $lang['Choose an image'] = '选择图片';
    346332$lang['Piwigo Help'] = 'Piwigo帮助';
    347333$lang['Rank'] = '分类';
  • trunk/themes/default/template/menubar_categories.tpl

    r8665 r8727  
    2929{'</li></ul>'|@str_repeat:$ref_level}
    3030
    31         {if isset($block->data.U_UPLOAD)}
    32         <ul>
    33                 <li>
    34                         <a href="{$block->data.U_UPLOAD}">{'Upload a picture'|@translate}</a>
    35                 </li>
    36         </ul>
    37         {/if}
    3831        <p class="totalImages">{$pwg->l10n_dec('%d photo', '%d photos', $block->data.NB_PICTURE)}</p>
    3932</dd>
  • trunk/tools/photos.lang.php

    r8719 r8727  
    99$lang['display my favorites pictures'] = 'display your favorites photos';
    1010$lang['shows images at the root of this album'] = 'display this album';
    11 $lang['See last users comments'] = 'display last user comments';
    1211$lang['display most visited pictures'] = 'display most visited photos';
    1312$lang['Rate this picture'] = 'Rate this photo';
     
    3938
    4039// admin
     40$lang['Edit all picture informations'] = 'Edit photo information';
    4141$lang['Include display of recent pictures group by dates'] = 'Include display of recent photos grouped by dates';
     42$lang['Link all album elements to a new album'] = 'Link all album photos to a new album';
     43$lang['Link all album elements to some existing albums'] = 'Link all album photos to some existing albums';
    4244$lang['Manage image ranks'] = 'Manage photo ranks';
     45$lang['New elements added'] = 'New photos added';
     46$lang['New elements were added'] = 'New photos were added';
     47$lang['No element in this album'] = 'No photo in this album';
     48$lang['Select at least one picture'] = 'Select at least one photo';
     49$lang['Update images informations'] = 'Update photos information';
     50$lang['Use the default image sort order (defined in the configuration file)'] = 'Use the default photo sort order (defined in the configuration file)';
    4351$lang['add new elements to caddie'] = 'add new photos to caddie';
    4452$lang['display maximum informations (added albums and elements, deleted albums and elements)'] = 'display maximum informations (added albums and photos, deleted albums and photos)';
     
    4957$lang['even already synchronized elements'] = 'even already synchronized photos';
    5058$lang['first element added on %s'] = 'first photo added on %s';
     59$lang['images candidates for metadata synchronization'] = 'photos candidates for metadata synchronization';
    5160$lang['jump to image'] = 'jump to photo';
    5261$lang['manage image ranks'] = 'manage photo ranks';
    53 $lang['Select at least one picture'] = 'Select at least one photo';
     62
     63
     64$lang['manage album photos'] = 'manage album elements';
     65$lang['synchronize files metadata with database elements informations'] = 'synchronize files metadata with database photos informations';
     66$lang['elements informations synchronized with files metadata'] = 'photos informations synchronized with files metadata';
     67$lang['number of miniaturized pictures'] = 'number of miniaturized photos';
     68$lang['Picture informations updated'] = 'Photo informations updated';
     69$lang['Picture unreachable or no support'] = 'Photo unreachable or no support';
     70$lang['pictures without thumbnail (jpeg and png only)'] = 'photos without thumbnail (jpeg and png only)';
     71$lang['Random picture'] = 'Random photo';
    5472?>
Note: See TracChangeset for help on using the changeset viewer.