Translation (Polish)

What do you want to see in Armagetron soon? Any new feature ideas? Let's ponder these ground breaking ideas...
rafalcieslak
On Lightcycle Grid
Posts: 30
Joined: Wed Jul 18, 2007 3:23 pm
Location: win zone

Post by rafalcieslak »

Done!
Updated to the last version from repository.

The .zip archive contains two files:

polish.txt - full translation, but contains special chars, this one does not work property with current AA version, but when UTF will have been supported, it will be a recommended file.

polish_nsc.txt - slightly simplified translation, actually this one looks much better, because this is a version with no special chars. I recommend using this one.

Hope you like it!
Attachments
Polish_zip.zip
(85.85 KiB) Downloaded 191 times
use the source...
rafalcieslak
On Lightcycle Grid
Posts: 30
Joined: Wed Jul 18, 2007 3:23 pm
Location: win zone

Post by rafalcieslak »

Mmmm... I'm new to Bazaar, and I've some trouble with it.

I read on wiki about writeable branch, I read some Bazaar documentation, but I still don't understand anything. I guess I don't have enough access level to upload files. I have a local copy of this branch, but when I try to upload changes (the Polish translation, of course) using commands "bzr push" or "bzr commit" I always get the same error:

Code: Select all

bzr: ERROR: Cannot lock LockDir(lp-146761196:///~armagetronad-dev/armagetronad/trunk-armagetronad-work/.bzr/branchlock): Transport operation not possible: readonly transport 


I know - I done something totally wrong, but I still cannot understand what exactly. Could anyone help me?
use the source...
User avatar
Lucifer
Project Developer
Posts: 8640
Joined: Sun Aug 15, 2004 3:32 pm
Location: Republic of Texas
Contact:

Post by Lucifer »

It's telling you you only have read access when you're trying to write to the remote repository.

Now you need to make a patch for us. :)
Image

Be the devil's own, Lucifer's my name.
- Iron Maiden
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

bzr diff >file_to_write.patch
rafalcieslak
On Lightcycle Grid
Posts: 30
Joined: Wed Jul 18, 2007 3:23 pm
Location: win zone

Post by rafalcieslak »

:) Thanks.

Bazaar is a pretty useful software.

In zip archive is file polish.patch, hope it is what had to do.

[edit]
BTW what is the bzr command to apply differences from *.patch?
Attachments
polish_patch.zip
(86.11 KiB) Downloaded 190 times
use the source...
epsy
Adjust Outside Corner Grinder
Posts: 2003
Joined: Tue Nov 07, 2006 6:02 pm
Location: paris
Contact:

Post by epsy »

just use the patch utility: patch -p0 <our.patch
rafalcieslak
On Lightcycle Grid
Posts: 30
Joined: Wed Jul 18, 2007 3:23 pm
Location: win zone

Post by rafalcieslak »

Is there anything more I could for you with this translation? :D
use the source...
User avatar
dlh
Formerly That OS X Guy
Posts: 2035
Joined: Fri Jan 02, 2004 12:05 am
Contact:

Post by dlh »

I've added your translation to the 0.2.8 branch.

http://armagetronad.svn.sourceforge.net ... ision=8501

Edit: hmm, looks like you worked off the trunk language files. Oops.
Luke-Jr
Dr Z Level
Posts: 2246
Joined: Sun Mar 20, 2005 4:03 pm
Location: IM: [email protected]

Post by Luke-Jr »

Is this a problem, or does trunk contain all the 0.2.8 strings?
rafalcieslak
On Lightcycle Grid
Posts: 30
Joined: Wed Jul 18, 2007 3:23 pm
Location: win zone

Post by rafalcieslak »

I think it is no longer a problem as I am updating the translation to 0.2.8.3
use the source...
Post Reply