Pschedule language support

For efforts in internationalising Puppy and solving problems in this area
Message
Author
User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

Pschedule language support

#1 Post by zigbert »

_______Pschedule language support__________________________________

English - Native
French - Jean-Jacques Moulinier (esmourguit) 1.1.2
German - Lutz-Ulrich Ringel (L18L) 1.1.0
Hungarian - Unknown 1.1.5
Italian - David Maria Galardi (xanad) 1.1.5
Polish - Robert Wojewódzki (robwoj44) 1.1.5


Download
username: puppy
password: linux

pschedule_NLS.pet [Mirror]


From version 1.1.0, pSchedlule uses gettext for NLS.
You can translate using momanager









________________________ O L D ________________________



French - (etiennep) (1.0)
Norwegian - Sigmund Berglund (zigbert) (1.0)
Polish - Robert Wojewódzki (robwoj44) (1.0)
Portoguese - (vicmz ) (1.0)
Russian - (rodin.s) (1.0)
Spanish - Gustavo Yzaguirre (GustavoYz) (1.0)

Download
username: puppy
password: linux

pschedule_NLS_old.pet

For new translators:
The file to translate is /usr/local/pschedule/locals/en_US:english
It is important that you install the latest version to see how it all works.

You should use a text-editor when rewriting to your language. A html-editor will add/change syntax.
- Write your translation with charset UTF-8. If you doesn't understand this, it's convertable. :-)

NLS-Changelog
1.0.1 - Added: $Time
1.0.3 - Added: $Show_all_tasks


Pschedule main page


Sigmund Berglund
Last edited by zigbert on Wed 13 Dec 2017, 17:46, edited 17 times in total.

etiennep
Posts: 3
Joined: Mon 27 Dec 2010, 04:53

#2 Post by etiennep »

Hello zigbert! I've translated the locale in french. The only problem is that french has lot of localization places. I'm from Canada so I'm using fr_CA but there's certainly folks here that use fr_FR. Whatever, it can be easily solved by doing symbolic links or use a modify some of your code.

I saw also that there's things that you haven't see to add in the locale file. I think it's just the two boxes "Task" and "Time" in the create/edit task dialog.

I also tried to do Ptiming but there's stuff I don't know how to translate now :lol:
Attachments
french.gz
Locale file in french for Pschedule
(718 Bytes) Downloaded 1682 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#3 Post by zigbert »

etiennep
First post, and you deliver...... great stuff

I will fix the time/task bug for next release.

fr_CA will work also for fr_FR. If fr_FR is missing it checks for fr_**. BUT, I see that this doesn't work correct if you use fr_FR.utf8 or something like that. I will fix.

I agree, pTiming is a challenge to translate :)

Please share your name for the credits.


Thank you
Sigmund

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#4 Post by GustavoYz »

Spanish (if a new es_ES appears, it could be renamed as es_AR).
Attachments
Pschedule-es_ES.tar.gz
(846 Bytes) Downloaded 1591 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#5 Post by zigbert »

GustavoYz
Version 1.0.1 will use es_ES for any es_?? language.


Sigmund

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#6 Post by zigbert »

Spanish added to local package

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#7 Post by zigbert »

Polish added

User avatar
GustavoYz
Posts: 883
Joined: Wed 07 Jul 2010, 05:11
Location: .ar

#8 Post by GustavoYz »

zigbert wrote:GustavoYz
Version 1.0.1 will use es_ES for any es_?? language.
Oops.
Last edited by GustavoYz on Tue 11 Dec 2012, 16:48, edited 1 time in total.

rodin.s
Posts: 344
Joined: Wed 22 Sep 2010, 19:50
Location: Ukraine

russian translation

#9 Post by rodin.s »

I have made russian translation.
Attachments
ru_UA.utf8.gz
(896 Bytes) Downloaded 1566 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#10 Post by zigbert »

Russian added

User avatar
vicmz
Posts: 1262
Joined: Sun 15 Jan 2012, 22:47

#11 Post by vicmz »

Portuguese

Code: Select all

#!/bin/bash
#pSchedule
#version=1.0
#language=portuguese
#translator=native

# |==================================|
# | <b>text</b>            Bold text |
# |==================================|

set -a

#engine
any='qualquer'
month='mês'
day='dia'
Every_hour_at='Cada hora às'
Every_minute='Cada minuto'
during_the_hour='durante a hora'
the='o' #the 3. of May
of='de' #of January
IN='em'
if_its_on="se for nas"
Mondays='segundas'
Tuesdays='terças'
Wednesdays='quartas'
Thursdays='quintas'
Fridays='sextas'
Saturdays='sábados'
Sundays='domingos'
January='janeiro'
February='fevereiro'
March='março'
April='abril'
May='maio'
June='junho'
July='julho'
August='agosto'
September='setembro'
October='outubro'
November='novembro'
December='dezembro'

#main gui
Task_on_time='Tarefa a tempo'
Task='Tarefa'
Schedule='Horário'
Cron_command='Comando cronóm.'
Add='Programar nova tarefa'
Edit='Editar'
Delete='Apagar'
Run='executar agora'
Quit='Sair'
About='Sobre'

#editor
Command='Comando'
Time='Tempo'
Task_name='Nome de tarefa (opcional)'
Hour='Hora'
Minute='Min.'
Day='Dia'
Date='Data'
Month='Mês'
Cron_time='Hora cronóm.'
Next_run='Seguinte execução'

#misc
Delete_selected_task='Apagar tarefa selecionada'

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#12 Post by zigbert »

portuguese added

User avatar
L18L
Posts: 3479
Joined: Sat 19 Jun 2010, 18:56
Location: www.eussenheim.de/

Pschedule language support

#13 Post by L18L »

translated using momanager that has also made it ready for upload
Attachments
MoManager-de_DE-pschedule-1.1.0.tar.gz
(1.64 KiB) Downloaded 1270 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#14 Post by zigbert »

L18L
Thank you, I have updated main post


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#15 Post by don570 »

esmourguit has made a new French translation that he
has put in his French language pack

ftp://download.tuxfamily.org/toutou/5xx ... alisation/

_______________________________________________

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#16 Post by zigbert »

don570
Thank you for mentioning
I have added the french mo file


Sigmund

User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

#17 Post by don570 »

Shinobar has collected his Japanese translations on this page...

http://101.143.161.76/puppy/precise/japanize/.

Some of your programs have been translated into Japanese
including pschedule.

_______________________________________________________

robwoj44
Posts: 399
Joined: Fri 08 Aug 2008, 18:15
Location: Warsaw

#18 Post by robwoj44 »

polish translation
Attachments
pschedule.tar.gz
pschedule PL
(1.17 KiB) Downloaded 696 times

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#19 Post by zigbert »

polish added

User avatar
zigbert
Posts: 6621
Joined: Wed 29 Mar 2006, 18:13
Location: Valåmoen, Norway
Contact:

#20 Post by zigbert »

italian added
Thanks to xanad

Post Reply