Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: 1 ... 6 7 8 9 [10] 11   Go Down

Author Topic: [Help wanted]: Translations for CPG1.3.x  (Read 239328 times)

0 Members and 1 Guest are viewing this topic.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #180 on: January 09, 2005, 08:39:40 pm »

There has been a similar discussion on this a while ago (favorites vs. favourites etc.), having both an english_gb and english_us version would be fine imo, but we would still have to agree on an english version we (the dev team) are developing with in the first place. I'll keep on committing typos and misspellings either way ;) (yeah, damn "Krauts" ;D).

 :) Joachim
Logged

owen

  • Translator
  • Coppermine newbie
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • gwefan Dyffryn Aeron
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #181 on: January 10, 2005, 02:13:35 pm »


@Owen: Please consider translating the dates as well!! Otherwise wlsh users will complain and ask why the dates are displayed in English... I re-requote myself:
%I and %p are rarely used except in the US and a few other English speaking countries. That may be a good tip for the other translators as well. Please translate all the date formats!

Have a look at http://www.php.net/manual/en/function.strftime.php to understand how the date formats work.

Sorry maybe I'm missing something here? The dates have been translated

If you visit http://www.dyffrynaeron.com/llyfrlluniau/ which uses the welsh.php language file you will see that under the first album it says: "15 ffeil, anfonwyd yr un diwethaf - Tach 19, 2004" which translates as "15 files, last one sent on - Nov 19, 2004". This is the date format I have always used in both Welsh and English. Is this what you mean in your posting?

Sorry if I'm missing the point and being a bit slow on the uptake here!! ???
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #182 on: January 10, 2005, 06:01:39 pm »

Owen, it is the format, not the actual translation chtito means.

You have used the american format, month/day/year rather than the usual brit and european format day/month/year.

it is done in this section of code;

Code: [Select]
// The various date formats
// See http://www.php.net/manual/en/function.strftime.php to define the variable below
$album_date_fmt =    '%B %d, %Y';
$lastcom_date_fmt =  '%m/%d/%y at %H:%M';
$lastup_date_fmt = '%B %d, %Y';
$register_date_fmt = '%B %d, %Y';
$lasthit_date_fmt = '%B %d, %Y at %I:%M %p';
$comment_date_fmt =  '%B %d, %Y at %I:%M %p';
$log_date_fmt = '%B %d, %Y at %I:%M %p'; //cpg 1.4.0

For my uk_english I am using this;

Quote
// The various date formats
// See http://www.php.net/manual/en/function.strftime.php to define the variable below
$album_date_fmt =    '%e.%B %Y';
$lastcom_date_fmt =  '%e.%m.%y um %H:%M';
$lastup_date_fmt = '%e %B %Y';
$register_date_fmt = '%e %B %Y';
$lasthit_date_fmt = '%e %B %Y um %H:%M';
$comment_date_fmt =  '%e %B %Y um %H:%M';
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

owen

  • Translator
  • Coppermine newbie
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • gwefan Dyffryn Aeron
date format
« Reply #183 on: January 11, 2005, 12:44:21 pm »

@casper

Yes I see. I agree that it needs changing. I have no access to the file which has already been uploaded. Should I change, rezip and resubmit, or is it easier for one of the administrators to change, rezip etc?

I just found Chtito's contribution confusing! ("@Owen: Please consider translating the dates as well!!")
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #184 on: January 11, 2005, 01:01:47 pm »

No need, if you are happy with my format, I will change the file for you.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

owen

  • Translator
  • Coppermine newbie
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • gwefan Dyffryn Aeron
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #185 on: January 11, 2005, 01:07:35 pm »

That's great.  I would be grateful if you could change the file. Thanks very much for explaining this,  diolch yn fawr :)

Owen
Logged

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #186 on: January 11, 2005, 01:19:51 pm »

@ Owen, all done, thanks for your help.

@ Gaugau, committed to cvs, could you please update the welsh.zip file in the downloads section.
Logged
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #187 on: January 12, 2005, 10:03:23 am »

@ Gaugau, committed to cvs, could you please update the welsh.zip file in the downloads section.
Done - updated welsh language file in download section. Thanks!

Joachim
Logged

owen

  • Translator
  • Coppermine newbie
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 9
    • gwefan Dyffryn Aeron
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #188 on: January 12, 2005, 10:59:16 am »

Gwybodaeth yn y Gymraeg am sut i gynnwys baner Cymru a'r ffeil iaith fel rhan o Coppermine http://www.dyffrynaeron.com/cpg132/cymraeg.php
Information in Welsh on how to include the Welsh flag and the language file in Coppermine http://www.dyffrynaeron.com/cpg132/cymraeg.php

@ Casper and Gau Gau: thank you both very much for all your support and constructive comments during the translation of this file, and thanks for Coppermine!

Owen
Logged

skaven

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 6
Re: Language Specific Support: must read!
« Reply #189 on: February 01, 2005, 09:31:55 am »

I found many errors in russian translation of CPG.
Shall I correct them and upload `correct` versions to CPG Support?
Logged
idiots annoy me

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #190 on: February 02, 2005, 08:05:00 am »

Please make sure you have the most recent version of the file - get it from web cvs: http://cvs.sourceforge.net/viewcvs.py/coppermine/stable/lang/ - if you decide to contribute a fix, please add an explanation what you fixed (and possibly why), as no dev team member actually speaks russian, so we would like to understand if a fix was posted for functionality, grammar, spelling or style reasons.

Joachim
Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #191 on: February 02, 2005, 01:09:07 pm »

Coppermine in Welsh! Brilliant idea :). Thanks Owen!

I see two mentionings of the dutch translation by Damysterious and Ron.
Don't see either of them posting a update. What's the word on the dutch translation file ?
Is it still valid ?
« Last Edit: February 02, 2005, 01:18:31 pm by Hein »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #192 on: March 18, 2005, 08:49:10 am »

Hi to all
this is Persian (farsi-utf8) version of cpg1.3.2...see the attachment please
You can check the http://www.sheardoost.com/cpg132/index.php  for demo version
Take care  ;)
B.Mossavari
« Last Edit: March 19, 2005, 08:51:27 am by bmossavari »
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #193 on: March 19, 2005, 09:13:29 am »

@bmossavari: Thanks for your contrib. I have a few questions though (please excuse my ignorance): is it politically correct to name the file "persian" or "iranian"? You chose "FA" as country code, which is definitely not correct (such a country TLD doesn't exist, see http://www.iana.org/cctld/cctld-whois.htm), I suggest "IR" for Iran.

@chtito: could you create a non-utf language file (ISIR-3342 or MacFarsi?) and then add the whole enchilada to the cvs (stable and devel)? Thanks

Joachim
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #194 on: March 21, 2005, 01:18:17 am »

your welcome :)
1.
see this page
http://www.google.com/language_tools?hl=en
it's google's language tools page,as you see they call it persian  ;)
the iranian you say just mean that belongs to iran but persian means it's write(read,speek,....) in farsi
the language we talk call farsi or persian some other countries such as tajikestan speeks persian(farsi) too
at the end it's up to you , as a english name of language you can use "farsi" or "persian" they are same
2.
Yes I use wrong country code!!! cause I think  it's language name (farsi) , you were right it is "IR"
3.
from today till 5 april we are on our national celebration (Norooz) in iran and i'm not on my desk usualy so Ican't reply you too soon .
4.
I correct some text ( they have wrong dictation  :P) and correct country lang here is new farsi_utf8.txt please check the attachment
take care
B.Mossavari
« Last Edit: March 21, 2005, 01:28:13 am by bmossavari »
Logged
‍I don't answer to PM with support question
Please post your issue to related board

laurra

  • Coppermine newbie
  • Offline Offline
  • Posts: 16
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #195 on: April 07, 2005, 04:46:58 pm »

Lithuania, one of the Baltic states.

You should base your translation on the english.php, not the utf-8 version.  Please read the translation.htm in the docs folder of your downloaded copy.  You should get all the help there.

We do not contact by email, it is all done on the site, even though the site is having troubles at the moment, due to sourceforge servers, nothing we can do about that.  And even if we wanted to, we couldn't.  You have not told us your address.


Hello. My all website is Encoding > Baltic (Windows), but when I open Gallery it changes to Encoding > Western European (ISO).
What should I do. How to keep it with Encoding > Baltic (Windows)?
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #196 on: April 08, 2005, 09:34:35 am »

you're looking for support, so you shouldn't have replied to a thread that clearly is in the "no-support" board "General discussion". This thread deals with contributions of language files. Please do not reply here, but start a new thread on the support boad that corresponds to your coppermine version. Post a link there to your site and some details on your client OS and browser.

Joachim
Logged

go_copper

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #197 on: June 25, 2005, 08:18:37 am »

Coppermine 1.33 is amazing! What a great service you are providing to humanity. I would like to help translate into Korean if you need it. Please let me know if I can be of help. The gallery I am hosting is on www.perplexmi.com/coppermine :D.
« Last Edit: June 25, 2005, 08:57:40 am by go_copper »
Logged

Tranz

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Female
  • Posts: 6149
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #198 on: June 25, 2005, 08:37:56 am »

Korean is one of the languages we do not have. That would be great if you would translate into Korean. If you are going to do it for your own site for 1.3x, that would be cool. If not, you can save your time/effort for the next version 1.4.

Thank you for the offer and nice compliment. :)
Logged

go_copper

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: [Help wanted]: Translations for CPG1.3.x
« Reply #199 on: July 08, 2005, 02:58:00 am »

I will work on including Korean as a language set for CPG 1.4. Thank you all at Coppermine for such brilliant engineering and design. Kudos to your dedication in helping all those who choose to help themselves. Best regards to all.  ;D
Logged
Pages: 1 ... 6 7 8 9 [10] 11   Go Up
 

Page created in 0.057 seconds with 20 queries.