|
From: Jon O. <jon...@us...> - 2006-08-14 10:49:41
|
Update of /cvsroot/mxbb/mx_quotations/language/lang_english In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv25434/modules/mx_quotations/language/lang_english Modified Files: lang_main.php Log Message: updated pak and lang files Index: lang_main.php =================================================================== RCS file: /cvsroot/mxbb/mx_quotations/language/lang_english/lang_main.php,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** lang_main.php 29 Jun 2006 19:06:57 -0000 1.7 --- lang_main.php 14 Aug 2006 10:49:38 -0000 1.8 *************** *** 12,42 **** // The format of this file is: // ! // ---> $lang["message"] = "text"; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, "en"); // Module ! $lang['Quotations'] = "Quotations"; ! $lang['Quote'] = "Quote"; ! $lang['Author'] = "Author"; ! $lang['Add_Quote'] = "Add new quote"; ! $lang['Delete_Quote'] = "Delete Quote"; ! $lang['Edit_Quote'] = "Edit Quote"; ! $lang['Submit'] = "Submit"; ! $lang['Quote_correctly_added'] = "Quote correctly added"; ! $lang['Quote_not_specified'] = "Quote not specified"; ! $lang['Quote_correctly_edited'] = "Quote correctly edited"; ! $lang['Quote_correctly_deleted'] = "Quote correctly deleted"; ! $lang['Delete'] = "Delete"; ! $lang['Edit'] = "Edit"; ! $lang['No_quotes'] = "Sorry no quotes available"; ! $lang['Select_initial'] = "Browse titles in the quotations section by letter:"; ! $lang['Other'] = "Other"; ! $lang['All'] = "All"; ! $lang['Keyword_search'] = "Keyword Search:"; ! $lang['Search'] = "Search"; $lang['lang_letters_array'] = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); --- 12,42 ---- // The format of this file is: // ! // ---> $lang['message'] = 'text'; // // Specify your language character encoding... [optional] // ! // setlocale(LC_ALL, 'en'); // Module ! $lang['Quotations'] = 'Quotations'; ! $lang['Quote'] = 'Quote'; ! $lang['Author'] = 'Author'; ! $lang['Add_Quote'] = 'Add new quote'; ! $lang['Delete_Quote'] = 'Delete Quote'; ! $lang['Edit_Quote'] = 'Edit Quote'; ! $lang['Submit'] = 'Submit'; ! $lang['Quote_correctly_added'] = 'Quote correctly added'; ! $lang['Quote_not_specified'] = 'Quote not specified'; ! $lang['Quote_correctly_edited'] = 'Quote correctly edited'; ! $lang['Quote_correctly_deleted'] = 'Quote correctly deleted'; ! $lang['Delete'] = 'Delete'; ! $lang['Edit'] = 'Edit'; ! $lang['No_quotes'] = 'Sorry no quotes available'; ! $lang['Select_initial'] = 'Browse titles in the quotations section by letter:'; ! $lang['Other'] = 'Other'; ! $lang['All'] = 'All'; ! $lang['Keyword_search'] = 'Keyword Search:'; ! $lang['Search'] = 'Search'; $lang['lang_letters_array'] = array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z'); |