|
From: Florin C B. <ory...@us...> - 2013-10-07 18:16:09
|
Update of /cvsroot/mxbb/mx_smartor/album_mod/language/lang_french In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv27871 Modified Files: lang_main.php Added Files: index.htm Log Message: Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/album_mod/language/lang_french/lang_main.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_main.php 7 Oct 2013 15:07:13 -0000 1.1 --- lang_main.php 7 Oct 2013 18:16:07 -0000 1.2 *************** *** 38,41 **** --- 38,43 ---- $lang['Pic_Poster'] = 'Posteur'; $lang['Pic_Image'] = 'Image'; + $lang['JUpload_Pic'] = 'Envoyer une photo con Jupload'; + $lang['Upload_Pics'] = 'Envoyer photos'; $lang['Album_upload_can'] = 'Vous <b>pouvez</b> envoyer des nouvelles photos dans cette catégorie'; *************** *** 142,145 **** --- 144,148 ---- $lang['ZIP_allowed'] = 'Autorisé à envoyer des fichiers zippés'; + // View Pic $lang['Pic_ID'] = 'ID'; *************** *** 310,312 **** --- 313,345 ---- $lang['Nuff_Stereogram'] = 'Steréogramme'; $lang['Nuff_Stereogram_Explain'] = 'Cet effet convertira l\'image en un stéréogramme (BW 16 bit obligatoire)'; + + $lang['Pic_Gallery'] = 'Galerie Poze'; + $lang['Album_otf'] = 'Galerie Din Mers'; + $lang['Select_Pic'] = 'Selecteazã Poze'; + $lang['Select_Category'] = 'Selecteazã Categorie'; + + // Personal Album Hierarchy Index Table + $lang['Personal_Categories'] = 'Galerie Personalã'; + $lang['Create_Personal_Categories'] = 'Create Personal Gallery'; + $lang['Personal_Cat_Admin'] = 'Personal Gallery Category Admin'; + $lang['Recent_Personal_Pics'] = 'Recent Pictures From the Personal Gallery of %s'; + + // Access language strings + $lang['Album_Can_Manage_Categories'] = 'You <b>can</b> %smanage%s the categories in the gallery'; + $lang['No_Personal_Category_admin'] = 'You are not allowed to manage your personal gallery categories'; + + + // + // Welcome + // + $lang['Welcome'] = "Fii Binevenit!"; + $lang['Welcome_User'] = "Bun Venit, %s !"; + $lang['Search_at'] = "cautã ca"; + $lang['Advanced_search'] = "Cãutare Avansatã"; + $lang['Search_unread'] = "Vezi postãri necitite"; + $lang['Search_self_topics'] = "Subiecte cãutate de tine"; + $lang['Search_self_posts'] = "Vezi toate potãrile trimise de tine"; + $lang['Posts_since_last_visit'] = "Postãri de la ultima vizitã"; + $lang['View_latest'] = "Vezi ultimile"; + $lang['Total_Personal_Pics'] = "Ai <b>%d</b> poze personale."; ?> \ No newline at end of file --- NEW FILE: index.htm --- <html> <head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF" text="#000000"> </body> </html> |