Help - Search - Members - Calendar
Full Version: Copy Link Name - Ver. 1.2.2
BabelZilla Board > Extensions > Firefox
Captain Caveman
Creator: Martijn Kooij
Ext. Version: 1.2.2

Extension is compatible to:
Firefox: 1.0 - 1.5.0.*
Mozilla Suite: 1.7 - 1.8
Included locales: bg-BG,da-DK,de-DE,en-US,es-ES,eu-ES,fr-FR,it-IT,ja-JP,ko-KR,lt-LT,nl-NL,pl-PL,pt-BR,pt-PT,ru-RU,tr-TR,zh-TW
Description: Copies the name (source) of a link.

 View on WTS -- Download the extension
Luana
QUOTE(Captain Caveman @ Aug 29 2005, 21:07)
There are only 3 entities to translate!!!

laugh.gif
Really simple!!!

Done biggrin.gif
(I removed my Italian localization, 'cause the updated extension has been released! wink.gif )
chuzo
My contribution: Spanish (es-ES) translation happy.gif

by Proyecto NAVE

Attachment removed, now in WTS
Goofy
blink.gif Pfff, I am just finishing the french locale after 2 hours of labour... ranting2.gif

Captain Caveman
Sorry about this guys. I know you all hate to work this hard and long tongue.gif
Captain Caveman
Small question. chuzo, you have made and uploaded the Spanish (es-ES) translation here, and in WizKid's Web Translation System, there is a Basque (eu-ES) translation from 'unknown'. The contents of both dtd's are exactly the same, so I was wondering if the Basque translation really is Basque, or if it was added to the wrong locale in the WTS.

If I have offended someone in this message by saying that these 2 languages look the same to me, I am sorry for that.
chuzo
I don't speak Basque. It's possible that translation is the same, but I don't know it really user posted image

P.S: I updated Spanish (es-ES) translation in Web Translation System smile.gif
Captain Caveman
Ok, thanks. I have added your WTS version, and the Basque version to 1.1, and uploaded it here, and on addons.mozilla.org.

I will check this topic again for new translations in a couple of weeks.

Thanks all!
hunimini
Hi, I made Copy Link Name 1.1 Korean translation.
Captain Caveman
Sorry Flactal, for some reason I have totaly forgot to add your translation to a release version of Copy Link Name, I am not even sure if I thanked you for it by PM... So...

Thanks!

Anyway, I have just uploaded version 1.14 to the AMO website, including ko-KR and bg-BG translations.

Emu, thanks for the bg-BG translation!
zefranc
pt-PT translation done
batuhancetin
Turkish (tr-TR) translation added to WTS wink.gif
Nizzer
German (Deutsch) de-DE translation done smile.gif

Nizzer
Captain Caveman
Batuhancetin and ErkanKaplan, I have added you both to the about contributors list. It must have been a lot of work for the 2 of you biggrin.gif (Translating Open Link Host with 3 translators must have also been very very hard. I'll update that one when there is another translation added. Thanks)

Nizzer, Thanks and Welcome!

Version 1.17 has been uploaded to Mozilla.
victory
ja locale updated
RodrigoBiker
pt-BR released
Modex
ru-RU locale ready smile.gif
Captain Caveman
Thanks both! I will release an update again this weekend.
AlleyKat
After enduring several seconds of agonizing hard work here's danish language to the collection. I hope it'll make it into the release too. smile.gif
Captain Caveman
You don't really think I am one of those guys who's behind his pc on his birthday making extension updates now do you?

Update will most likely be on sunday tongue.gif
AlleyKat
/me throws sticks and danish language files... tongue.gif
Unicorn2
The Chinese Traditional (zh-TW) translation has been uploaded.


Best regard,
Unicorn2
Emu
Hi Captain Caveman

When I install Copy Link Name extension ver. 1.2.0 on clear (newly created) profile, it made a real mess. When I restart Firefox a yellow window appear with the following error text:
CODE
<window id="main-window"
^

    <key id="key_inspectPage" key="&inspectorTaskCmd.commandkey;" modifiers="accel,shift" command="Task:InspectPage"/>
----^

        <key id="key_openHelp"
--------^


I try to start Firefox in safe mode, but the result is the same sad.gif.

Regards, Emu
Captain Caveman
Hi Emu (and others maybe),

this might be caused by a small bug in 1.2.0 (chrome.manifest file was accidentally missing). Could you try it with version 1.2.1 available on AMO or my own website?

ps. As noted on the main WTS page, extensions over here must always be considerd unstable releases.
Goofy
QUOTE
a small bug in 1.2.0 (chrome.manifest file was accidentally missing)
rolleyes.gif

laugh.gif
Join the Goofy club ! laugh.gif
Emu
QUOTE(Captain Caveman @ Apr 4 2006, 21:45)
Hi Emu (and others maybe),

this might be caused by a small bug in 1.2.0 (chrome.manifest file was accidentally missing). Could you try it with version 1.2.1 available on AMO or my own website?


I try 1.2.1, but it not work too sad.gif. I use Firefox 1.0.7, if that help you to solve the bug.

QUOTE(Captain Caveman @ Apr 4 2006, 21:45)
ps. As noted on the main WTS page, extensions over here must always be considerd unstable releases.
[right][snapback]12838[/snapback][/right]

I know that , but when I find a bug, I report it wink.gif.

Regards
Emu
Captain Caveman
huh.gif Also happens to me now on a clean Ff 1.0.7 installation, and also with Quick Locale Switcher on a clean Netscape 8.1 installation.
There's not much info about it on the web, but most point out to mixed profile/installation causes.
Also it appears not neccecarily to be a problem in 1 particular extension, but just the first extension you install.

I will look into it, and report when I have more news.
Captain Caveman
Pheww!!! Searching and testing for 2 hours straight, but I have found the problem! I so love being a developer... tongue.gif

Little quiz for you all, find the error:

CODE

<?xml version="1.0"?>
<RDF:RDF xmlns:RDF="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:chrome="http://www.mozilla.org/rdf/chrome#">
 <RDF:Seq about="urn:mozilla:locale:root">
   <RDF:li resource="urn:mozilla:locale:da-DK"/>
 </RDF:Seq>
 <RDF:Description about="urn:mozilla:package:cln">
   <chrome:selectedLocale resource="urn:mozilla:locale:da-DK:cln"/>
 </RDF:Description>
 <RDF:Description about="urn:mozilla:locale:en-US" chrome:name="da-DK">
   <chrome:packages>
     <RDF:Seq about="urn:mozilla:locale:da-DK:packages">
       <RDF:li resource="urn:mozilla:locale:da-DK:cln"/>
     </RDF:Seq>
   </chrome:packages>
 </RDF:Description>
</RDF:RDF>


ps. I will upload the fixed version in a minute, it (obviously) has no new lines, it's just so I don't get the same problem again the next time I dowload all locales.
Emu
QUOTE(Captain Caveman @ Apr 6 2006, 11:48)
Little quiz for you all, find the error:


May be that?

CODE

 <RDF:Description about="urn:mozilla:locale:en-US" chrome:name="da-DK">


Do you update extension to test it?

Regards
Emu

.::EDIT::.
It now work smile.gif.
Captain Caveman
And the winner is... Emu!!!
Luana
Simply re-set the status as Released wink.gif
Emu
bg-BG Localization of version 1.2.2 was tested and released smile.gif.

Regards
Emu
AlleyKat
ops.gif Sorry. And I've done that in 2 extensions! mellow.gif

I've checked the other... fiftysomething... extensions over, but the biggest blunder in their .rdfs is that I've often put in (or left) the plugin author as translation author. I see you've fixed it in this one, and I've just changed it myself for QLS.

Oh, and I'm sure I've totally overlooked your remark about your birthday, A very late and somewhat embarrassed Happy Birthday! smile.gif
Goldie
ops.gif Sorry, I want translate [zh-TW] language, BUT pressed wrong link and registed [ca-AD] language.

Martijn Kooij, Could you remove my name from the translators list of [ca-AD] language please.

Thank you. tongue.gif
Goofy
smile.gif I de-goofinated that and set Captain Caveman as official translator for Catalan laugh.gif instead of Goldie, and Goldie as additional translator for zh-TW, because main translator is Unicorn2.
Pedram Veisi
Persian locale (fa-IR) released.smile.gif
mmnworld
arabic translation released.
Krcko
Croatian locale has been released biggrin.gif
renegade06
New locale mk-MK released.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.