Translate conversion_audio

For efforts in internationalising Puppy and solving problems in this area
Post Reply
Message
Author
User avatar
don570
Posts: 5528
Joined: Wed 10 Mar 2010, 19:58
Location: Ontario

Translate conversion_audio

#1 Post by don570 »

Translate conversion_audio

This converts audio files into another format
with a simple right click of file in Rox

I already have French German Spanish
Finnish Italian Dutch Portugese translations.

... but I would love more :lol:

Just read the next post and translate the English
between the quotation marks into your language.

Then post on this thread or send by email to me.
Check out the software so you understand what
you're translating.
http://www.murga-linux.com/puppy/viewtopic.php?t=70759

___________________________________________________
Last edited by don570 on Sat 19 Nov 2011, 19:36, edited 3 times in total.

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

#2 Post by don570 »

Code: Select all

#!/bin/sh
#conversion_mp3
# English localization
#version=1.x


set -a
# yaf-splash first
LOC100="exists already."
LOC101="Refusing to overwrite it!"

# window heading
LOC200="Conversion is underway."
LOC202="Click to remove this message."


# yaf-splash final
LOC300="Conversion is completed."

# Xdialog yes-no
LOC400="The conversion might take some time."
LOC401="Do you want to convert the file to mp3?"



User avatar
JSonic
Posts: 37
Joined: Sun 21 Aug 2011, 17:59
Location: Finland

Finnish

#3 Post by JSonic »

Hello!
I translated this into Finnish.

JSonic
Attachments
finnish.tar.gz
(431 Bytes) Downloaded 452 times

ferro10n
Posts: 106
Joined: Wed 15 Jun 2011, 20:18
Contact:

#4 Post by ferro10n »

Hi! I translated this to Portuguese and Italian, but I posted in your thread in the Spanish forum :D
A beginner Puppy Linux user
Intel(R) Celeron(R) CPU 2.13GHz 512MB
LiveCD user

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

#5 Post by don570 »

Thanks for telling me!! I'll have it ready for Saturday.

_________________________________________________

User avatar
Béèm
Posts: 11763
Joined: Wed 22 Nov 2006, 00:47
Location: Brussels IBM Thinkpad R40, 256MB, 20GB, WiFi ipw2100. Frugal Lin'N'Win

#6 Post by Béèm »

don570 wrote:

Code: Select all

#!/bin/sh
#conversion_mp3
# Nederlands
#version=1.x


set -a
# yaf-splash first
LOC100="bestaat al."
LOC101="Weigering om te overschrijven!"

# window heading
LOC200="Conversie is bezig."
LOC202="Klik om deze boodschap te sluiten."


# yaf-splash final
LOC300="Conversie gedaan."

# Xdialog yes-no
LOC400="De conversie kan enige tijd duren."
LOC401="Wilt u het bestand naar mp3 omzetten?"


Dutch translation
Time savers:
Find packages in a snap and install using Puppy Package Manager (Menu).
[url=http://puppylinux.org/wikka/HomePage]Consult Wikka[/url]
Use peppyy's [url=http://wellminded.com/puppy/pupsearch.html]puppysearch[/url]

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

Dutch Italian and Portugese translations available

#7 Post by don570 »

Dutch Italian and Portugese translations available
The pet package has been made.
You can check it out
http://www.murga-linux.com/puppy/viewtopic.php?t=70759

___________________________________________

ferro10n
Posts: 106
Joined: Wed 15 Jun 2011, 20:18
Contact:

#8 Post by ferro10n »

I noticed that the strings posted here say 'convert to mp3', while those you posted in the Spanish forum say 'convert to wav'. Does this affect the translations I did? Or did you just change the format values for each case (wav to mp3 and mp3 to wav)?

===EDIT===

Silly question, isn't it? There's a South American phrase to answer such a question: 'What colour is San Martin's white horse? :lol:
A beginner Puppy Linux user
Intel(R) Celeron(R) CPU 2.13GHz 512MB
LiveCD user

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

#9 Post by don570 »

I do the change in the wording myself. There's actually
two separate files in the pet package.

I just need one file to be translated , then I make the two
files from the one.

_______________________________________

Post Reply