|
Show me
|
||
![]() ![]() |
Jul 30 2011, 00:38
Post
#1
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
Maintainer: Chris000001
Creator: Chris Ext. Version: 2.0beta7 Release date: 2011-11-26 Description: Adds Tools menu item to check Add-ons for updates. Includes toolbar icon. Extension is compatible to: ( 3.3a1 - 15.0a1) ( 3.7a5pre - 15.0a1) ( 2.1 - 2.12a1) Included locales: ca de en-US es-ES fr hu it ja nl pl pt-BR ru sr sv-SE tr zh-CN View on WTS -- Download the extension This post has been edited by Chris000001: Aug 6 2012, 00:18 |
|
|
|
Jul 30 2011, 19:03
Post
#2
|
|
![]() Member ![]() ![]() Group: Members Posts: 12 Joined: 11-May 10 Member No.: 15.636 ![]() Extension Developer: No Extensions: QuickFox Notes Old Location Bar Translator for German (de) Translation Credits to Endor |
Hi Chris000001
German Locale is released. I made also a locale for the install.rdf: CODE <localized> <Description> <locale>de-DE</locale> <name>Addon Update Checker</name> <description>Fügt dem Menü „Extras“ einen Eintrag zum Suchen nach Aktualisierungen für Add-ons hinzu und stellt außerdem eine Symbolleisten-Schaltfläche zur Verfügung.</description> </Description> </localized> Cheers Endor |
|
|
|
Jul 31 2011, 15:34
Post
#3
|
|
![]() Advanced Member ![]() ![]() ![]() Group: BabelZillian Mods Posts: 412 Joined: 5-June 08 From: Republic of Srpska Member No.: 8.719 ![]() Extension Developer: No Translator for Serbian (sr) My OS Windows Translation Credits to ДакСРБИЈА |
Serbian (sr) localization has been released.
install.rdf CODE <localized>
<Description> <locale>sr</locale> <name>Addon Update Checker</name> <description>Проверава да ли постоје исправке додатака. Додаје дугме у траку са алаткама и ставку у мени Алатке.</description> </Description> </localized> |
|
|
|
Jul 31 2011, 22:26
Post
#4
|
|
|
XUL Warrior & Layout Fakir ![]() ![]() ![]() Group: BabelZillian Mods Posts: 1.423 Joined: 25-August 05 Member No.: 122 ![]() Extension Developer: Yes Extensions: Return Receipt Toolbar Button Translator for Polish (pl) Translation Credits to Leszek(teo)Życzkowski |
@Endor8, DakSrbija
This localized method not working with Gecko 2.0, so these strings are redundant. With Gecko 2.0 working old localize description method. @Chris000001 Polish locale released, but because I'm "XUL Warrior and Layout Fakir", If you have any questions, please contact with me by PM. If you decide use my improvements, you should place openUAOptions() fuction inside object for name space pollution.
Attached File(s)
au.png ( 56.59K )
Number of downloads: 36-------------------- Teo
|
|
|
|
Aug 1 2011, 05:17
Post
#5
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
@Endor8, DakSrbija This localized method not working with Gecko 2.0, so these strings are redundant. With Gecko 2.0 working old localize description method. @Chris000001 Polish locale released, but because I'm "XUL Warrior and Layout Fakir", If you have any questions, please contact with me by PM. If you decide use my improvements, you should place openUAOptions() fuction inside object for name space pollution. The way Endor8 and DakSrbija supplied localizations seems to work (at least on Firefox 8.) On the add-ons page it shows in the localized language. The only instructions I have seen are: https://developer.mozilla.org/en/localizing...on_descriptions which only talks about Gecko 1.9 and above/below. As for the options window. I had talked about revamping it on the mozillazine forum page. I'm going to adapt what you did. I'm going to stick with the drop down menu for hours between runs and I'm going to change the wording/placement of items from what you did a little. I'm not going to add the menu item to the icon to open the options page. I don't think most people change options that often, and if they do, they should be using my other extension Extension Options Menu Now for the bad news to all the translators: a lot of the strings will change and a few new ones will be added. Sorry about that. |
|
|
|
Aug 1 2011, 20:49
Post
#6
|
|
|
XUL Warrior & Layout Fakir ![]() ![]() ![]() Group: BabelZillian Mods Posts: 1.423 Joined: 25-August 05 Member No.: 122 ![]() Extension Developer: Yes Extensions: Return Receipt Toolbar Button Translator for Polish (pl) Translation Credits to Leszek(teo)Życzkowski |
Version with <em:localized> method, and without menu to open the options page.
Attached File(s)
-------------------- Teo
|
|
|
|
Aug 2 2011, 18:05
Post
#7
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 40 Joined: 22-April 11 From: Brazil Member No.: 17.077 ![]() Extension Developer: Yes Extensions: More Tools Menu Translator for Portuguese (pt-BR / Brazilian) My OS Windows Translation Credits to Mauro José da Silva |
This is the pt-BR description for "install.rdf":
CODE <description>Acrescenta item no menu Ferramentas para verificar atualizações. Inclui ícone para a barra de ferramentas.</description> |
|
|
|
Aug 2 2011, 18:09
Post
#8
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 40 Joined: 22-April 11 From: Brazil Member No.: 17.077 ![]() Extension Developer: Yes Extensions: More Tools Menu Translator for Portuguese (pt-BR / Brazilian) My OS Windows Translation Credits to Mauro José da Silva |
Suggestion for "UA.Updates" string: change "Check for updates:" to "What to check" (without colon). This way, it will match "UA.Times" string.
|
|
|
|
Aug 2 2011, 22:18
Post
#9
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 28-November 10 Member No.: 16.420 ![]() Extension Developer: No Translator for Russian Translation Credits to Hr. Burunduk |
CODE <locale>ru</locale> <description>Добавляет пункт в меню Инструменты и кнопку для проверки обновлений установленных дополнений.</description> As far as I know Firefox can't update plugins automatically. Merely a link to the plugin check page is added[1]. Although the type “plugin” does exist it's “mostly used to help the UI know how to display the different types of add-on.”[2] This AUC option seems a bit misleading to me. |
|
|
|
Aug 7 2011, 07:38
Post
#10
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
Suggestion for "UA.Updates" string: change "Check for updates:" to "What to check" (without colon). This way, it will match "UA.Times" string. I do like that. I'll change it before I release a version newer than 1.7. @derburunduk: I they are trying to add true plugin checking. If a plugin has a updateURL, it will be checked. I'm going to leave it for now. If Mozilla gives up, I'll remove it. |
|
|
|
Aug 7 2011, 15:46
Post
#11
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 28-November 10 Member No.: 16.420 ![]() Extension Developer: No Translator for Russian Translation Credits to Hr. Burunduk |
AUC doesn't warn about available plugin updates in Fx 6.0b5. If you know it warns in newer versions you can add an explanation in the option dialog like this is done in the Configuration Mania extension, for example: [v] Plugins (Fx 7.0+ ... ). For now AUC plays the users false because they have checked the option and do not receiving any notification.
|
|
|
|
Oct 9 2011, 16:07
Post
#12
|
|
![]() Daredevil Test Pilot ![]() Group: Admin Posts: 841 Joined: 18-June 09 From: Uppsala, Sweden Member No.: 12.983 ![]() Extension Developer: No Translator for Swedish (sv-SE) My OS Windows Translation Credits to Mikael Hiort af Ornäs |
Swedish locale (sv-SE) added and released.
-------------------- "[…] och han talar med bönder på böndernas sätt
men med lärde män på latin." – Erik Axel Karlfeldt Lakrits BabelZilla admin Moderator for the Swedish BabelZilla forum section |
|
|
|
Oct 31 2011, 13:26
Post
#13
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 93 Joined: 13-July 11 From: Ankara, Turkey Member No.: 17.436 ![]() Extension Developer: No Translator for Turkish (tr) Translation Credits to Sinan Kaan Yerli (skyerli.org) |
As you might be aware, "tr-TR" translations are converted to "tr". I have resigned from my earlier work on tr-TR and completed and released the new "tr" translations.
|
|
|
|
Nov 6 2011, 19:52
Post
#14
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
|
|
|
|
Dec 6 2011, 05:31
Post
#15
|
|
|
Newbie ![]() Group: Members Posts: 7 Joined: 28-November 10 Member No.: 16.420 ![]() Extension Developer: No Translator for Russian Translation Credits to Hr. Burunduk |
Chris,
The Russian description is lacking in the AUC 2.0b1 install.rdf file. Would you add it again, please? |
|
|
|
Jan 22 2012, 23:03
Post
#16
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
Chris, The Russian description is lacking in the AUC 2.0b1 install.rdf file. Would you add it again, please? I have added it back in to 2.0 beta 2. I did not grab the latest translations for beta 2. For some reason single quotes ' are now being escaped \' but that doesn't work. The backslashes are shown. I'll grab them when that WTS bug is fixed. |
|
|
|
Apr 9 2012, 00:50
Post
#17
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
Until WTS fixes escaping characters that don't need it, I won't be able to use any of these translations, but I need to put out updates to fix bugs so I will be using the current translations.
|
|
|
|
Apr 9 2012, 06:33
Post
#18
|
|
![]() Advanced Member ![]() Group: Super Mod Posts: 8.352 Joined: 30-July 05 From: GoofyLand Member No.: 13 ![]() Extension Developer: Yes Extensions: BabelZillaMenu-BabelZilla Glossary-OpenTran... Translator for French (fr) My OS Gnu/Linux Translation Credits to Goofy |
Until WTS fixes escaping characters that don't need it, I won't be able to use any of these translations, but I need to put out updates to fix bugs so I will be using the current translations. FYI I removed unwanted escaping chars from the fr locale and checked downloading it, you can use it for release. The bug is fixed (unless there is evidence it is not?) but there are remaining escaping chars from previous versions, which explains why they are still visible in en-US and mirrored in every locale unfortunately. -------------------- Think Global, Make Locales!
![]() You like languages? You should contribute to Tatoeba project! ![]() Sometimes I am on irc://moznet/BabelZilla but you can also drop a word in the shoutbox |
|
|
|
Apr 10 2012, 00:32
Post
#19
|
|
|
Member ![]() ![]() Group: Members Posts: 27 Joined: 27-March 11 Member No.: 16.960 ![]() Extension Developer: Yes Translator for [No translator] |
FYI I removed unwanted escaping chars from the fr locale and checked downloading it, you can use it for release. The bug is fixed (unless there is evidence it is not?) but there are remaining escaping chars from previous versions, which explains why they are still visible in en-US and mirrored in every locale unfortunately. I guess I should have tried that myself. I assumed When it was fixed, the extra slashes would be removed. I will try to get to fixing the original and pushing out a notice for everyone else to fix theirs too.Thanks. |
|
|
|
Jun 10 2012, 16:26
Post
#20
|
|
|
Member ![]() ![]() Group: Members Posts: 13 Joined: 5-March 10 From: Budapest, Hungary Member No.: 15.312 ![]() Extension Developer: Yes Extensions: Bluu Translator for Hungarian (hu) Translation Credits to Kozák Csaba (WonderCsabo) |
Hi!
Hungarian translation added and released. CODE <description>Egy menüpontot hoz létre az Eszközök menüben, mellyel a kiegészítőket lehet frissíteni. Rendelkezik eszköztár ikonnal.</description> |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 21:24 |