Closed (fixed)
Project:
Counter
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2009 at 12:56 UTC
Updated:
29 May 2014 at 08:53 UTC
Jump to comment: Most recent
Hi,
I've made a german translation with the help of the potx module, maybe you could include it with the package.
But first there are some things left to clean up:
The first parameter to t() should be a literal string. There should be no variables, concatenation, constants or other non-literal strings there.
At t("Counter will save access per interval, if you choose 'day' then same IP that access same page will be "."save as 1 record per day, i.e: "."<ul>"."<li>Per day : User A access 'node/12' 25 times per day --> save as 1 record</li>"."<li>Per minute: User A access 'node/12' 25 times on 22:03 and 5 times on 22:07 ---> save as 2 records</li>"."<li>Per second: User A access 'node/12' 2 times on 22:03:01 and 3 times on 22:03:02 ---> save as 2 records</li>"."</ul><b>Caution!</b>Set interval to second may cause your database size too big, because every second access will be saved") in counter.settings.inc on line 110.
If you could correct this part I'll translate it too.
Note that the attached file was renamed to counter.de_.po instead of counter.de.po during upload.
regards,
Oliver
| Comment | File | Size | Author |
|---|---|---|---|
| counter.de_.po | 5.63 KB | magenbrot |
Comments
Comment #1
drupalnesia commentedTake a look at Counter 6.x-2.x, many bugs fixed and many features added.
Comment #2
Anonymous (not verified) commentedHow can I use this de.po file?
Do I have to create a translation folder within the counter module folder and then pop it in there?
Does it stay as counter.de.po or renamed to de.po?
Comment #3
magenbrot commented@Quartz:
you can import .po files on your site here: /admin/build/translate/import
regards,
Oliver
Comment #4
Anonymous (not verified) commentedThanks magenbrot. In between I figured this out, but it does seem that the install on the host server is having trouble accessing the database and therefore rendering translations (among other things) haphazardly. Am waiting for the client to move to a better configured host.
Comment #5
drupalnesia commented