phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #1007] Small mistake in translation


From: nobody
Subject: [Phpgroupware-tracker] [Bug #1007] Small mistake in translation
Date: Fri, 16 Aug 2002 08:01:16 -0400

=================== BUG #1007: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1007&group_id=509

Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-Aug-16 08:01
Category:  Translation                  Bug Group:  0.9.14 release              
Severity:  5 - Major                    Priority:  Low                          
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Other                
Reproducibility:  Every Time            

Summary:  Small mistake in translation

Original Submission:  hello, i noticed that the french translation of august is 
wrong in the calander and todo list. I am using version 0.9.13.018 of 
phpgroupware and i fixed it by changing it directly in the lang table. I am not 
sure from which lang.sql file this came from but if you do a SELECT statement 
you can find it quite easy

Août is spelled Auût 
nothing big, probably a typo
you will find it easy if you do this query


SELECT `message_id` , `app_name` , `lang` , `content`
FROM `lang`
WHERE 1 AND `message_id`
LIKE 'august' AND `lang`
LIKE 'fr' LIMIT 0, 30





No Followups Have Been Posted




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=1007&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]